helios.css 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030
  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.trait {
  497. background-image: url('trait.png');
  498. }
  499. body[id="helios"] .tool_container .pane .nav-pills i.collection {
  500. background-image: url('collection.png');
  501. }
  502. body[id="helios"] .tool_container .pane .nav-pills i.test {
  503. background-image: url('test.png');
  504. }
  505. body[id="helios"] .tool_container .pane .nav-pills i.exception {
  506. background-image: url('exception.png');
  507. }
  508. body[id="helios"] .tool_container .pane .nav-pills i.widget {
  509. background-image: url('widget.png');
  510. }
  511. body[id="helios"] .tool_container .pane .nav-pills i.magnitude {
  512. background-image: url('magnitude.png');
  513. }
  514. body[id="helios"] .tool_container .pane .nav-pills i.package {
  515. background-image: url('package.png');
  516. }
  517. body[id="helios"] .tool_container .pane .nav-pills i.package_dirty {
  518. background-image: url('package-dirty.png');
  519. }
  520. body[id="helios"] .tool_container .pane .nav-pills i.private {
  521. background-image: url('private.png');
  522. }
  523. body[id="helios"] .tool_container .pane .nav-pills i.extension {
  524. background-image: url('extension.png');
  525. }
  526. body[id="helios"] .tool_container .pane .nav-pills i.initialization {
  527. background-image: url('initialization.png');
  528. }
  529. body[id="helios"] .tool_container .pane .nav-pills i.package {
  530. background-image: url('package.png');
  531. }
  532. body[id="helios"] .tool_container .pane .nav-pills i.override {
  533. background-image: url('override.png ');
  534. }
  535. body[id="helios"] .tool_container .pane .nav-pills i.overridden {
  536. background-image: url('overridden.png');
  537. }
  538. body[id="helios"] .tool_container .pane .nav-pills i.override-overridden {
  539. background-image: url('override-overridden.png');
  540. }
  541. body[id="helios"] .tool_container .pane .nav-pills i.warning {
  542. background-image: url('warning.gif');
  543. }
  544. body[id="helios"] .tool_container .pane .nav-pills i.uncommented {
  545. background-image: url('uncommented.png');
  546. }
  547. body[id="helios"] .tool_container .list-label {
  548. font-size: 11px;
  549. border-radius: 0;
  550. border-bottom: 1px solid #999;
  551. border-top: 1px solid #eee;
  552. background-color: #eee;
  553. background-image: -webkit-linear-gradient(top, #eee, #ddd);
  554. background-image: -moz-linear-gradient(top, #eee, #ddd);
  555. background-image: -o-linear-gradient(top, #eee, #ddd);
  556. background-image: linear-gradient(top, #eee, #ddd);
  557. color: #444;
  558. font-weight: bold;
  559. text-shadow: 0 0 0;
  560. padding-left: 4px;
  561. line-height: 14px;
  562. height: 15px;
  563. text-shadow: 0 1px 0 #eee;
  564. }
  565. body[id="helios"] .tool_container .list-label .btn-group.cog {
  566. position: absolute;
  567. top: 0;
  568. right: 0;
  569. padding: 0;
  570. margin: 0;
  571. }
  572. body[id="helios"] .tool_container .list-label .btn-group.open .dropdown-toggle {
  573. box-shadow: 0 0 0;
  574. border: 0;
  575. }
  576. body[id="helios"] .tool_container .list-label .btn-group > .dropdown-menu {
  577. padding: 0;
  578. margin: 0;
  579. font-size: 11px;
  580. }
  581. body[id="helios"] .tool_container .list-label .btn-group.cog i {
  582. margin-top: 1px;
  583. }
  584. body[id="helios"] .tool_container .list-label .cog .btn.btn-default.dropdown-toggle {
  585. padding: 0;
  586. margin: 0;
  587. line-height: 12px;
  588. border: 0;
  589. background: transparent;
  590. }
  591. body[id="helios"] .tool_container .panes .pane .pane_actions {
  592. position: absolute;
  593. overflow: hidden;
  594. width: 100%;
  595. height: 16px;
  596. bottom: 0;
  597. padding: 0;
  598. margin: 0;
  599. }
  600. body[id="helios"] .tool_container .pane_actions,
  601. body[id="helios"] .tool_container .buttons_bar {
  602. background: #dadada;
  603. border-top: 1px solid #666;
  604. background-image: -webkit-linear-gradient(top, #dadada, #bdbdbd);
  605. background-image: -moz-linear-gradient(top, #dadada, #bdbdbd);
  606. background-image: -o-linear-gradient(top, #dadada, #bdbdbd);
  607. background-image: linear-gradient(top, #dadada, #bdbdbd);
  608. }
  609. body[id="helios"] .tool_container .panes .pane .pane_actions .info {
  610. padding: 10px 5px 5px;
  611. font-weight: bold;
  612. color: #666;
  613. line-height: 20px;
  614. }
  615. body[id="helios"] .tool_container .panes .pane .pane_actions .btn-group {
  616. display: inline;
  617. margin-left: 5px;
  618. }
  619. body[id="helios"] .tool_container .panes .pane .pane_actions label {
  620. display: inline-block;
  621. padding-left: 30px;
  622. font-size: 11px;
  623. line-height: 16px;
  624. vertical-align: top;
  625. text-shadow: #ddd 0px 1px 0px;
  626. color: #222;
  627. margin-top: 0px;
  628. margin-bottom: 0px;
  629. }
  630. body[id="helios"] .tool_container .panes .pane .pane_actions label input {
  631. float: none;
  632. vertical-align: top;
  633. margin-top: 2px;
  634. margin-right: 5px;
  635. }
  636. body[id="helios"] .tool_container .panes .pane .pane_actions .btn-group .btn.btn-default,
  637. body[id="helios"] .pane_actions.form-group .btn.btn-default {
  638. background: transparent;
  639. border: 0;
  640. font-size: 11px;
  641. line-height: 16px;
  642. padding: 0 5px;
  643. margin: 0;
  644. border-radius: 0;
  645. box-shadow: 0 0 0;
  646. vertical-align: top;
  647. /* min-width: 50px; */
  648. }
  649. body[id="helios"] .tool_container .panes .pane .pane_actions .btn.btn-default:hover,
  650. body[id="helios"] .pane_actions.form-group .btn.btn-default:hover {
  651. background-color: #bbb;
  652. }
  653. body[id="helios"] .tool_container .panes .pane .pane_actions .btn-group .btn.btn-default:hover,
  654. body[id="helios"] .pane_actions.form-group .btn.btn-default:hover {
  655. background-color: transparent;
  656. }
  657. body[id="helios"] .tool_container .panes .pane .pane_actions .btn-group .btn.btn-default.active,
  658. body[id="helios"] .pane_actions.form-group .btn.btn-default {
  659. text-shadow: #ddd 0px 1px 0px;
  660. color: #222;
  661. background: #bbb;
  662. background-image: linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  663. background-image: -webkit-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -webkit-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  664. background-image: -moz-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -moz-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  665. background-image: -o-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -o-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  666. }
  667. body[id="helios"] .tool_container .panes .pane .class_side .nav-pills {
  668. font-weight: bold;
  669. background: #ffd;
  670. }
  671. body[id="helios"] .key_helper {
  672. z-index: 2001;
  673. position: fixed;
  674. top: 120px;
  675. left: 50%;
  676. width: 400px;
  677. max-height: 300px;
  678. margin-left: -200px;
  679. background: white;
  680. box-shadow: 0 0 6px #aaa;
  681. border: 1px solid #aaa;
  682. font-size: 11px;
  683. transition: all 0.5s;
  684. -webkit-transition: all 0.5s;
  685. -moz-transition: all 0.5s;
  686. -o-transition: all 0.5s;
  687. -ms-transition: all 0.5s;
  688. }
  689. body[id="helios"] .key_helper .command {
  690. padding: 0;
  691. display: inline-block;
  692. width: 50%;
  693. height: 20px;
  694. }
  695. body[id="helios"] .key_helper .command strong {
  696. display: inline-block;
  697. min-width: 1.4em;
  698. text-align: left;
  699. }
  700. body[id="helios"] .key_helper #binding-helper-main {
  701. display: block;
  702. padding: 5px;
  703. background: #eee;
  704. }
  705. body[id="helios"] .key_helper .label {
  706. padding: 1px 4px;
  707. font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
  708. font-size: 100%;
  709. line-height: 14px;
  710. background: transparent;
  711. color: #0E4561;
  712. text-shadow: none;
  713. border: 0 none;
  714. }
  715. body[id="helios"] .key_helper .action {
  716. padding: 0 0.5em 0 5px;
  717. color: inherit;
  718. font-weight: bold;
  719. }
  720. body[id="helios"] .key_helper .selected {
  721. background-image: linear-gradient(top, #ccc, #bbb);
  722. background-image: -moz-linear-gradient(top, #ccc, #bbb);
  723. background-image: -o-linear-gradient(top, #ccc, #bbb);
  724. background-image: -webkit-linear-gradient(top, #ccc, #bbb);
  725. height: 28px;
  726. padding: 0 8px;
  727. font-weight: bold;
  728. font-size: 18px;
  729. line-height: 28px;
  730. text-shadow: 0 1px 0 #fff;
  731. display: block;
  732. border-bottom: 1px solid #aaa;
  733. }
  734. body[id="helios"] .key_helper .close {
  735. font-size: 14px;
  736. line-height: 28px;
  737. opacity: 0.6;
  738. position: absolute;
  739. top: 0;
  740. right: 4px;
  741. }
  742. body[id="helios"] .key_helper .close:hover {
  743. opacity: 0.8;
  744. }
  745. body[id="helios"] .key_helper input {
  746. outline: none;
  747. font-size: 11px;
  748. padding: 2px 8px;
  749. background: #fff;
  750. border: 1px solid #a1a1a1;
  751. border-radius: 12px;
  752. box-shadow: inset 0 0px 2px 0px #aaa;
  753. margin: 2px 4px;
  754. line-height: 1em;
  755. }
  756. body[id="helios"] .key_helper .error .help-block,
  757. body[id="helios"] .key_helper .error input {
  758. color: #B91010;
  759. font-weight: bold;
  760. }
  761. body[id="helios"] .key_helper #cog-helper {
  762. position: fixed;
  763. bottom: 2px;
  764. right: 2px;
  765. z-index: 1000;
  766. opacity: 0.6;
  767. transition: all 0.5s;
  768. -webkit-transition: all 0.5s;
  769. -moz-transition: all 0.5s;
  770. -o-transition: all 0.5s;
  771. -ms-transition: all 0.5s;
  772. }
  773. body[id="helios"] .key_helper #cog-helper:hover {
  774. opacity: 1;
  775. }
  776. body[id="helios"] #helper {
  777. z-index: 300;
  778. top: 50%;
  779. position: absolute;
  780. left: 50%;
  781. margin-left: -220px;
  782. margin-top: -35px;
  783. width: 400px;
  784. text-align: center;
  785. color: #ddd;
  786. font-size: 18px;
  787. font-weight: bold;
  788. text-shadow: 0 -1px 0 #111;
  789. padding: 20px;
  790. background: rgba(0, 0, 0, 0.6);
  791. border-radius: 40px;
  792. }
  793. body[id="helios"] #overlay {
  794. z-index: 2000;
  795. background: transparent;
  796. position: fixed;
  797. top: 0;
  798. left: 0;
  799. right: 0;
  800. bottom: 0;
  801. }
  802. body[id="helios"] .growl {
  803. position: fixed;
  804. top: 10px;
  805. right: 10px;
  806. margin: 0;
  807. z-index: 2001;
  808. width: 200px;
  809. height: auto;
  810. padding: 15px;
  811. background-image: -webkit-linear-gradient(#ffffff, #ebebeb);
  812. background-image: -moz-linear-gradient(#ffffff, #ebebeb);
  813. background-image: -o-linear-gradient(#ffffff, #ebebeb);
  814. background-image: linear-gradient(#ffffff, #ebebeb);
  815. border: 1px solid #aaa;
  816. border-radius: 8px;
  817. box-shadow: 0 0 3px #ccc;
  818. font-weight: bold;
  819. text-shadow: 0px 2px 1px #fff;
  820. }
  821. body[id="helios"] .confirmation,
  822. body[id="helios"] .dialog {
  823. z-index: 2001;
  824. background: rgba(243, 243, 243, 0.9);
  825. background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  826. background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  827. background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  828. background-image: linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5px, transparent 6px);
  829. padding: 20px;
  830. width: 250px;
  831. position: fixed;
  832. top: -500px;
  833. left: 50%;
  834. margin-left: -135px;
  835. box-shadow: 0 0 6px #333;
  836. transition: top 0.2s;
  837. -webkit-transition: top 0.2s;
  838. -moz-transition: top 0.2s;
  839. -o-transition: top 0.2s;
  840. }
  841. body[id="helios"] .confirmation .head,
  842. body[id="helios"] .dialog .head {
  843. display: block;
  844. }
  845. body[id="helios"] .confirmation .hl_widget .form-group,
  846. body[id="helios"] .dialog .hl_widget .form-group {
  847. padding: 0;
  848. border: 0;
  849. }
  850. body[id="helios"] .confirmation .nav,
  851. body[id="helios"] .dialog .nav {
  852. border: 1px solid #999;
  853. }
  854. body[id="helios"] .confirmation .nav span,
  855. body[id="helios"] .dialog .nav span {
  856. font-size: 11px;
  857. font-weight: normal;
  858. }
  859. body[id="helios"] .confirmation .title,
  860. body[id="helios"] .dialog .title {
  861. font-size: 16px;
  862. margin-bottom: 15px;
  863. }
  864. body[id="helios"] .confirmation.large,
  865. body[id="helios"] .dialog.large {
  866. width: 400px;
  867. margin-left: -220px;
  868. }
  869. body[id="helios"] .confirmation.large textarea,
  870. body[id="helios"] .dialog.large textarea {
  871. width: 385px;
  872. height: 200px;
  873. }
  874. body[id="helios"] .confirmation textarea,
  875. body[id="helios"] .dialog textarea {
  876. display: block;
  877. width: 235px;
  878. }
  879. body[id="helios"] .confirmation input[type="text"],
  880. body[id="helios"] .dialog input[type="text"] {
  881. margin: 5px 0;
  882. width: 390px;
  883. }
  884. body[id="helios"] .confirmation .progress,
  885. body[id="helios"] .dialog .progress {
  886. height: 5px;
  887. }
  888. body[id="helios"] .confirmation .progress .progress-bar,
  889. body[id="helios"] .dialog .progress .progress-bar {
  890. background-color: #e9eaf5;
  891. background-image: -webkit-linear-gradient(top, #B1BDD5, #8999b8);
  892. background-image: -moz-linear-gradient(top, #B1BDD5, #8999b8);
  893. background-image: -o-linear-gradient(top, #B1BDD5, #8999b8);
  894. background-image: linear-gradient(top, #B1BDD5, #8999b8);
  895. }
  896. body[id="helios"] .confirmation span,
  897. body[id="helios"] .dialog span {
  898. font-size: 13px;
  899. font-weight: bold;
  900. }
  901. body[id="helios"] .confirmation .buttons,
  902. body[id="helios"] .dialog .buttons {
  903. text-align: right;
  904. margin-top: 20px;
  905. }
  906. body[id="helios"] .confirmation.active,
  907. body[id="helios"] .dialog.active {
  908. top: 0;
  909. }
  910. body[id="helios"] .button {
  911. border-radius: 3px !important;
  912. background: #ccc;
  913. border: 1px solid #9B9B9B;
  914. height: 20px;
  915. border-radius: 5px;
  916. min-width: 68px;
  917. padding: 0 10px;
  918. text-align: center;
  919. margin: 0;
  920. margin-left: 10px;
  921. 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;
  922. 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;
  923. 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;
  924. 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;
  925. 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;
  926. font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
  927. }
  928. body[id="helios"] .button.default {
  929. border-top: 1px solid #535273;
  930. border: 1px solid #4F4D67;
  931. border-bottom: 1px solid #4B4B58;
  932. 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;
  933. 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;
  934. 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;
  935. 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;
  936. 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;
  937. -moz-box-shadow: 0 0 3px rgba(69, 113, 184, 0.8);
  938. -webkit-box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  939. box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  940. }
  941. body[id="helios"] .button:hover {
  942. cursor: pointer;
  943. border: 1px solid rgba(0, 0, 0, 0.6);
  944. }
  945. body[id="helios"] .button:active {
  946. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  947. -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  948. box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  949. }
  950. body[id="helios"] .button:focus {
  951. outline: 0;
  952. border-color: #08C;
  953. box-shadow: 0 0 5px #08C;
  954. }
  955. body[id="helios"] .doc {
  956. background: white;
  957. }
  958. body[id="helios"] .doc code .doc pre,
  959. body[id="helios"] .doc p,
  960. body[id="helios"] .doc div {
  961. font-size: 13px;
  962. }
  963. body[id="helios"] .doc code {
  964. padding: 1px 4px;
  965. }
  966. body[id="helios"] .doc .head {
  967. background: #666;
  968. padding: 10px;
  969. font-size: 22px;
  970. color: white;
  971. }
  972. body[id="helios"] .focused .doc .head {
  973. background: #08c;
  974. }
  975. body[id="helios"] .doc .button {
  976. float: right;
  977. }
  978. body[id="helios"] .doc .markdown,
  979. body[id="helios"] .doc .inheritance {
  980. padding: 10px;
  981. }
  982. body[id="helios"] .doc h1 {
  983. font-size: 22px;
  984. margin: 0 10px;
  985. border-bottom: 1px solid #666;
  986. }
  987. body[id="helios"] .doc h2 {
  988. font-size: 16px;
  989. }
  990. body[id="helios"] .transcript_container .list-label {
  991. height: 16px;
  992. position: absolute;
  993. top: 0;
  994. right: 0;
  995. left: 0;
  996. }
  997. body[id="helios"] .transcript {
  998. position: absolute;
  999. top: 17px;
  1000. bottom: 0;
  1001. left: 0;
  1002. right: 0;
  1003. }
  1004. body[id="helios"] .transcript textarea {
  1005. width: 100%;
  1006. height: 100%;
  1007. margin: 0;
  1008. padding: 0;
  1009. border: 0;
  1010. }
  1011. body[id="helios"] .hl_debugger .tool_container {
  1012. top: 53px;
  1013. }
  1014. body[id="helios"] .hl_debugger .head {
  1015. position: absolute;
  1016. top: 23px;
  1017. width: 100%;
  1018. background: #08c url(debugger.png) 10px center no-repeat;
  1019. border-bottom: 1px solid white;
  1020. }
  1021. body[id="helios"] .hl_debugger .head h2 {
  1022. font-size: 14px;
  1023. line-height: 30px;
  1024. padding: 0 30px;
  1025. margin: 0;
  1026. color: white;
  1027. }
  1028. body[id="helios"] .progress {
  1029. border-radius: 0;
  1030. }