helios.css 25 KB

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