helios.css 15 KB

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