helios.css 25 KB

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