1
0

helios.css 20 KB

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