helios.css 25 KB

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