1
0

helios.css 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045
  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 #525252;
  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 #525252;
  506. border-top: 1px solid #eee;
  507. background-color: #eee;
  508. padding-top: px;
  509. background-image: linear-gradient(top, #585858, #323232);
  510. background-image: -webkit-linear-gradient(top, #585858, #323232);
  511. background-image: -moz-linear-gradient(top, #585858, #323232);
  512. background-image: -o-linear-gradient(top, #585858, #323232);
  513. color: #ccc;
  514. padding-left: 4px;
  515. line-height: 16px;
  516. height: 15px;
  517. }
  518. body[id="helios"] .tool_container .list-label .btn-group.cog {
  519. position: absolute;
  520. top: 0;
  521. right: 0;
  522. padding: 0;
  523. margin: 0;
  524. }
  525. body[id="helios"] .tool_container .list-label .btn-group.open .dropdown-toggle {
  526. box-shadow: 0 0 0;
  527. border: 0;
  528. }
  529. body[id="helios"] .tool_container .list-label .btn-group > .dropdown-menu {
  530. padding: 0;
  531. font-size: 11px;
  532. }
  533. body[id="helios"] .tool_container .list-label .btn-group.cog i {
  534. margin-top: 1px;
  535. }
  536. body[id="helios"] .tool_container .list-label .cog .btn.dropdown-toggle {
  537. padding: 0;
  538. margin: 0;
  539. line-height: 12px;
  540. border: 0;
  541. background: transparent;
  542. }
  543. body[id="helios"] .tool_container .panes .pane .pane_actions {
  544. position: absolute;
  545. overflow: hidden;
  546. width: 100%;
  547. height: 16px;
  548. bottom: 0;
  549. padding: 0;
  550. margin: 0;
  551. }
  552. body[id="helios"] .tool_container .pane_actions,
  553. body[id="helios"] .tool_container .buttons_bar {
  554. background: #dadada;
  555. border-top: 1px solid #525252;
  556. background-image: linear-gradient(top, #585858, #323232);
  557. background-image: -webkit-linear-gradient(top, #585858, #323232);
  558. background-image: -moz-linear-gradient(top, #585858, #323232);
  559. background-image: -o-linear-gradient(top, #585858, #323232);
  560. }
  561. body[id="helios"] .tool_container .panes .pane .pane_actions .info {
  562. padding: 10px 5px 5px;
  563. font-weight: bold;
  564. color: #666;
  565. line-height: 20px;
  566. }
  567. body[id="helios"] .tool_container .panes .pane .pane_actions .btn-group {
  568. display: inline;
  569. margin-left: 5px;
  570. }
  571. body[id="helios"] .tool_container .panes .pane .pane_actions label {
  572. display: inline-block;
  573. padding-left: 30px;
  574. font-size: 11px;
  575. line-height: 16px;
  576. vertical-align: top;
  577. color: #d3d3d3;
  578. }
  579. body[id="helios"] .tool_container .panes .pane .pane_actions label input {
  580. float: none;
  581. vertical-align: top;
  582. margin-top: 2px;
  583. margin-right: 5px;
  584. }
  585. body[id="helios"] .tool_container .panes .pane .pane_actions .btn {
  586. background: transparent;
  587. border: 1px;
  588. font-size: 11px;
  589. line-height: 16px;
  590. padding: 0 5px;
  591. margin: 0;
  592. border-radius: 0;
  593. box-shadow: 0 0 0;
  594. vertical-align: top;
  595. text-shadow: none;
  596. margin-top: -1px;
  597. color: #929292
  598. /* min-width: 50px; */
  599. }
  600. body[id="helios"] .tool_container .panes .pane .pane_actions .btn:hover {
  601. background-color: #bbb;
  602. }
  603. body[id="helios"] .tool_container .panes .pane .pane_actions .btn-group .btn:hover {
  604. background-color: transparent;
  605. }
  606. body[id="helios"] .tool_container .panes .pane .pane_actions .btn-group .btn.active {
  607. color: #d3d3d3;
  608. box-shadow: inset 0px 0px 2px 0px #323232;
  609. border-radius: 4px;
  610. background: #666;
  611. background-image: linear-gradient(top, #454545, #252525);
  612. background-image: -webkit-linear-gradient(top, #454545, #252525);
  613. background-image: -moz-linear-gradient(top, #454545, #252525);
  614. background-image: -o-linear-gradient(top, #454545, #252525);
  615. }
  616. body[id="helios"] .tool_container .panes .pane .class_side .nav-pills {
  617. font-weight: bold;
  618. background: #2a62a7;
  619. }
  620. body[id="helios"] .key_helper {
  621. z-index: 2001;
  622. position: fixed;
  623. top: 120px;
  624. left: 50%;
  625. width: 400px;
  626. max-height: 300px;
  627. margin-left: -200px;
  628. background-color: #444;
  629. box-shadow: 0 0 6px #222;
  630. border: 1px solid #ccc;
  631. font-size: 11px;
  632. transition: all .5s;
  633. -webkit-transition: all .5s;
  634. -moz-transition: all .5s;
  635. -o-transition: all .5s;
  636. -ms-transition: all .5s;
  637. }
  638. body[id="helios"] .key_helper .command {
  639. padding: 0;
  640. display: inline-block;
  641. width: 50%;
  642. color: #ccc;
  643. }
  644. body[id="helios"] .key_helper .command strong {
  645. display: inline-block;
  646. min-width: 1.4em;
  647. text-align: left;
  648. background-color: #ccc;
  649. color: #666;
  650. }
  651. body[id="helios"] .key_helper #binding-helper-main {
  652. display: block;
  653. padding: 5px;
  654. background: #444;
  655. }
  656. body[id="helios"] .key_helper .label {
  657. padding: 1px 4px;
  658. font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
  659. background: transparent;
  660. color: #0E4561;
  661. text-shadow: none;
  662. border: 0 none;
  663. }
  664. body[id="helios"] .key_helper .action {
  665. padding: 0 0.5em 0 5px;
  666. color: inherit;
  667. font-weight: bold;
  668. }
  669. body[id="helios"] .key_helper .selected {
  670. background-image: linear-gradient(top, #444, #1d1d1d);
  671. background-image: -webkit-linear-gradient(top, #444, #1d1d1d);
  672. background-image: -moz-linear-gradient(top, #444, #1d1d1d);
  673. background-image: -o-linear-gradient(top, #444, #1d1d1d);
  674. height: 28px;
  675. padding: 0 8px;
  676. font-weight: bold;
  677. font-size: 18px;
  678. line-height: 28px;
  679. display: block;
  680. border-bottom: 1px solid #ccc;
  681. color: #ccc
  682. }
  683. body[id="helios"] .key_helper .close {
  684. font-size: 14px;
  685. line-height: 28px;
  686. opacity: 0.6;
  687. position: absolute;
  688. top: 0;
  689. right: 4px;
  690. }
  691. body[id="helios"] .key_helper .close:hover {
  692. opacity: 0.8;
  693. }
  694. body[id="helios"] .key_helper input {
  695. outline: none;
  696. font-size: 11px;
  697. padding: 2px 8px;
  698. background: #fff;
  699. border: 1px solid #a1a1a1;
  700. border-radius: 12px;
  701. box-shadow: inset 0 0px 2px 0px #aaa;
  702. margin: 2px 4px;
  703. line-height: 1em;
  704. }
  705. body[id="helios"] .key_helper .error .help-inline,
  706. body[id="helios"] .key_helper .error input {
  707. color: #B91010;
  708. font-weight: bold;
  709. }
  710. body[id="helios"] .key_helper #cog-helper {
  711. position: fixed;
  712. bottom: 2px;
  713. right: 2px;
  714. z-index: 1000;
  715. opacity: 0.6;
  716. transition: all .5s;
  717. -webkit-transition: all .5s;
  718. -moz-transition: all .5s;
  719. -o-transition: all .5s;
  720. -ms-transition: all .5s;
  721. }
  722. body[id="helios"] .key_helper #cog-helper:hover {
  723. opacity: 1;
  724. }
  725. body[id="helios"] #helper {
  726. z-index: 300;
  727. top: 50%;
  728. position: absolute;
  729. left: 50%;
  730. margin-left: -220px;
  731. margin-top: -35px;
  732. width: 400px;
  733. text-align: center;
  734. color: #ddd;
  735. font-size: 18px;
  736. font-weight: bold;
  737. text-shadow: 0 -1px 0 #111111;
  738. padding: 20px;
  739. background: rgba(0, 0, 0, 0.6);
  740. border-radius: 40px;
  741. }
  742. body[id="helios"] #overlay {
  743. z-index: 2000;
  744. background: transparent;
  745. position: fixed;
  746. top: 0;
  747. left: 0;
  748. right: 0;
  749. bottom: 0;
  750. }
  751. body[id="helios"] .growl {
  752. position: fixed;
  753. top: 10px;
  754. right: 10px;
  755. margin: 0;
  756. z-index: 2001;
  757. width: 200px;
  758. height: auto;
  759. padding: 15px;
  760. background-image: -webkit-linear-gradient(#505050, #3c3c3c);
  761. background-image: -moz-linear-gradient(#505050, #3c3c3c);
  762. background-image: -o-linear-gradient(#505050, #3c3c3c);
  763. background-image: linear-gradient(#888, #666);
  764. border: 1px solid #aaa;
  765. border-radius: 8px;
  766. box-shadow: 0 0 3px #777;
  767. font-weight: bold;
  768. color: #ccc;
  769. }
  770. body[id="helios"] .confirmation,
  771. body[id="helios"] .dialog {
  772. z-index: 2001;
  773. background: rgba(243, 243, 243, 0.9);
  774. background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  775. background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  776. background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  777. background-image: linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  778. padding: 20px;
  779. width: 250px;
  780. position: fixed;
  781. top: -500px;
  782. left: 50%;
  783. margin-left: -135px;
  784. box-shadow: 0 0 6px #333;
  785. transition: top .2s;
  786. -webkit-transition: top .2s;
  787. -moz-transition: top .2s;
  788. -o-transition: top .2s;
  789. }
  790. body[id="helios"] .confirmation .head,
  791. body[id="helios"] .dialog .head {
  792. display: block;
  793. }
  794. body[id="helios"] .confirmation .hl_widget .form-actions,
  795. body[id="helios"] .dialog .hl_widget .form-actions {
  796. padding: 0;
  797. border: 0;
  798. }
  799. body[id="helios"] .confirmation .nav,
  800. body[id="helios"] .dialog .nav {
  801. border: 1px solid #999;
  802. }
  803. body[id="helios"] .confirmation .nav span,
  804. body[id="helios"] .dialog .nav span {
  805. font-size: 11px;
  806. font-weight: normal;
  807. }
  808. body[id="helios"] .confirmation .title,
  809. body[id="helios"] .dialog .title {
  810. font-size: 16px;
  811. margin-bottom: 15px;
  812. }
  813. body[id="helios"] .confirmation.large,
  814. body[id="helios"] .dialog.large {
  815. width: 400px;
  816. margin-left: -220px;
  817. }
  818. body[id="helios"] .confirmation.large textarea,
  819. body[id="helios"] .dialog.large textarea {
  820. width: 385px;
  821. height: 200px;
  822. }
  823. body[id="helios"] .confirmation textarea,
  824. body[id="helios"] .dialog textarea {
  825. display: block;
  826. width: 235px;
  827. }
  828. body[id="helios"] .confirmation input[type="text"],
  829. body[id="helios"] .dialog input[type="text"] {
  830. margin: 5px 0;
  831. width: 390px;
  832. }
  833. body[id="helios"] .confirmation .progress,
  834. body[id="helios"] .dialog .progress {
  835. height: 5px;
  836. }
  837. body[id="helios"] .confirmation .progress .bar,
  838. body[id="helios"] .dialog .progress .bar {
  839. background-color: #e9eaf5;
  840. background-image: -webkit-linear-gradient(top, #b1bdd5, #8999b8);
  841. background-image: -moz-linear-gradient(top, #b1bdd5, #8999b8);
  842. background-image: -o-linear-gradient(top, #b1bdd5, #8999b8);
  843. background-image: linear-gradient(top, #b1bdd5, #8999b8);
  844. }
  845. body[id="helios"] .confirmation span,
  846. body[id="helios"] .dialog span {
  847. font-size: 13px;
  848. font-weight: bold;
  849. }
  850. body[id="helios"] .confirmation .buttons,
  851. body[id="helios"] .dialog .buttons {
  852. text-align: right;
  853. margin-top: 20px;
  854. }
  855. body[id="helios"] .confirmation.active,
  856. body[id="helios"] .dialog.active {
  857. top: 0;
  858. }
  859. body[id="helios"] .button {
  860. color: #d3d3d3;
  861. border-radius: 3px !important;
  862. background: #ccc;
  863. border: 1px solid #383838;
  864. height: 20px;
  865. min-width: 68px;
  866. padding: 0 10px;
  867. text-align: center;
  868. margin: 0;
  869. margin-left: 10px;
  870. background-image: linear-gradient(top, #454545, #252525);
  871. background-image: -webkit-linear-gradient(top, #454545, #252525);
  872. background-image: -moz-linear-gradient(top, #454545, #252525);
  873. background-image: -o-linear-gradient(top, #454545, #252525);
  874. font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
  875. }
  876. body[id="helios"] .button.default {
  877. border-top: 1px solid #535273;
  878. border: 1px solid #4F4D67;
  879. border-bottom: 1px solid #4B4B58;
  880. color: #0a0000;
  881. 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;
  882. 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;
  883. 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;
  884. 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;
  885. 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;
  886. -moz-box-shadow: 0 0 3px rgba(69, 113, 184, 0.8);
  887. -webkit-box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  888. box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  889. }
  890. body[id="helios"] .doc .button.default {
  891. color: #d3d3d3;
  892. }
  893. body[id="helios"] .button:hover {
  894. cursor: pointer;
  895. border: 1px solid #444;
  896. background-image: linear-gradient(top, #353535, #151515);
  897. background-image: -webkit-linear-gradient(top, #353535, #151515);
  898. background-image: -moz-linear-gradient(top, #353535, #151515);
  899. background-image: -o-linear-gradient(top, #353535, #151515);
  900. }
  901. body[id="helios"] .button.default:hover {
  902. cursor: pointer;
  903. color: #d3d3d3;
  904. border: 1px solid #585858;
  905. background-image: linear-gradient(top, #549ceb, #12374f);
  906. background-image: -webkit-linear-gradient(top, #549ceb, #12374f);
  907. background-image: -moz-linear-gradient(top, #549ceb, #12374f);
  908. background-image: -o-linear-gradient(top, #549ceb, #12374f);
  909. }
  910. body[id="helios"] .button:active {
  911. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  912. -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  913. box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  914. }
  915. body[id="helios"] .button:focus {
  916. outline: 0;
  917. border-color: #08C;
  918. box-shadow: 0 0 5px #08C;
  919. }
  920. body[id="helios"] .doc {
  921. background: transparent;
  922. color: #ccc;
  923. }
  924. body[id="helios"] .doc code .doc pre,
  925. body[id="helios"] .doc p,
  926. body[id="helios"] .doc div {
  927. font-size: 13px;
  928. }
  929. body[id="helios"] .doc code {
  930. padding: 1px 4px;
  931. color: #d46e69;
  932. background-color: #626262;
  933. border-color: #888;
  934. }
  935. body[id="helios"] .doc .head {
  936. background: #666;
  937. padding: 10px;
  938. font-size: 22px;
  939. color: white;
  940. }
  941. body[id="helios"] .focused .doc .head {
  942. background: #08c;
  943. }
  944. body[id="helios"] .doc .button {
  945. float: right;
  946. background-image: linear-gradient(top, #444, #1d1d1d);
  947. background-image: -webkit-linear-gradient(top, #444, #1d1d1d);
  948. background-image: -moz-linear-gradient(top, #444, #1d1d1d);
  949. background-image: -o-linear-gradient(top, #444, #1d1d1d);
  950. }
  951. body[id="helios"] .doc .markdown,
  952. body[id="helios"] .doc .inheritance {
  953. padding: 10px;
  954. }
  955. body[id="helios"] .doc .markdown > pre {
  956. background-color: #666;
  957. border: 1px solid #383838;
  958. }
  959. body[id="helios"] .doc .inheritance > a {
  960. color: #4098ed;
  961. }
  962. body[id="helios"] .doc .inheritance > a:hover {
  963. color: #4098ed;
  964. }
  965. body[id="helios"] .doc h1 {
  966. font-size: 22px;
  967. margin: 0 10px;
  968. border-bottom: 1px solid #666;
  969. }
  970. body[id="helios"] .doc h2 {
  971. font-size: 16px;
  972. }
  973. body[id="helios"] .transcript_container .list-label {
  974. height: 16px;
  975. position: absolute;
  976. top: 0;
  977. right: 0;
  978. left: 0;
  979. }
  980. body[id="helios"] .transcript {
  981. position: absolute;
  982. top: 17px;
  983. bottom: 0;
  984. left: 0;
  985. right: 0;
  986. }
  987. body[id="helios"] .transcript textarea {
  988. width: 100%;
  989. height: 100%;
  990. margin: 0;
  991. padding: 0;
  992. border: 0;
  993. background: #444;
  994. color: #b8c4cf;
  995. }
  996. body[id="helios"] .hl_debugger .tool_container {
  997. top: 53px;
  998. }
  999. body[id="helios"] .hl_debugger .head {
  1000. position: absolute;
  1001. top: 23px;
  1002. width: 100%;
  1003. background: #0088cc url(/images/debugger.png) 10px center no-repeat;
  1004. border-bottom: 1px solid white;
  1005. }
  1006. body[id="helios"] .hl_debugger .head h2 {
  1007. font-size: 14px;
  1008. line-height: 30px;
  1009. padding: 0 30px;
  1010. margin: 0;
  1011. color: white;
  1012. }