2
0

helios.css 24 KB

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