helios.css 24 KB

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