helios.css 22 KB

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