1
0

helios.css 26 KB

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