helios.css 27 KB

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