helios.css 25 KB

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