1
0

helios.css 26 KB

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