helios.css 27 KB

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