helios.css 26 KB

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