helios.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716
  1. body {
  2. font-size: 11px;
  3. font-family: "Lucida Grande", helvetica, arial, sans;
  4. background: #ddd;
  5. }
  6. .clearfix:after {
  7. content: ".";
  8. display: block;
  9. clear: both;
  10. visibility: hidden;
  11. line-height: 0;
  12. height: 0;
  13. }
  14. .clearfix {
  15. display: inline-block;
  16. }
  17. html[xmlns] .clearfix {
  18. display: block;
  19. }
  20. * html .clearfix {
  21. height: 1%;
  22. }
  23. a {
  24. cursor: pointer;
  25. }
  26. i {
  27. opacity: 0.8;
  28. }
  29. [class^="icon-"], [class*=" icon-"] {
  30. margin-top: 0;
  31. }
  32. .CodeMirror {
  33. position: absolute;
  34. overflow: hidden;
  35. height: 100%;
  36. width: 100%;
  37. background: #fff;
  38. }
  39. .CodeMirror-hints {
  40. border-radius: 0;
  41. font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
  42. font-size: 11px;
  43. line-height: 1em;
  44. padding: 0;
  45. max-height: 120px;
  46. }
  47. .CodeMirror-hint {
  48. border-radius: 0;
  49. padding: 0 10px;
  50. }
  51. .CodeMirror pre {
  52. font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
  53. line-height: 16px;
  54. }
  55. .state {
  56. position: absolute;
  57. right: 15px;
  58. top: 10px;
  59. width: 16px;
  60. height: 16px;
  61. }
  62. .state.modified {
  63. background: transparent url('../images/modified.png') 50% 50% no-repeat;
  64. }
  65. .buttons_bar {
  66. position: absolute;
  67. bottom: 8px;
  68. right: 20px;
  69. z-index: 2;
  70. }
  71. .btn, .btn-group > .btn, .btn-group > .dropdown-menu {
  72. padding: 2px 8px;
  73. }
  74. .navbar .navbar-fixed-top {
  75. font-size: 11px;
  76. line-height: 16px;
  77. }
  78. .navbar-fixed-top .navbar-inner {
  79. min-height: 22px;
  80. background-color: #dbdbdb;
  81. border-bottom: 1px solid #666;
  82. background-image: linear-gradient(top, #dbdbdb, #bababa);
  83. background-image: -webkit-linear-gradient(top, #dbdbdb, #bababa);
  84. background-image: -moz-linear-gradient(top, #dbdbdb, #bababa);
  85. background-image: -owebkit-linear-gradient(top, #dbdbdb, #bababa);
  86. box-shadow: 0 0 0;
  87. }
  88. .navbar .nav > li {
  89. line-height: 16px;
  90. }
  91. .navbar .nav > li > a {
  92. padding: 3px 8px;
  93. font-size: 11px;
  94. color: #111;
  95. text-shadow: 0 1px 0 #ddd;
  96. }
  97. .nav > li > a:hover {
  98. background: transparent;
  99. }
  100. .navbar .nav > .active > a,
  101. .navbar .nav > .active > a:hover,
  102. .navbar .nav > .active > a:focus {
  103. background-color: #bababa;
  104. background-image: linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  105. background-image: -webkit-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -webkit-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  106. background-image: -moz-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -moz-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  107. background-image: -o-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -o-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  108. text-shadow: #ddd 0px 1px 0px;
  109. color: #222;
  110. }
  111. .navbar-fixed-top i {
  112. opacity: 0.4;
  113. margin-right: 5px;
  114. height: 12px;
  115. margin-top: 0;
  116. }
  117. .navbar-fixed-top .active i {
  118. opacity: 0.6;
  119. }
  120. .nav-pills.nav-stacked > li > a {
  121. border-radius: 0;
  122. -webkit-border-radius: 0;
  123. -moz-border-radius: 0;
  124. padding: 2px 2px 1px 4px;
  125. margin: 0;
  126. font-size: 11px;
  127. font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
  128. color: #111;
  129. white-space: nowrap;
  130. }
  131. [class^="icon-"], [class*=" icon-"] {
  132. margin-right: 2px;
  133. }
  134. .dropdown-menu {
  135. border-radius: 0;
  136. padding: 0;
  137. margin: 3px;
  138. }
  139. .nav-pills > .active > a {
  140. background-color: #ddd;
  141. background-image: linear-gradient(top, #ddd, #bababa);
  142. background-image: -moz-linear-gradient(top, #ddd, #bababa);
  143. background-image: -webkit-linear-gradient(top, #ddd, #bababa);
  144. background-image: -o-linear-gradient(top, #ddd, #bababa);
  145. color: #fff;
  146. text-shadow: 0 0 0;
  147. }
  148. .focused .nav-pills {
  149. background-color: #e3e7eb;
  150. }
  151. .focused .nav-pills > .active > a,
  152. .nav-pills > .active > a:hover,
  153. .dropdown-menu li > a:hover,
  154. .dropdown-menu li > a:focus,
  155. .dropdown-submenu:hover > a,
  156. .dropdown-menu .active > a,
  157. .dropdown-menu .active > a:hover,
  158. .CodeMirror-hint-active {
  159. background: #b1bdd5;
  160. background-image: linear-gradient(top, #b1bdd5, #8999b8);
  161. background-image: -webkit-linear-gradient(top, #b1bdd5, #8999b8);
  162. background-image: -moz-linear-gradient(top, #b1bdd5, #8999b8);
  163. background-image: -owebkit-linear-gradient(top, #b1bdd5, #8999b8);
  164. color: #fff;
  165. text-shadow: 0 0 0;
  166. }
  167. .tool_container {
  168. position: absolute;
  169. top: 23px;
  170. bottom: 0;
  171. left: 0;
  172. right: 0;
  173. }
  174. .transcript textarea {
  175. width: 100%;
  176. height: 100%;
  177. margin: 0;
  178. padding: 0;
  179. border: 0;
  180. }
  181. .tool_container .panes {
  182. position: relative;
  183. height: 100%;
  184. width: 100%;
  185. overflow: hidden;
  186. }
  187. .tool_container .panes .pane {
  188. position: absolute;
  189. overflow: auto;
  190. top: 0;
  191. left: 0;
  192. right: 0;
  193. bottom: 0;
  194. background: #f1f1f1;
  195. }
  196. .tool_container .multi_pane {
  197. position: relative;
  198. height: 100%;
  199. width: auto;
  200. overflow-x: auto;
  201. }
  202. .tool_container .multi_pane .pane {
  203. height: 100%;
  204. max-width: 300px;
  205. border-right: 1px solid #888;
  206. }
  207. .tool_container .panes .pane > div {
  208. height: 100%;
  209. position: relative;
  210. }
  211. .tool_container .panes.horizontal > .pane {
  212. min-height: 50px;
  213. }
  214. .tool_container .panes.horizontal > .pane {
  215. top: 50%;
  216. }
  217. .tool_container .panes.horizontal > .pane:first-child {
  218. top: 0;
  219. bottom: 50%;
  220. }
  221. .tool_container .panes.vertical > .pane {
  222. left: 50%;
  223. }
  224. .tool_container .panes.vertical > .pane:first-child {
  225. left: 0;
  226. right: 50%;
  227. }
  228. .tool_container .splitter {
  229. position: absolute;
  230. border-width: 0;
  231. z-index: 10;
  232. }
  233. .tool_container .splitter.vertical {
  234. width: 5px;
  235. left: 50%;
  236. margin-left: -1px;
  237. border-left: 1px solid #888;
  238. height: 100%;
  239. float: left;
  240. cursor: ew-resize;
  241. }
  242. .tool_container .splitter.horizontal {
  243. top: 50%;
  244. height: 5px;
  245. margin-top: -1px;
  246. width: 100%;
  247. border-top: 1px solid #888;
  248. cursor: ns-resize;
  249. }
  250. .tool_container .panes .pane .nav-pills {
  251. position: absolute;
  252. overflow-y: auto;
  253. top: 17px;
  254. bottom: 17px;
  255. width: 100%;
  256. margin: 0;
  257. }
  258. .tool_container .list-label {
  259. font-size: 11px;
  260. border-radius: 0;
  261. border-bottom: 1px solid #666;
  262. background-color: #e9eaf5;
  263. background-image: -webkit-linear-gradient(top, #e9eaf5, #bfc2d2);
  264. color: #222;
  265. font-weight: bold;
  266. text-shadow: 0 0 0;
  267. padding-left: 4px;
  268. line-height: 16px;
  269. text-shadow: 0 1px 0 #eee;
  270. }
  271. .tool_container .list-label .btn-group.cog {
  272. position: absolute;
  273. top: 0;
  274. right: 0;
  275. padding: 0;
  276. margin: 0;
  277. }
  278. .tool_container .list-label .btn-group.open .dropdown-toggle {
  279. box-shadow: 0 0 0;
  280. border: 0;
  281. }
  282. .tool_container .list-label .btn-group > .dropdown-menu {
  283. padding: 0;
  284. font-size: 11px;
  285. }
  286. .tool_container .list-label .btn-group.cog i {
  287. margin-top: 1px;
  288. }
  289. .tool_container .list-label .cog .btn.dropdown-toggle {
  290. padding: 0;
  291. margin: 0;
  292. line-height: 12px;
  293. border: 0;
  294. background: transparent;
  295. }
  296. .tool_container .panes .pane .pane_actions {
  297. position: absolute;
  298. overflow: hidden;
  299. width: 100%;
  300. height: 16px;
  301. bottom: 0;
  302. background: #dadada;
  303. border-top: 1px solid #666;
  304. padding: 0;
  305. margin: 0;
  306. background-image: -webkit-linear-gradient(top, #dadada, #bdbdbd);
  307. }
  308. .tool_container .panes .pane .pane_actions .info {
  309. padding: 10px 5px 5px;
  310. font-weight: bold;
  311. color: #666;
  312. line-height: 20px;
  313. }
  314. .tool_container .panes .pane .pane_actions .btn-group {
  315. display: inline;
  316. margin-left: 5px;
  317. }
  318. .tool_container .panes .pane .pane_actions label {
  319. display: inline-block;
  320. padding-left: 30px;
  321. font-size: 11px;
  322. line-height: 16px;
  323. vertical-align: top;
  324. text-shadow: #ddd 0px 1px 0px;
  325. color: #222;
  326. }
  327. .tool_container .panes .pane .pane_actions label input {
  328. float: none;
  329. vertical-align: top;
  330. margin-top: 2px;
  331. margin-right: 5px;
  332. }
  333. .tool_container .panes .pane .pane_actions .btn {
  334. background: transparent;
  335. border: 0;
  336. font-size: 11px;
  337. line-height: 16px;
  338. padding: 0 5px;
  339. margin: 0;
  340. border-radius: 0;
  341. box-shadow: 0 0 0;
  342. vertical-align: top;
  343. /* min-width: 50px; */
  344. }
  345. .tool_container .panes .pane .pane_actions .btn:hover {
  346. background-color: #bbb;
  347. }
  348. .tool_container .panes .pane .pane_actions .btn-group .btn:hover {
  349. background-color: transparent;
  350. }
  351. .tool_container .panes .pane .pane_actions .btn-group .btn.active {
  352. text-shadow: #ddd 0px 1px 0px;
  353. color: #222;
  354. background: #bbb;
  355. background-image: linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  356. background-image: -webkit-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -webkit-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  357. background-image: -moz-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -moz-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  358. background-image: -o-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -o-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  359. }
  360. .tool_container .panes .pane .class_side .nav-pills {
  361. font-weight: bold;
  362. background: #ffd;
  363. }
  364. .key_helper {
  365. z-index: 20;
  366. position: fixed;
  367. bottom: 0px;
  368. background: #fff;
  369. background-image: linear-gradient(top, #fafafa, #f0f0f0 50%, #e1e1e1 51%);
  370. background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0 50%, #e1e1e1 51%);
  371. background-image: -o-linear-gradient(top, #fafafa, #f0f0f0 50%, #e1e1e1 51%);
  372. background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0 50%, #e1e1e1 51%);
  373. width: 100%;
  374. border-top: 1px solid #aaa;
  375. font-size: 11px;
  376. height: 22px;
  377. }
  378. .key_helper .command {
  379. padding: 0 2px;
  380. }
  381. .key_helper .label {
  382. padding: 1px 4px;
  383. font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
  384. background: transparent;
  385. color: #08C;
  386. text-shadow: none;
  387. border: 0 none;
  388. }
  389. .key_helper .action {
  390. padding: 0 5px;
  391. color: #666;
  392. }
  393. .key_helper .selected {
  394. background-image: linear-gradient(top, #ccc, #aaa);
  395. background-image: -moz-linear-gradient(top, #ccc, #aaa);
  396. background-image: -o-linear-gradient(top, #ccc, #aaa);
  397. background-image: -webkit-linear-gradient(top, #ccc, #aaa);
  398. height: 30px;
  399. padding: 0 8px;
  400. color: #333;
  401. font-weight: bold;
  402. text-shadow: 0 1px 0 #fff;
  403. display: inline-block;
  404. border-right: 1px solid #aaa;
  405. }
  406. .key_helper .close {
  407. font-size: 14px;
  408. line-height: 26px;
  409. opacity: 0.6;
  410. }
  411. .key_helper .close:hover {
  412. opacity: 0.8;
  413. }
  414. .key_helper input {
  415. outline: none;
  416. font-size: 11px;
  417. padding: 2px 8px;
  418. background: #fff;
  419. border: 1px solid #a1a1a1;
  420. border-radius: 12px;
  421. box-shadow: inset 0 0px 2px 0px #aaa;
  422. margin: 2px 4px;
  423. line-height: 1em;
  424. }
  425. .key_helper .error .help-inline,
  426. .key_helper .error input {
  427. color: #B91010;
  428. font-weight: bold;
  429. }
  430. .typeahead.dropdown-menu {
  431. position: fixed !important;
  432. top: auto !important;
  433. bottom: 30px !important;
  434. }
  435. #cog-helper {
  436. position: fixed;
  437. bottom: 2px;
  438. right: 2px;
  439. z-index: 1000;
  440. opacity: 0.6;
  441. transition: all .5s;
  442. -webkit-transition: all .5s;
  443. -moz-transition: all .5s;
  444. -o-transition: all .5s;
  445. -ms-transition: all .5s;
  446. }
  447. #cog-helper:hover {
  448. opacity: 1;
  449. }
  450. #helper {
  451. z-index: 300;
  452. top: 50%;
  453. position: absolute;
  454. left: 50%;
  455. margin-left: -220px;
  456. margin-top: -35px;
  457. width: 400px;
  458. text-align: center;
  459. color: #ddd;
  460. font-size: 18px;
  461. font-weight: bold;
  462. text-shadow: 0 -1px 0 #111;
  463. padding: 20px;
  464. background: rgba(0,0,0, 0.6);
  465. border-radius: 40px;
  466. }
  467. #overlay {
  468. z-index: 2000;
  469. background: transparent;
  470. position: fixed;
  471. top: 0;
  472. left: 0;
  473. right: 0;
  474. bottom: 0;
  475. }
  476. .confirmation, .dialog {
  477. z-index: 2001;
  478. background: rgba(243,243,243,0.9);
  479. background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 5px, transparent 6px);
  480. background-image: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 5px, transparent 6px);
  481. background-image: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 5px, transparent 6px);
  482. background-image: linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 5px, transparent 6px);
  483. padding: 20px;
  484. width: 250px;
  485. position: fixed;
  486. top: -500px;
  487. left: 50%;
  488. margin-left: -135px;
  489. box-shadow: 0 0 6px #333;
  490. transition: top .5s;
  491. -webkit-transition: top .5s;
  492. -moz-transition: top .5s;
  493. -o-transition: top .5s;
  494. }
  495. .confirmation.large,
  496. .dialog.large {
  497. width: 400px;
  498. margin-left: -220px;
  499. }
  500. .confirmation textarea,
  501. .dialog textarea {
  502. display: block;
  503. width: 235px;
  504. }
  505. .confirmation.large textarea,
  506. .dialog.large textarea {
  507. width: 385px;
  508. height: 200px;
  509. }
  510. .confirmation span,
  511. .dialog span {
  512. font-size: 13px;
  513. font-weight: bold;
  514. }
  515. .confirmation .buttons,
  516. .dialog .buttons {
  517. text-align: right;
  518. margin-top: 20px;
  519. }
  520. .confirmation.active,
  521. .dialog.active {
  522. top: 0;
  523. }
  524. .button {
  525. border-radius: 3px !important;
  526. background: #ccc;
  527. border: 1px solid #9B9B9B;
  528. height: 20px;
  529. border-radius: 5px;
  530. min-width: 68px;
  531. padding: 0 10px;
  532. text-align: center;
  533. margin: 0;
  534. margin-left: 10px;
  535. background: -webkit-linear-gradient(bottom, rgba(0,0,0,.09) 0%, rgba(0,0,0, 0.02) 50%, rgba(0,0,0,.04) 50.5%, rgba(0,0,0,.04) 100%) #fff;
  536. font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
  537. }
  538. .button.default {
  539. border-top: 1px solid #535273;
  540. border: 1px solid #4F4D67;
  541. border-bottom: 1px solid #4B4B58;
  542. background: -webkit-linear-gradient(bottom, rgba(255,255,255,.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255,255,255,.3) 50.5%, rgba(255,255,255,.45) 95%, rgba(255,255,255,.8) 100%) #b1bdd5;
  543. background: -moz-linear-gradient(bottom, rgba(255,255,255,.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255,255,255,.3) 50.5%, rgba(255,255,255,.45) 95%, rgba(255,255,255,.8) 100%) #b1bdd5;
  544. -moz-box-shadow: 0 0 3px rgba(69, 113, 184, 0.8);
  545. -webkit-box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  546. box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  547. }
  548. .button:hover {
  549. cursor: pointer;
  550. border: 1px solid rgba(0,0,0,.6);
  551. }
  552. .button:active {
  553. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.5);
  554. -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.5);
  555. box-shadow: inset 0 0 5px rgba(0,0,0,.5);
  556. }
  557. .button:focus {
  558. outline: 0;
  559. }
  560. .doc {
  561. background: white;
  562. }
  563. .doc code .doc pre {
  564. font-size: 11px;
  565. }
  566. .doc code {
  567. padding: 1px 4px;
  568. }
  569. .doc .head {
  570. background: #08C;
  571. padding: 10px;
  572. font-size: 22px;
  573. color: white;
  574. }
  575. .doc .button {
  576. float: right;
  577. }
  578. .doc .markdown,
  579. .doc .inheritance {
  580. padding: 10px;
  581. }
  582. .doc h1 {
  583. font-size: 22px;
  584. margin: 0 10px;
  585. border-bottom: 1px solid #666;
  586. }
  587. .doc h2 {
  588. font-size: 16px;
  589. }
  590. .transcript_container .list-label {
  591. height: 16px;
  592. position: absolute;
  593. top: 0;
  594. right: 0;
  595. left: 0;
  596. }
  597. .transcript {
  598. position: absolute;
  599. top: 17px;
  600. bottom: 0;
  601. left: 0;
  602. right: 0;
  603. }
  604. .transcript textarea {
  605. width: 100%;
  606. height: 100%;
  607. margin: 0;
  608. padding: 0;
  609. border: 0;
  610. }