helios.css 19 KB

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