1
0

helios.css 27 KB

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