2
0

helios.css 24 KB

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