helios.css 20 KB

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