helios.css 25 KB

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