1
0

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