helios.css 24 KB

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