helios.css 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042
  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. height: 100%;
  55. }
  56. body[id="helios"] .CodeMirror-hints {
  57. border-radius: 0;
  58. font-family: "Lucida Grande", "Segoe UI", helvetica, arial, sans-serif;
  59. font-size: 11px;
  60. line-height: 1em;
  61. padding: 0;
  62. max-height: 120px;
  63. }
  64. body[id="helios"] .CodeMirror-hint {
  65. border-radius: 0;
  66. padding: 0 10px;
  67. }
  68. body[id="helios"] .state {
  69. position: absolute;
  70. right: 15px;
  71. top: 10px;
  72. width: 16px;
  73. height: 16px;
  74. }
  75. body[id="helios"] .state.modified {
  76. background: transparent url('../images/modified.png') 50% 50% no-repeat;
  77. }
  78. body[id="helios"] .editor {
  79. position: absolute;
  80. top: 0;
  81. bottom: 23px;
  82. left: 0;
  83. right: 0;
  84. }
  85. body[id="helios"] .hl_widget:focus {
  86. outline: 0 none;
  87. }
  88. body[id="helios"] .buttons_bar {
  89. position: absolute;
  90. bottom: 0;
  91. right: 0;
  92. left: 0;
  93. z-index: 2;
  94. padding: 0px 25px;
  95. height: 21px;
  96. line-height: 18px;
  97. border-top: 1px solid #999;
  98. text-align: right;
  99. }
  100. body[id="helios"] .buttons_bar .button {
  101. height: 17px;
  102. font-size: 12px;
  103. min-width: 0;
  104. }
  105. body[id="helios"] .btn,
  106. body[id="helios"] .btn-group > .btn,
  107. body[id="helios"] .btn-group > .dropdown-menu {
  108. background-color: #666;
  109. border-color: #888;
  110. padding: 2px 8px;
  111. }
  112. body[id="helios"] .btn-group > .dropdown-menu a {
  113. color: #fffffb;
  114. }
  115. body[id="helios"] .navbar-fixed-top {
  116. font-size: 11px;
  117. line-height: 16px;
  118. }
  119. body[id="helios"] .navbar-fixed-top a span,
  120. body[id="helios"] .dialog .nav a span {
  121. padding: 1px;
  122. padding-left: 18px;
  123. background-position: center left;
  124. background-repeat: no-repeat;
  125. background-position: 0px center;
  126. height: 22px;
  127. }
  128. body[id="helios"] .navbar-fixed-top i.close {
  129. width: 14px;
  130. height: 16px;
  131. margin-left: 4px;
  132. background-image: url('../images/close-dark.png');
  133. margin-right: 0;
  134. background-position: center left;
  135. margin-top: 4px;
  136. }
  137. body[id="helios"] .navbar-fixed-top a span.references,
  138. body[id="helios"] .dialog .nav a span.references {
  139. background-image: url('../images/references.png');
  140. }
  141. body[id="helios"] .navbar-fixed-top a span.browser,
  142. body[id="helios"] .dialog .nav a span.browser {
  143. background-image: url('../images/browser.png');
  144. }
  145. body[id="helios"] .navbar-fixed-top a span.sunit,
  146. body[id="helios"] .dialog .nav a span.sunit {
  147. background-image: url('../images/sunit.png');
  148. }
  149. body[id="helios"] .navbar-fixed-top a span.workspace,
  150. body[id="helios"] .dialog .nav a span.workspace {
  151. background-image: url('../images/workspace.png');
  152. }
  153. body[id="helios"] .navbar-fixed-top a span.debugger,
  154. body[id="helios"] .dialog .nav a span.debugger {
  155. background-image: url('../images/debugger.png');
  156. }
  157. body[id="helios"] .navbar-fixed-top a span.inspector,
  158. body[id="helios"] .dialog .nav a span.inspector {
  159. background-image: url('../images/inspector.png');
  160. }
  161. body[id="helios"] .navbar-fixed-top .navbar-inner {
  162. min-height: 24px;
  163. border-bottom: 1px solid #222;
  164. border-top: 1px solid #222;
  165. box-shadow: inset 0px 1px 0px #777;
  166. background: #4d5052;
  167. }
  168. ::-webkit-scrollbar {
  169. width: 14px;
  170. height: 14px;
  171. }
  172. ::-webkit-scrollbar-corner {
  173. background-color: transparent;
  174. }
  175. ::-webkit-scrollbar-track {
  176. background-color: transparent;
  177. }
  178. .focused ::-webkit-scrollbar-thumb {
  179. background-color: #4c4c4c;
  180. }
  181. .focused ::-webkit-scrollbar-thumb:hover {
  182. background-color: #3a3a3a;
  183. }
  184. ::-webkit-scrollbar-thumb {
  185. background-color: #585858;
  186. border: 3px solid transparent;
  187. border-radius: 9px;
  188. background-clip: content-box;
  189. }
  190. ::-webkit-scrollbar-thumb:hover {
  191. background-color: #707070;
  192. }
  193. body[id="helios"] .new_tab a b {
  194. border-top: 4px solid #a7a7a7;
  195. }
  196. body[id="helios"] .navbar .nav > li {
  197. line-height: 16px;
  198. text-align: center;
  199. max-width: 300px;
  200. }
  201. body[id="helios"] .new_tab {
  202. width: 20px;
  203. height: 24px;
  204. line-height: 24px;
  205. border-right: 0 none;
  206. position: absolute;
  207. top: 0px;
  208. right: 0px;
  209. z-index: 2000;
  210. }
  211. body[id="helios"] .new_tab a {
  212. color: #444;
  213. }
  214. body[id="helios"] .new_tab a:hover {
  215. text-decoration: none;
  216. }
  217. body[id="helios"] .new_tab .dropdown-menu {
  218. left: auto;
  219. float: right;
  220. right: 0;
  221. }
  222. body[id="helios"] .dropdown-menu {
  223. min-width: 0;
  224. text-align: left;
  225. }
  226. body[id="helios"] .navbar .nav > li > a {
  227. line-height: 22px;
  228. padding: 0px 8px;
  229. font-size: 11px;
  230. border-right: 1px solid #222;
  231. text-shadow: #ddd 0px 1px 0px;
  232. box-shadow: none;
  233. color: #222;
  234. }
  235. body[id="helios"] .navbar .nav > li > a span {
  236. display: block;
  237. overflow: hidden;
  238. }
  239. body[id="helios"] .nav > li > a:hover {
  240. background: transparent;
  241. }
  242. body[id="helios"] .navbar .nav > li > a:hover {
  243. color: #f00;
  244. background-image: linear-gradient(top, #666, #454648);
  245. background-image: -webkit-linear-gradient(top, #666, #454648);
  246. background-image: -moz-linear-gradient(top, #666, #454648);
  247. background-image: -o-linear-gradient(top, #666, #454648);
  248. box-shadow: 0 0 0;
  249. }
  250. body[id="helios"] .navbar .nav > .active > a,
  251. body[id="helios"] .navbar .nav > .active > a:hover,
  252. body[id="helios"] .navbar .nav > .active > a:focus,
  253. body[id="helios"] .navbar .nav .ui-sortable-helper a {
  254. color: #ddd;
  255. background-image: linear-gradient(top, #666, #454648);
  256. background-image: -webkit-linear-gradient(top, #666, #454648);
  257. background-image: -moz-linear-gradient(top, #666, #454648);
  258. background-image: -o-linear-gradient(top, #666, #454648);
  259. text-shadow: none;
  260. box-shadow: inset -1px 0px 1px -1px #eee, inset 1px 1px 1px -1px #eee;
  261. border-right: 1px solid #222;
  262. }
  263. body[id="helios"] .navbar .nav .ui-sortable-helper a {
  264. border-left: 1px solid #777;
  265. }
  266. body[id="helios"] .navbar-fixed-top li.inactive{
  267. opacity: 0.6;
  268. background: #4d5052;
  269. box-shadow: none;
  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"] .focused .nav-pills.nav-stacked > li > a {
  295. color: #ddd;
  296. }
  297. body[id="helios"] [class^="icon-"],
  298. body[id="helios"] [class*=" icon-"] {
  299. margin-right: 2px;
  300. }
  301. body[id="helios"] .dropdown-menu {
  302. border-radius: 0;
  303. padding: 0;
  304. margin: 3px;
  305. }
  306. body[id="helios"] .nav-pills > .active > a {
  307. background-color: #12374f;
  308. color: #fffffb !important;
  309. text-shadow: 0 0 0;
  310. }
  311. body[id="helios"] .focused .nav-pills {
  312. background-color: #666;
  313. }
  314. body[id="helios"] .focused .nav-pills > .active > a,
  315. body[id="helios"] .nav-pills > .active > a:hover,
  316. body[id="helios"] .dropdown-menu li > a:hover,
  317. body[id="helios"] .dropdown-menu li > a:focus,
  318. body[id="helios"] .dropdown-submenu:hover > a,
  319. body[id="helios"] .dropdown-menu .active > a,
  320. body[id="helios"] .dropdown-menu .active > a:hover,
  321. body[id="helios"] .CodeMirror-hint-active {
  322. background: #3b7cd4;
  323. color: #fff;
  324. text-shadow: 0 0 0;
  325. }
  326. body[id="helios"] .welcome {
  327. position: fixed;
  328. top: 0;
  329. bottom: 0;
  330. left: 50%;
  331. margin-left: -170px;
  332. width: 340px;
  333. margin-top: 60px;
  334. color: #fffffb;
  335. font-size: 14px;
  336. }
  337. body[id="helios"] [class^="icon-"], body[id="helios"][class*=" icon-"]{
  338. opacity: 0.68;
  339. background-image: url("../bower_components/bootstrap/img/glyphicons-halflings-white.png");
  340. }
  341. body[id="helios"] .welcome h2 {
  342. text-align: center;
  343. }
  344. body[id="helios"] .welcome button {
  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 #666;
  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 #666;
  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-color: #444;
  627. box-shadow: 0 0 6px #222;
  628. border: 1px solid #ccc;
  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. color: #ccc;
  641. }
  642. body[id="helios"] .key_helper .command strong {
  643. display: inline-block;
  644. min-width: 1.4em;
  645. text-align: left;
  646. background-color: #ccc;
  647. color: #666;
  648. }
  649. body[id="helios"] .key_helper #binding-helper-main {
  650. display: block;
  651. padding: 5px;
  652. background: #444;
  653. }
  654. body[id="helios"] .key_helper .label {
  655. padding: 1px 4px;
  656. font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
  657. background: transparent;
  658. color: #0E4561;
  659. text-shadow: none;
  660. border: 0 none;
  661. }
  662. body[id="helios"] .key_helper .action {
  663. padding: 0 0.5em 0 5px;
  664. color: inherit;
  665. font-weight: bold;
  666. }
  667. body[id="helios"] .key_helper .selected {
  668. background-image: linear-gradient(top, #444, #1d1d1d);
  669. background-image: -webkit-linear-gradient(top, #444, #1d1d1d);
  670. background-image: -moz-linear-gradient(top, #444, #1d1d1d);
  671. background-image: -o-linear-gradient(top, #444, #1d1d1d);
  672. height: 28px;
  673. padding: 0 8px;
  674. font-weight: bold;
  675. font-size: 18px;
  676. line-height: 28px;
  677. display: block;
  678. border-bottom: 1px solid #ccc;
  679. color: #ccc
  680. }
  681. body[id="helios"] .key_helper .close {
  682. font-size: 14px;
  683. line-height: 28px;
  684. opacity: 0.6;
  685. position: absolute;
  686. top: 0;
  687. right: 4px;
  688. }
  689. body[id="helios"] .key_helper .close:hover {
  690. opacity: 0.8;
  691. }
  692. body[id="helios"] .key_helper input {
  693. outline: none;
  694. font-size: 11px;
  695. padding: 2px 8px;
  696. background: #fff;
  697. border: 1px solid #a1a1a1;
  698. border-radius: 12px;
  699. box-shadow: inset 0 0px 2px 0px #aaa;
  700. margin: 2px 4px;
  701. line-height: 1em;
  702. }
  703. body[id="helios"] .key_helper .error .help-inline,
  704. body[id="helios"] .key_helper .error input {
  705. color: #B91010;
  706. font-weight: bold;
  707. }
  708. body[id="helios"] .key_helper #cog-helper {
  709. position: fixed;
  710. bottom: 2px;
  711. right: 2px;
  712. z-index: 1000;
  713. opacity: 0.6;
  714. transition: all .5s;
  715. -webkit-transition: all .5s;
  716. -moz-transition: all .5s;
  717. -o-transition: all .5s;
  718. -ms-transition: all .5s;
  719. }
  720. body[id="helios"] .key_helper #cog-helper:hover {
  721. opacity: 1;
  722. }
  723. body[id="helios"] #helper {
  724. z-index: 300;
  725. top: 50%;
  726. position: absolute;
  727. left: 50%;
  728. margin-left: -220px;
  729. margin-top: -35px;
  730. width: 400px;
  731. text-align: center;
  732. color: #ddd;
  733. font-size: 18px;
  734. font-weight: bold;
  735. text-shadow: 0 -1px 0 #111111;
  736. padding: 20px;
  737. background: rgba(0, 0, 0, 0.6);
  738. border-radius: 40px;
  739. }
  740. body[id="helios"] #overlay {
  741. z-index: 2000;
  742. background: transparent;
  743. position: fixed;
  744. top: 0;
  745. left: 0;
  746. right: 0;
  747. bottom: 0;
  748. }
  749. body[id="helios"] .growl {
  750. position: fixed;
  751. top: 10px;
  752. right: 10px;
  753. margin: 0;
  754. z-index: 2001;
  755. width: 200px;
  756. height: auto;
  757. padding: 15px;
  758. background-image: -webkit-linear-gradient(#505050, #3c3c3c);
  759. background-image: -moz-linear-gradient(#505050, #3c3c3c);
  760. background-image: -o-linear-gradient(#505050, #3c3c3c);
  761. background-image: linear-gradient(#888, #666);
  762. border: 1px solid #aaa;
  763. border-radius: 8px;
  764. box-shadow: 0 0 3px #777;
  765. font-weight: bold;
  766. color: #ccc;
  767. }
  768. body[id="helios"] .confirmation,
  769. body[id="helios"] .dialog {
  770. z-index: 2001;
  771. background: rgba(243, 243, 243, 0.9);
  772. background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  773. background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  774. background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  775. background-image: linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  776. padding: 20px;
  777. width: 250px;
  778. position: fixed;
  779. top: -500px;
  780. left: 50%;
  781. margin-left: -135px;
  782. box-shadow: 0 0 6px #333;
  783. transition: top .2s;
  784. -webkit-transition: top .2s;
  785. -moz-transition: top .2s;
  786. -o-transition: top .2s;
  787. }
  788. body[id="helios"] .confirmation .head,
  789. body[id="helios"] .dialog .head {
  790. display: block;
  791. }
  792. body[id="helios"] .confirmation .hl_widget .form-actions,
  793. body[id="helios"] .dialog .hl_widget .form-actions {
  794. padding: 0;
  795. border: 0;
  796. }
  797. body[id="helios"] .confirmation .nav,
  798. body[id="helios"] .dialog .nav {
  799. border: 1px solid #999;
  800. }
  801. body[id="helios"] .confirmation .nav span,
  802. body[id="helios"] .dialog .nav span {
  803. font-size: 11px;
  804. font-weight: normal;
  805. }
  806. body[id="helios"] .confirmation .title,
  807. body[id="helios"] .dialog .title {
  808. font-size: 16px;
  809. margin-bottom: 15px;
  810. }
  811. body[id="helios"] .confirmation.large,
  812. body[id="helios"] .dialog.large {
  813. width: 400px;
  814. margin-left: -220px;
  815. }
  816. body[id="helios"] .confirmation.large textarea,
  817. body[id="helios"] .dialog.large textarea {
  818. width: 385px;
  819. height: 200px;
  820. }
  821. body[id="helios"] .confirmation textarea,
  822. body[id="helios"] .dialog textarea {
  823. display: block;
  824. width: 235px;
  825. }
  826. body[id="helios"] .confirmation input[type="text"],
  827. body[id="helios"] .dialog input[type="text"] {
  828. margin: 5px 0;
  829. width: 390px;
  830. }
  831. body[id="helios"] .confirmation .progress,
  832. body[id="helios"] .dialog .progress {
  833. height: 5px;
  834. }
  835. body[id="helios"] .confirmation .progress .bar,
  836. body[id="helios"] .dialog .progress .bar {
  837. background-color: #e9eaf5;
  838. background-image: -webkit-linear-gradient(top, #b1bdd5, #8999b8);
  839. background-image: -moz-linear-gradient(top, #b1bdd5, #8999b8);
  840. background-image: -o-linear-gradient(top, #b1bdd5, #8999b8);
  841. background-image: linear-gradient(top, #b1bdd5, #8999b8);
  842. }
  843. body[id="helios"] .confirmation span,
  844. body[id="helios"] .dialog span {
  845. font-size: 13px;
  846. font-weight: bold;
  847. }
  848. body[id="helios"] .confirmation .buttons,
  849. body[id="helios"] .dialog .buttons {
  850. text-align: right;
  851. margin-top: 20px;
  852. }
  853. body[id="helios"] .confirmation.active,
  854. body[id="helios"] .dialog.active {
  855. top: 0;
  856. }
  857. body[id="helios"] .button {
  858. color: #d3d3d3;
  859. border-radius: 3px !important;
  860. background: #ccc;
  861. border: 1px solid #585858;
  862. height: 20px;
  863. min-width: 68px;
  864. padding: 0 10px;
  865. text-align: center;
  866. margin: 0;
  867. margin-left: 10px;
  868. background-image: linear-gradient(top, #252525, #202020);
  869. background-image: -webkit-linear-gradient(top, #252525, #202020);
  870. background-image: -moz-linear-gradient(top, #252525, #202020);
  871. background-image: -o-linear-gradient(top, #252525, #202020);
  872. font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
  873. }
  874. body[id="helios"] .button.default {
  875. border-top: 1px solid #535273;
  876. border: 1px solid #4F4D67;
  877. border-bottom: 1px solid #4B4B58;
  878. color: #0a0000;
  879. background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #549ceb;
  880. background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #549ceb;
  881. background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #549ceb;
  882. background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #549ceb;
  883. background: linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #549ceb;
  884. -moz-box-shadow: 0 0 3px rgba(69, 113, 184, 0.8);
  885. -webkit-box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  886. box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  887. }
  888. body[id="helios"] .doc .button.default {
  889. color: #d3d3d3;
  890. }
  891. body[id="helios"] .button:hover {
  892. cursor: pointer;
  893. border: 1px solid #585858;
  894. background-image: linear-gradient(top, #505050, #3c3c3c);
  895. background-image: -webkit-linear-gradient(top, #505050, #3c3c3c);
  896. background-image: -moz-linear-gradient(top, #505050, #3c3c3c);
  897. background-image: -o-linear-gradient(top, #505050, #3c3c3c);
  898. }
  899. body[id="helios"] .button.default:hover {
  900. cursor: pointer;
  901. color: #d3d3d3;
  902. border: 1px solid #585858;
  903. background-image: linear-gradient(top, #549ceb, #12374f);
  904. background-image: -webkit-linear-gradient(top, #549ceb, #12374f);
  905. background-image: -moz-linear-gradient(top, #549ceb, #12374f);
  906. background-image: -o-linear-gradient(top, #549ceb, #12374f);
  907. }
  908. body[id="helios"] .button:active {
  909. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  910. -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  911. box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  912. }
  913. body[id="helios"] .button:focus {
  914. outline: 0;
  915. border-color: #08C;
  916. box-shadow: 0 0 5px #08C;
  917. }
  918. body[id="helios"] .doc {
  919. background: transparent;
  920. color: #ccc;
  921. }
  922. body[id="helios"] .doc code .doc pre,
  923. body[id="helios"] .doc p,
  924. body[id="helios"] .doc div {
  925. font-size: 13px;
  926. }
  927. body[id="helios"] .doc code {
  928. padding: 1px 4px;
  929. color: #d46e69;
  930. background-color: #626262;
  931. border-color: #888;
  932. }
  933. body[id="helios"] .doc .head {
  934. background: #666;
  935. padding: 10px;
  936. font-size: 22px;
  937. color: white;
  938. }
  939. body[id="helios"] .focused .doc .head {
  940. background: #08c;
  941. }
  942. body[id="helios"] .doc .button {
  943. float: right;
  944. background-image: linear-gradient(top, #444, #1d1d1d);
  945. background-image: -webkit-linear-gradient(top, #444, #1d1d1d);
  946. background-image: -moz-linear-gradient(top, #444, #1d1d1d);
  947. background-image: -o-linear-gradient(top, #444, #1d1d1d);
  948. }
  949. body[id="helios"] .doc .markdown,
  950. body[id="helios"] .doc .inheritance {
  951. padding: 10px;
  952. }
  953. body[id="helios"] .doc .markdown > pre {
  954. background-color: #666;
  955. border: 1px solid #383838;
  956. }
  957. body[id="helios"] .doc .inheritance > a {
  958. color: #4098ed;
  959. }
  960. body[id="helios"] .doc .inheritance > a:hover {
  961. color: #4098ed;
  962. }
  963. body[id="helios"] .doc h1 {
  964. font-size: 22px;
  965. margin: 0 10px;
  966. border-bottom: 1px solid #666;
  967. }
  968. body[id="helios"] .doc h2 {
  969. font-size: 16px;
  970. }
  971. body[id="helios"] .transcript_container .list-label {
  972. height: 16px;
  973. position: absolute;
  974. top: 0;
  975. right: 0;
  976. left: 0;
  977. }
  978. body[id="helios"] .transcript {
  979. position: absolute;
  980. top: 17px;
  981. bottom: 0;
  982. left: 0;
  983. right: 0;
  984. }
  985. body[id="helios"] .transcript textarea {
  986. width: 100%;
  987. height: 100%;
  988. margin: 0;
  989. padding: 0;
  990. border: 0;
  991. background: #444;
  992. color: #b8c4cf;
  993. }
  994. body[id="helios"] .hl_debugger .tool_container {
  995. top: 53px;
  996. }
  997. body[id="helios"] .hl_debugger .head {
  998. position: absolute;
  999. top: 23px;
  1000. width: 100%;
  1001. background: #0088cc url(/images/debugger.png) 10px center no-repeat;
  1002. border-bottom: 1px solid white;
  1003. }
  1004. body[id="helios"] .hl_debugger .head h2 {
  1005. font-size: 14px;
  1006. line-height: 30px;
  1007. padding: 0 30px;
  1008. margin: 0;
  1009. color: white;
  1010. }