helios.css 25 KB

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