helios.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767
  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 #binding-helper-main {
  517. display: inline;
  518. }
  519. #helios .key_helper .label {
  520. padding: 1px 4px;
  521. font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
  522. background: transparent;
  523. color: #08C;
  524. text-shadow: none;
  525. border: 0 none;
  526. }
  527. #helios .key_helper .action {
  528. padding: 0 5px;
  529. color: #666;
  530. }
  531. #helios .key_helper .selected {
  532. background-image: linear-gradient(top, #cccccc, #aaaaaa);
  533. background-image: -moz-linear-gradient(top, #cccccc, #aaaaaa);
  534. background-image: -o-linear-gradient(top, #cccccc, #aaaaaa);
  535. background-image: -webkit-linear-gradient(top, #cccccc, #aaaaaa);
  536. height: 30px;
  537. padding: 0 8px;
  538. color: #333;
  539. font-weight: bold;
  540. text-shadow: 0 1px 0 #fff;
  541. display: inline-block;
  542. border-right: 1px solid #aaa;
  543. }
  544. #helios .key_helper .close {
  545. font-size: 14px;
  546. line-height: 26px;
  547. opacity: 0.6;
  548. }
  549. #helios .key_helper .close:hover {
  550. opacity: 0.8;
  551. }
  552. #helios .key_helper input {
  553. outline: none;
  554. font-size: 11px;
  555. padding: 2px 8px;
  556. background: #fff;
  557. border: 1px solid #a1a1a1;
  558. border-radius: 12px;
  559. box-shadow: inset 0 0px 2px 0px #aaa;
  560. margin: 2px 4px;
  561. line-height: 1em;
  562. }
  563. #helios .key_helper .error .help-inline,
  564. #helios .key_helper .error input {
  565. color: #B91010;
  566. font-weight: bold;
  567. }
  568. #helios .key_helper .typeahead.dropdown-menu {
  569. position: fixed !important;
  570. top: auto !important;
  571. bottom: 30px !important;
  572. }
  573. #helios .key_helper #cog-helper {
  574. position: fixed;
  575. bottom: 2px;
  576. right: 2px;
  577. z-index: 1000;
  578. opacity: 0.6;
  579. transition: all .5s;
  580. -webkit-transition: all .5s;
  581. -moz-transition: all .5s;
  582. -o-transition: all .5s;
  583. -ms-transition: all .5s;
  584. }
  585. #helios .key_helper #cog-helper:hover {
  586. opacity: 1;
  587. }
  588. #helios #helper {
  589. z-index: 300;
  590. top: 50%;
  591. position: absolute;
  592. left: 50%;
  593. margin-left: -220px;
  594. margin-top: -35px;
  595. width: 400px;
  596. text-align: center;
  597. color: #ddd;
  598. font-size: 18px;
  599. font-weight: bold;
  600. text-shadow: 0 -1px 0 #111111;
  601. padding: 20px;
  602. background: rgba(0, 0, 0, 0.6);
  603. border-radius: 40px;
  604. }
  605. #helios #overlay {
  606. z-index: 2000;
  607. background: transparent;
  608. position: fixed;
  609. top: 0;
  610. left: 0;
  611. right: 0;
  612. bottom: 0;
  613. }
  614. #helios .confirmation,
  615. #helios .dialog {
  616. z-index: 2001;
  617. background: rgba(243, 243, 243, 0.9);
  618. background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  619. background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  620. background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  621. background-image: linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  622. padding: 20px;
  623. width: 250px;
  624. position: fixed;
  625. top: -500px;
  626. left: 50%;
  627. margin-left: -135px;
  628. box-shadow: 0 0 6px #333;
  629. transition: top .5s;
  630. -webkit-transition: top .5s;
  631. -moz-transition: top .5s;
  632. -o-transition: top .5s;
  633. }
  634. #helios .confirmation .title,
  635. #helios .dialog .title {
  636. font-size: 16px;
  637. margin-bottom: 15px;
  638. }
  639. #helios .confirmation .large,
  640. #helios .dialog .large {
  641. width: 400px;
  642. margin-left: -220px;
  643. }
  644. #helios .confirmation .large textarea,
  645. #helios .dialog .large textarea {
  646. width: 385px;
  647. height: 200px;
  648. }
  649. #helios .confirmation textarea,
  650. #helios .dialog textarea {
  651. display: block;
  652. width: 235px;
  653. }
  654. #helios .confirmation .progress,
  655. #helios .dialog .progress {
  656. height: 5px;
  657. }
  658. #helios .confirmation .progress .bar,
  659. #helios .dialog .progress .bar {
  660. background-color: #e9eaf5;
  661. background-image: -webkit-linear-gradient(top, #b1bdd5, #8999b8);
  662. background-image: -moz-linear-gradient(top, #b1bdd5, #8999b8);
  663. background-image: -o-linear-gradient(top, #b1bdd5, #8999b8);
  664. background-image: linear-gradient(top, #b1bdd5, #8999b8);
  665. }
  666. #helios .confirmation span,
  667. #helios .dialog span {
  668. font-size: 13px;
  669. font-weight: bold;
  670. }
  671. #helios .confirmation .buttons,
  672. #helios .dialog .buttons {
  673. text-align: right;
  674. margin-top: 20px;
  675. }
  676. #helios .confirmation.active,
  677. #helios .dialog.active {
  678. top: 0;
  679. }
  680. #helios .button {
  681. border-radius: 3px !important;
  682. background: #ccc;
  683. border: 1px solid #9B9B9B;
  684. height: 20px;
  685. border-radius: 5px;
  686. min-width: 68px;
  687. padding: 0 10px;
  688. text-align: center;
  689. margin: 0;
  690. margin-left: 10px;
  691. 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;
  692. font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
  693. }
  694. #helios .button.default {
  695. border-top: 1px solid #535273;
  696. border: 1px solid #4F4D67;
  697. border-bottom: 1px solid #4B4B58;
  698. 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;
  699. 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;
  700. -moz-box-shadow: 0 0 3px rgba(69, 113, 184, 0.8);
  701. -webkit-box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  702. box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  703. }
  704. #helios .button:hover {
  705. cursor: pointer;
  706. border: 1px solid rgba(0, 0, 0, 0.6);
  707. }
  708. #helios .button:active {
  709. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  710. -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  711. box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  712. }
  713. #helios .button:focus {
  714. outline: 0;
  715. }
  716. #helios .doc {
  717. background: white;
  718. }
  719. #helios .doc code .doc pre {
  720. font-size: 11px;
  721. }
  722. #helios .doc code {
  723. padding: 1px 4px;
  724. }
  725. #helios .doc .head {
  726. background: #08C;
  727. padding: 10px;
  728. font-size: 22px;
  729. color: white;
  730. }
  731. #helios .doc .button {
  732. float: right;
  733. }
  734. #helios .doc .markdown,
  735. #helios .doc .inheritance {
  736. padding: 10px;
  737. }
  738. #helios .doc h1 {
  739. font-size: 22px;
  740. margin: 0 10px;
  741. border-bottom: 1px solid #666;
  742. }
  743. #helios .doc h2 {
  744. font-size: 16px;
  745. }
  746. #helios .transcript_container .list-label {
  747. height: 16px;
  748. position: absolute;
  749. top: 0;
  750. right: 0;
  751. left: 0;
  752. }
  753. #helios .transcript {
  754. position: absolute;
  755. top: 17px;
  756. bottom: 0;
  757. left: 0;
  758. right: 0;
  759. }
  760. #helios .transcript textarea {
  761. width: 100%;
  762. height: 100%;
  763. margin: 0;
  764. padding: 0;
  765. border: 0;
  766. }