helios.css 26 KB

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