1
0

helios.css 25 KB

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