helios.css 15 KB

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