helios.css 27 KB

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