helios.css 25 KB

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