1
0

helios.css 24 KB

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