helios.css 25 KB

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