helios.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757
  1. body {
  2. font-size: 11px;
  3. font-family: "Lucida Grande", helvetica, arial, sans;
  4. background: #eee;
  5. }
  6. .clearfix:after {
  7. content: ".";
  8. display: block;
  9. clear: both;
  10. visibility: hidden;
  11. line-height: 0;
  12. height: 0;
  13. }
  14. .clearfix {
  15. display: inline-block;
  16. }
  17. html[xmlns] .clearfix {
  18. display: block;
  19. }
  20. * html .clearfix {
  21. height: 1%;
  22. }
  23. #helios a {
  24. cursor: pointer;
  25. }
  26. #helios i {
  27. opacity: 1;
  28. }
  29. #helios [class^="icon-"],
  30. #helios [class*=" icon-"] {
  31. margin-top: 0;
  32. }
  33. #helios .CodeMirror {
  34. position: absolute;
  35. overflow: hidden;
  36. height: 100%;
  37. width: 100%;
  38. background: #fff;
  39. }
  40. #helios .CodeMirror-hints {
  41. border-radius: 0;
  42. font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
  43. font-size: 11px;
  44. line-height: 1em;
  45. padding: 0;
  46. max-height: 120px;
  47. }
  48. #helios .CodeMirror-hint {
  49. border-radius: 0;
  50. padding: 0 10px;
  51. }
  52. #helios .CodeMirror pre {
  53. font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
  54. line-height: 16px;
  55. }
  56. #helios .CodeMirror-gutter.stops {
  57. width: 20px;
  58. }
  59. #helios .CodeMirror .CodeMirror-gutter-elt {
  60. line-height: 1.5em;
  61. }
  62. #helios .CodeMirror .highlighted.CodeMirror-linebackground {
  63. background-color: #ffffaa;
  64. }
  65. #helios .CodeMirror .CodeMirror-gutter-elt .stop {
  66. width: 16px;
  67. height: 16px;
  68. background: url('../images/arrowRight.png');
  69. margin-left: 2px;
  70. }
  71. #helios .state {
  72. position: absolute;
  73. right: 15px;
  74. top: 10px;
  75. width: 16px;
  76. height: 16px;
  77. }
  78. #helios .state.modified {
  79. background: transparent url('../images/modified.png') 50% 50% no-repeat;
  80. }
  81. #helios .editor {
  82. position: absolute;
  83. top: 0;
  84. bottom: 23px;
  85. left: 0;
  86. right: 0;
  87. }
  88. #helios .buttons_bar {
  89. position: absolute;
  90. bottom: 0;
  91. right: 0;
  92. left: 0;
  93. z-index: 2;
  94. padding: 0px 25px;
  95. height: 21px;
  96. line-height: 18px;
  97. border-top: 1px solid #999;
  98. text-align: right;
  99. }
  100. #helios .buttons_bar .button {
  101. height: 17px;
  102. font-size: 12px;
  103. min-width: 0;
  104. }
  105. #helios .btn,
  106. #helios .btn-group > .btn,
  107. #helios .btn-group > .dropdown-menu {
  108. padding: 2px 8px;
  109. }
  110. #helios .navbar-fixed-top {
  111. font-size: 11px;
  112. line-height: 16px;
  113. }
  114. #helios .navbar-fixed-top a span {
  115. padding: 1px;
  116. padding-left: 18px;
  117. background-position: center left;
  118. background-repeat: no-repeat;
  119. background-position: 0px -1px;
  120. }
  121. #helios .navbar-fixed-top i.close {
  122. width: 14px;
  123. height: 16px;
  124. margin-left: 4px;
  125. background-image: url('../images/close.gif');
  126. margin-right: 0;
  127. background-position: center left;
  128. margin-top: 2px;
  129. }
  130. #helios .navbar-fixed-top a span.references {
  131. background-image: url('../images/references.png');
  132. }
  133. #helios .navbar-fixed-top a span.browser {
  134. background-image: url('../images/browser.png');
  135. }
  136. #helios .navbar-fixed-top a span.sunit {
  137. background-image: url('../images/sunit.png');
  138. }
  139. #helios .navbar-fixed-top a span.workspace {
  140. background-image: url('../images/workspace.png');
  141. }
  142. #helios .navbar-fixed-top a span.debugger {
  143. background-image: url('../images/debugger.png');
  144. }
  145. #helios .navbar-fixed-top a span.inspector {
  146. background-image: url('../images/inspector.png');
  147. }
  148. #helios .navbar-fixed-top .navbar-inner {
  149. min-height: 20px;
  150. background-color: #dbdbdb;
  151. border-bottom: 1px solid #666;
  152. background-image: linear-gradient(top, #dfdfdf, #d0d0d0);
  153. background-image: -webkit-linear-gradient(top, #dfdfdf, #d0d0d0);
  154. background-image: -moz-linear-gradient(top, #dfdfdf, #d0d0d0);
  155. background-image: -owebkit-linear-gradient(top, #dfdfdf, #d0d0d0);
  156. box-shadow: 0 0 0;
  157. }
  158. #helios .navbar .nav > li {
  159. line-height: 16px;
  160. }
  161. #helios .navbar .nav > li > a {
  162. line-height: 22px;
  163. padding: 0px 8px;
  164. font-size: 11px;
  165. color: #444;
  166. text-shadow: 0 1px 0 #ddd;
  167. }
  168. #helios .nav > li > a:hover {
  169. background: transparent;
  170. }
  171. #helios .navbar .nav > .active > a,
  172. #helios .navbar .nav > .active > a:hover,
  173. #helios .navbar .nav > .active > a:focus {
  174. background-color: #bababa;
  175. background-image: linear-gradient(left, #777777 0%, #bababa 2px, transparent 2px), linear-gradient(right, #777777 0%, #bababa 2px, transparent 2px);
  176. background-image: -webkit-linear-gradient(left, #777777 0%, #bababa 2px, transparent 2px), -webkit-linear-gradient(right, #777777 0%, #bababa 2px, transparent 2px);
  177. background-image: -moz-linear-gradient(left, #777777 0%, #bababa 2px, transparent 2px), -moz-linear-gradient(right, #777777 0%, #bababa 2px, transparent 2px);
  178. background-image: -o-linear-gradient(left, #777777 0%, #bababa 2px, transparent 2px), -o-linear-gradient(right, #777777 0%, #bababa 2px, transparent 2px);
  179. text-shadow: #ddd 0px 1px 0px;
  180. color: #222;
  181. }
  182. #helios .navbar-fixed-top i {
  183. opacity: 0.4;
  184. margin-right: 5px;
  185. height: 12px;
  186. margin-top: 0;
  187. }
  188. #helios .navbar-fixed-top .active i {
  189. opacity: 0.6;
  190. }
  191. #helios .nav-pills.nav-stacked > li > a {
  192. border-radius: 0;
  193. -webkit-border-radius: 0;
  194. -moz-border-radius: 0;
  195. padding: 2px 2px 1px 4px;
  196. margin: 0;
  197. font-size: 11px;
  198. color: #111;
  199. white-space: nowrap;
  200. }
  201. #helios [class^="icon-"],
  202. #helios [class*=" icon-"] {
  203. margin-right: 2px;
  204. }
  205. #helios .dropdown-menu {
  206. border-radius: 0;
  207. padding: 0;
  208. margin: 3px;
  209. }
  210. #helios .nav-pills > .active > a {
  211. background-color: #ddd;
  212. color: #fff;
  213. text-shadow: 0 0 0;
  214. }
  215. #helios .focused .nav-pills {
  216. background-color: #f3f7fb;
  217. }
  218. #helios .focused .nav-pills > .active > a,
  219. #helios .nav-pills > .active > a:hover,
  220. #helios .dropdown-menu li > a:hover,
  221. #helios .dropdown-menu li > a:focus,
  222. #helios .dropdown-submenu:hover > a,
  223. #helios .dropdown-menu .active > a,
  224. #helios .dropdown-menu .active > a:hover,
  225. #helios .CodeMirror-hint-active {
  226. background: rgba(95, 159, 228, 0.62);
  227. color: #fff;
  228. text-shadow: 0 0 0;
  229. }
  230. #helios .tool_container {
  231. position: absolute;
  232. top: 23px;
  233. bottom: 0;
  234. left: 0;
  235. right: 0;
  236. }
  237. #helios .transcript textarea {
  238. width: 100%;
  239. height: 100%;
  240. margin: 0;
  241. padding: 0;
  242. border: 0;
  243. }
  244. #helios .tool_container .panes {
  245. position: relative;
  246. height: 100%;
  247. width: 100%;
  248. overflow: hidden;
  249. }
  250. #helios .tool_container .panes .pane {
  251. position: absolute;
  252. overflow: auto;
  253. top: 0;
  254. left: 0;
  255. right: 0;
  256. bottom: 0;
  257. background: #fefefe;
  258. }
  259. #helios .tool_container .multi_pane {
  260. position: relative;
  261. height: 100%;
  262. width: auto;
  263. overflow-x: auto;
  264. }
  265. #helios .tool_container .multi_pane .pane {
  266. height: 100%;
  267. max-width: 300px;
  268. border-right: 1px solid #888;
  269. }
  270. #helios .tool_container .panes .pane > div {
  271. height: 100%;
  272. position: relative;
  273. }
  274. #helios .tool_container .panes.horizontal > .pane {
  275. min-height: 50px;
  276. }
  277. #helios .tool_container .panes.horizontal > .pane {
  278. top: 50%;
  279. }
  280. #helios .tool_container .panes.horizontal > .pane:first-child {
  281. top: 0;
  282. bottom: 50%;
  283. }
  284. #helios .tool_container .panes.vertical > .pane {
  285. left: 50%;
  286. }
  287. #helios .tool_container .panes.vertical > .pane:first-child {
  288. left: 0;
  289. right: 50%;
  290. }
  291. #helios .tool_container .splitter {
  292. position: absolute;
  293. border-width: 0;
  294. z-index: 10;
  295. }
  296. #helios .tool_container .splitter.vertical {
  297. width: 5px;
  298. left: 50%;
  299. margin-left: -1px;
  300. border-left: 1px solid #888;
  301. height: 100%;
  302. float: left;
  303. cursor: ew-resize;
  304. }
  305. #helios .tool_container .splitter.horizontal {
  306. top: 50%;
  307. height: 5px;
  308. margin-top: -1px;
  309. width: 100%;
  310. border-top: 1px solid #888;
  311. cursor: ns-resize;
  312. }
  313. #helios .tool_container .panes .pane .nav-pills {
  314. position: absolute;
  315. overflow-y: auto;
  316. top: 17px;
  317. bottom: 17px;
  318. width: 100%;
  319. margin: 0;
  320. }
  321. #helios .tool_container .pane .nav-pills i {
  322. display: inline-block;
  323. width: 16px;
  324. height: 16px;
  325. margin-right: 4px;
  326. background-image: none;
  327. background-position: top left;
  328. line-height: 14px;
  329. vertical-align: text-top;
  330. }
  331. #helios .tool_container .pane .nav-pills i.announcement {
  332. background-image: url('../images/announcement.png');
  333. }
  334. #helios .tool_container .pane .nav-pills i.class {
  335. background-image: url('../images/class.png');
  336. }
  337. #helios .tool_container .pane .nav-pills i.collection {
  338. background-image: url('../images/collection.png');
  339. }
  340. #helios .tool_container .pane .nav-pills i.test {
  341. background-image: url('../images/test.png');
  342. }
  343. #helios .tool_container .pane .nav-pills i.exception {
  344. background-image: url('../images/exception.png');
  345. }
  346. #helios .tool_container .pane .nav-pills i.widget {
  347. background-image: url('../images/widget.png');
  348. }
  349. #helios .tool_container .pane .nav-pills i.magnitude {
  350. background-image: url('../images/magnitude.png');
  351. }
  352. #helios .tool_container .pane .nav-pills i.package {
  353. background-image: url('../images/package.png');
  354. }
  355. #helios .tool_container .pane .nav-pills i.private {
  356. background-image: url('../images/private.png');
  357. }
  358. #helios .tool_container .pane .nav-pills i.extension {
  359. background-image: url('../images/extension.png');
  360. }
  361. #helios .tool_container .pane .nav-pills i.initialization {
  362. background-image: url('../images/initialization.png');
  363. }
  364. #helios .tool_container .pane .nav-pills i.package {
  365. background-image: url('../images/package.png');
  366. }
  367. #helios .tool_container .pane .nav-pills i.override {
  368. background-image: url('../images/override.png ');
  369. }
  370. #helios .tool_container .pane .nav-pills i.overridden {
  371. background-image: url('../images/overridden.png');
  372. }
  373. #helios .tool_container .pane .nav-pills i.override-overridden {
  374. background-image: url('../images/override-overridden.png');
  375. }
  376. #helios .tool_container .pane .nav-pills i.warning {
  377. background-image: url('../images/warning.gif');
  378. }
  379. #helios .tool_container .pane .nav-pills i.uncommented {
  380. background-image: url('../images/uncommented.png');
  381. }
  382. #helios .tool_container .list-label {
  383. font-size: 11px;
  384. border-radius: 0;
  385. border-bottom: 1px solid #999;
  386. border-top: 1px solid #eee;
  387. background-color: #eee;
  388. background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  389. background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  390. background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  391. background-image: linear-gradient(top, #eeeeee, #dddddd);
  392. color: #444;
  393. font-weight: bold;
  394. text-shadow: 0 0 0;
  395. padding-left: 4px;
  396. line-height: 14px;
  397. height: 15px;
  398. text-shadow: 0 1px 0 #eee;
  399. }
  400. #helios .tool_container .list-label .btn-group.cog {
  401. position: absolute;
  402. top: 0;
  403. right: 0;
  404. padding: 0;
  405. margin: 0;
  406. }
  407. #helios .tool_container .list-label .btn-group.open .dropdown-toggle {
  408. box-shadow: 0 0 0;
  409. border: 0;
  410. }
  411. #helios .tool_container .list-label .btn-group > .dropdown-menu {
  412. padding: 0;
  413. font-size: 11px;
  414. }
  415. #helios .tool_container .list-label .btn-group.cog i {
  416. margin-top: 1px;
  417. }
  418. #helios .tool_container .list-label .cog .btn.dropdown-toggle {
  419. padding: 0;
  420. margin: 0;
  421. line-height: 12px;
  422. border: 0;
  423. background: transparent;
  424. }
  425. #helios .tool_container .panes .pane .pane_actions {
  426. position: absolute;
  427. overflow: hidden;
  428. width: 100%;
  429. height: 16px;
  430. bottom: 0;
  431. padding: 0;
  432. margin: 0;
  433. }
  434. #helios .tool_container .pane_actions,
  435. #helios .tool_container .buttons_bar {
  436. background: #dadada;
  437. border-top: 1px solid #666;
  438. background-image: -webkit-linear-gradient(top, #dadada, #bdbdbd);
  439. background-image: -moz-linear-gradient(top, #dadada, #bdbdbd);
  440. background-image: -o-linear-gradient(top, #dadada, #bdbdbd);
  441. background-image: linear-gradient(top, #dadada, #bdbdbd);
  442. }
  443. #helios .tool_container .panes .pane .pane_actions .info {
  444. padding: 10px 5px 5px;
  445. font-weight: bold;
  446. color: #666;
  447. line-height: 20px;
  448. }
  449. #helios .tool_container .panes .pane .pane_actions .btn-group {
  450. display: inline;
  451. margin-left: 5px;
  452. }
  453. #helios .tool_container .panes .pane .pane_actions label {
  454. display: inline-block;
  455. padding-left: 30px;
  456. font-size: 11px;
  457. line-height: 16px;
  458. vertical-align: top;
  459. text-shadow: #ddd 0px 1px 0px;
  460. color: #222;
  461. }
  462. #helios .tool_container .panes .pane .pane_actions label input {
  463. float: none;
  464. vertical-align: top;
  465. margin-top: 2px;
  466. margin-right: 5px;
  467. }
  468. #helios .tool_container .panes .pane .pane_actions .btn {
  469. background: transparent;
  470. border: 0;
  471. font-size: 11px;
  472. line-height: 16px;
  473. padding: 0 5px;
  474. margin: 0;
  475. border-radius: 0;
  476. box-shadow: 0 0 0;
  477. vertical-align: top;
  478. /* min-width: 50px; */
  479. }
  480. #helios .tool_container .panes .pane .pane_actions .btn:hover {
  481. background-color: #bbb;
  482. }
  483. #helios .tool_container .panes .pane .pane_actions .btn-group .btn:hover {
  484. background-color: transparent;
  485. }
  486. #helios .tool_container .panes .pane .pane_actions .btn-group .btn.active {
  487. text-shadow: #ddd 0px 1px 0px;
  488. color: #222;
  489. background: #bbb;
  490. background-image: linear-gradient(left, #777777 0%, #bababa 2px, transparent 2px), linear-gradient(right, #777777 0%, #bababa 2px, transparent 2px);
  491. background-image: -webkit-linear-gradient(left, #777777 0%, #bababa 2px, transparent 2px), -webkit-linear-gradient(right, #777777 0%, #bababa 2px, transparent 2px);
  492. background-image: -moz-linear-gradient(left, #777777 0%, #bababa 2px, transparent 2px), -moz-linear-gradient(right, #777777 0%, #bababa 2px, transparent 2px);
  493. background-image: -o-linear-gradient(left, #777777 0%, #bababa 2px, transparent 2px), -o-linear-gradient(right, #777777 0%, #bababa 2px, transparent 2px);
  494. }
  495. #helios .tool_container .panes .pane .class_side .nav-pills {
  496. font-weight: bold;
  497. background: #ffffdd;
  498. }
  499. #helios .key_helper {
  500. z-index: 20;
  501. position: fixed;
  502. bottom: 0px;
  503. background: #fff;
  504. background-image: linear-gradient(top, #fafafa, #f0f0f0 50%, #e1e1e1 51%);
  505. background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0 50%, #e1e1e1 51%);
  506. background-image: -o-linear-gradient(top, #fafafa, #f0f0f0 50%, #e1e1e1 51%);
  507. background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0 50%, #e1e1e1 51%);
  508. width: 100%;
  509. border-top: 1px solid #aaa;
  510. font-size: 11px;
  511. height: 22px;
  512. }
  513. #helios .key_helper .command {
  514. padding: 0 2px;
  515. }
  516. #helios .key_helper .label {
  517. padding: 1px 4px;
  518. font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
  519. background: transparent;
  520. color: #08C;
  521. text-shadow: none;
  522. border: 0 none;
  523. }
  524. #helios .key_helper .action {
  525. padding: 0 5px;
  526. color: #666;
  527. }
  528. #helios .key_helper .selected {
  529. background-image: linear-gradient(top, #cccccc, #aaaaaa);
  530. background-image: -moz-linear-gradient(top, #cccccc, #aaaaaa);
  531. background-image: -o-linear-gradient(top, #cccccc, #aaaaaa);
  532. background-image: -webkit-linear-gradient(top, #cccccc, #aaaaaa);
  533. height: 30px;
  534. padding: 0 8px;
  535. color: #333;
  536. font-weight: bold;
  537. text-shadow: 0 1px 0 #fff;
  538. display: inline-block;
  539. border-right: 1px solid #aaa;
  540. }
  541. #helios .key_helper .close {
  542. font-size: 14px;
  543. line-height: 26px;
  544. opacity: 0.6;
  545. }
  546. #helios .key_helper .close:hover {
  547. opacity: 0.8;
  548. }
  549. #helios .key_helper input {
  550. outline: none;
  551. font-size: 11px;
  552. padding: 2px 8px;
  553. background: #fff;
  554. border: 1px solid #a1a1a1;
  555. border-radius: 12px;
  556. box-shadow: inset 0 0px 2px 0px #aaa;
  557. margin: 2px 4px;
  558. line-height: 1em;
  559. }
  560. #helios .key_helper .error .help-inline,
  561. #helios .key_helper .error input {
  562. color: #B91010;
  563. font-weight: bold;
  564. }
  565. #helios .typeahead.dropdown-menu {
  566. position: fixed !important;
  567. top: auto !important;
  568. bottom: 30px !important;
  569. }
  570. #helios #cog-helper {
  571. position: fixed;
  572. bottom: 2px;
  573. right: 2px;
  574. z-index: 1000;
  575. opacity: 0.6;
  576. transition: all .5s;
  577. -webkit-transition: all .5s;
  578. -moz-transition: all .5s;
  579. -o-transition: all .5s;
  580. -ms-transition: all .5s;
  581. }
  582. #helios #cog-helper:hover {
  583. opacity: 1;
  584. }
  585. #helios #helper {
  586. z-index: 300;
  587. top: 50%;
  588. position: absolute;
  589. left: 50%;
  590. margin-left: -220px;
  591. margin-top: -35px;
  592. width: 400px;
  593. text-align: center;
  594. color: #ddd;
  595. font-size: 18px;
  596. font-weight: bold;
  597. text-shadow: 0 -1px 0 #111111;
  598. padding: 20px;
  599. background: rgba(0, 0, 0, 0.6);
  600. border-radius: 40px;
  601. }
  602. #helios #overlay {
  603. z-index: 2000;
  604. background: transparent;
  605. position: fixed;
  606. top: 0;
  607. left: 0;
  608. right: 0;
  609. bottom: 0;
  610. }
  611. #helios .confirmation,
  612. #helios .dialog {
  613. z-index: 2001;
  614. background: rgba(243, 243, 243, 0.9);
  615. background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  616. background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  617. background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  618. background-image: linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  619. padding: 20px;
  620. width: 250px;
  621. position: fixed;
  622. top: -500px;
  623. left: 50%;
  624. margin-left: -135px;
  625. box-shadow: 0 0 6px #333;
  626. transition: top .5s;
  627. -webkit-transition: top .5s;
  628. -moz-transition: top .5s;
  629. -o-transition: top .5s;
  630. }
  631. #helios .confirmation.large,
  632. #helios .dialog.large {
  633. width: 400px;
  634. margin-left: -220px;
  635. }
  636. #helios .confirmation textarea,
  637. #helios .dialog textarea {
  638. display: block;
  639. width: 235px;
  640. }
  641. #helios .confirmation.large textarea,
  642. #helios .dialog.large textarea {
  643. width: 385px;
  644. height: 200px;
  645. }
  646. #helios .dialog .progress {
  647. height: 5px;
  648. }
  649. #helios .dialog .progress .bar {
  650. background-color: #e9eaf5;
  651. background-image: -webkit-linear-gradient(top, #b1bdd5, #8999b8);
  652. background-image: -moz-linear-gradient(top, #b1bdd5, #8999b8);
  653. background-image: -o-linear-gradient(top, #b1bdd5, #8999b8);
  654. background-image: linear-gradient(top, #b1bdd5, #8999b8);
  655. }
  656. #helios .confirmation span,
  657. #helios .dialog span {
  658. font-size: 13px;
  659. font-weight: bold;
  660. }
  661. #helios .confirmation .buttons,
  662. #helios .dialog .buttons {
  663. text-align: right;
  664. margin-top: 20px;
  665. }
  666. #helios .confirmation.active,
  667. #helios .dialog.active {
  668. top: 0;
  669. }
  670. #helios .button {
  671. border-radius: 3px !important;
  672. background: #ccc;
  673. border: 1px solid #9B9B9B;
  674. height: 20px;
  675. border-radius: 5px;
  676. min-width: 68px;
  677. padding: 0 10px;
  678. text-align: center;
  679. margin: 0;
  680. margin-left: 10px;
  681. background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
  682. font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
  683. }
  684. #helios .button.default {
  685. border-top: 1px solid #535273;
  686. border: 1px solid #4F4D67;
  687. border-bottom: 1px solid #4B4B58;
  688. background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 50.5%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #b1bdd5;
  689. background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 50.5%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #b1bdd5;
  690. -moz-box-shadow: 0 0 3px rgba(69, 113, 184, 0.8);
  691. -webkit-box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  692. box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  693. }
  694. #helios .button:hover {
  695. cursor: pointer;
  696. border: 1px solid rgba(0, 0, 0, 0.6);
  697. }
  698. #helios .button:active {
  699. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  700. -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  701. box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  702. }
  703. #helios .button:focus {
  704. outline: 0;
  705. }
  706. #helios .doc {
  707. background: white;
  708. }
  709. #helios .doc code .doc pre {
  710. font-size: 11px;
  711. }
  712. #helios .doc code {
  713. padding: 1px 4px;
  714. }
  715. #helios .doc .head {
  716. background: #08C;
  717. padding: 10px;
  718. font-size: 22px;
  719. color: white;
  720. }
  721. #helios .doc .button {
  722. float: right;
  723. }
  724. #helios .doc .markdown,
  725. #helios .doc .inheritance {
  726. padding: 10px;
  727. }
  728. #helios .doc h1 {
  729. font-size: 22px;
  730. margin: 0 10px;
  731. border-bottom: 1px solid #666;
  732. }
  733. #helios .doc h2 {
  734. font-size: 16px;
  735. }
  736. #helios .transcript_container .list-label {
  737. height: 16px;
  738. position: absolute;
  739. top: 0;
  740. right: 0;
  741. left: 0;
  742. }
  743. #helios .transcript {
  744. position: absolute;
  745. top: 17px;
  746. bottom: 0;
  747. left: 0;
  748. right: 0;
  749. }
  750. #helios .transcript textarea {
  751. width: 100%;
  752. height: 100%;
  753. margin: 0;
  754. padding: 0;
  755. border: 0;
  756. }