helios.css 25 KB

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