helios.css 19 KB

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