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