helios.css 26 KB

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