helios-niflheim.css 31 KB

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