helios.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
  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. .btn, .btn-group > .btn, .btn-group > .dropdown-menu {
  56. padding: 2px 8px;
  57. }
  58. .navbar .navbar-fixed-top {
  59. font-size: 11px;
  60. line-height: 16px;
  61. }
  62. .navbar-fixed-top .navbar-inner {
  63. min-height: 22px;
  64. background-color: #dbdbdb;
  65. border-bottom: 1px solid #666;
  66. background-image: linear-gradient(top, #dbdbdb, #bababa);
  67. background-image: -webkit-linear-gradient(top, #dbdbdb, #bababa);
  68. background-image: -moz-linear-gradient(top, #dbdbdb, #bababa);
  69. background-image: -owebkit-linear-gradient(top, #dbdbdb, #bababa);
  70. box-shadow: 0 0 0;
  71. }
  72. .navbar .nav > li {
  73. line-height: 16px;
  74. }
  75. .navbar .nav > li > a {
  76. padding: 3px 8px;
  77. font-size: 11px;
  78. color: #111;
  79. text-shadow: 0 1px 0 #ddd;
  80. }
  81. .navbar .nav > .active > a,
  82. .navbar .nav > .active > a:hover,
  83. .navbar .nav > .active > a:focus {
  84. background-image: linear-gradient(left, #999 0%, #bababa 4%, #bababa 96%, #999 100%);
  85. background-image: -webkit-linear-gradient(left, #999 0%, #bababa 4%, #bababa 96%, #999 100%);
  86. background-image: -moz-linear-gradient(left, #999 0%, #bababa 4%, #bababa 96%, #999 100%);
  87. background-image: -o-linear-gradient(left, #999 0%, #bababa 4%, #bababa 96%, #999 100%);
  88. text-shadow: #ddd 0px 1px 0px;
  89. color: #222;
  90. }
  91. .navbar-fixed-top i {
  92. opacity: 0.4;
  93. margin-right: 5px;
  94. height: 12px;
  95. margin-top: 0;
  96. }
  97. .navbar-fixed-top .active i {
  98. opacity: 0.6;
  99. }
  100. .nav-pills.nav-stacked > li > a {
  101. border-radius: 0;
  102. -webkit-border-radius: 0;
  103. -moz-border-radius: 0;
  104. padding: 2px 2px 1px 4px;
  105. margin: 0;
  106. font-size: 11px;
  107. font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
  108. color: #111;
  109. white-space: nowrap;
  110. }
  111. [class^="icon-"], [class*=" icon-"] {
  112. margin-right: 2px;
  113. }
  114. .nav-pills > .active > a {
  115. background-color: #ddd;
  116. background-image: linear-gradient(top, #ddd, #bababa);
  117. background-image: -moz-linear-gradient(top, #ddd, #bababa);
  118. background-image: -webkit-linear-gradient(top, #ddd, #bababa);
  119. background-image: -o-linear-gradient(top, #ddd, #bababa);
  120. color: #fff;
  121. }
  122. .focused .nav-pills {
  123. background-color: #e3e7eb;
  124. }
  125. .focused .nav-pills > .active > a,
  126. .nav-pills > .active > a:hover,
  127. .dropdown-menu li > a:hover,
  128. .dropdown-menu li > a:focus,
  129. .dropdown-submenu:hover > a,
  130. .dropdown-menu .active > a,
  131. .dropdown-menu .active > a:hover,
  132. .CodeMirror-hint-active {
  133. background: #b1bdd5;
  134. background-image: linear-gradient(top, #b1bdd5, #8999b8);
  135. background-image: -webkit-linear-gradient(top, #b1bdd5, #8999b8);
  136. background-image: -moz-linear-gradient(top, #b1bdd5, #8999b8);
  137. background-image: -owebkit-linear-gradient(top, #b1bdd5, #8999b8);
  138. color: #fff;
  139. }
  140. .tool_container {
  141. position: absolute;
  142. top: 23px;
  143. bottom: 0;
  144. left: 0;
  145. right: 0;
  146. }
  147. .tool_container .panes {
  148. position: relative;
  149. height: 100%;
  150. width: 100%;
  151. overflow: hidden;
  152. }
  153. .tool_container .panes .pane {
  154. position: absolute;
  155. overflow: auto;
  156. top: 0;
  157. left: 0;
  158. right: 0;
  159. bottom: 0;
  160. background: #f1f1f1;
  161. }
  162. .tool_container .multi_pane {
  163. position: relative;
  164. height: 100%;
  165. width: auto;
  166. overflow-x: auto;
  167. }
  168. .tool_container .multi_pane .pane {
  169. height: 100%;
  170. max-width: 300px;
  171. border-right: 1px solid #888;
  172. }
  173. .tool_container .panes .pane > div {
  174. height: 100%;
  175. position: relative;
  176. }
  177. .tool_container .panes.horizontal > .pane {
  178. min-height: 50px;
  179. }
  180. .tool_container .panes.horizontal > .pane {
  181. top: 50%;
  182. }
  183. .tool_container .panes.horizontal > .pane:first-child {
  184. top: 0;
  185. bottom: 50%;
  186. }
  187. .tool_container .panes.vertical > .pane {
  188. left: 50%;
  189. }
  190. .tool_container .panes.vertical > .pane:first-child {
  191. left: 0;
  192. right: 50%;
  193. }
  194. .tool_container .splitter {
  195. position: absolute;
  196. border-width: 0;
  197. z-index: 10;
  198. }
  199. .tool_container .splitter.vertical {
  200. width: 5px;
  201. left: 50%;
  202. margin-left: -1px;
  203. border-left: 1px solid #888;
  204. height: 100%;
  205. float: left;
  206. cursor: ew-resize;
  207. }
  208. .tool_container .splitter.horizontal {
  209. top: 50%;
  210. height: 5px;
  211. margin-top: -1px;
  212. width: 100%;
  213. border-top: 1px solid #888;
  214. cursor: ns-resize;
  215. }
  216. .tool_container .panes .pane .nav-pills {
  217. position: absolute;
  218. overflow-y: auto;
  219. top: 17px;
  220. bottom: 17px;
  221. width: 100%;
  222. margin: 0;
  223. }
  224. .tool_container .list-label {
  225. font-size: 11px;
  226. border-radius: 0;
  227. border-bottom: 1px solid #666;
  228. background-color: #e9eaf5;
  229. background-image: -webkit-linear-gradient(top, #e9eaf5, #bfc2d2);
  230. color: #222;
  231. font-weight: bold;
  232. text-shadow: 0 0 0;
  233. padding-left: 4px;
  234. line-height: 16px;
  235. text-shadow: 0 1px 0 #eee;
  236. }
  237. .tool_container .list-label .btn-group.cog {
  238. position: absolute;
  239. top: 0;
  240. right: 0;
  241. padding: 0;
  242. margin: 0;
  243. }
  244. .tool_container .list-label .btn-group.open .dropdown-toggle {
  245. box-shadow: 0 0 0;
  246. border: 0;
  247. }
  248. .tool_container .list-label .btn-group > .dropdown-menu {
  249. padding: 4px 0;
  250. font-size: 11px;
  251. }
  252. .tool_container .list-label .btn-group.cog i {
  253. margin-top: 1px;
  254. }
  255. .tool_container .list-label .cog .btn.dropdown-toggle {
  256. padding: 0;
  257. margin: 0;
  258. line-height: 12px;
  259. border: 0;
  260. background: transparent;
  261. }
  262. .tool_container .panes .pane .pane_actions {
  263. position: absolute;
  264. overflow: hidden;
  265. width: 100%;
  266. height: 16px;
  267. bottom: 0;
  268. background: #dadada;
  269. border-top: 1px solid #666;
  270. padding: 0;
  271. margin: 0;
  272. background-image: -webkit-linear-gradient(top, #dadada, #bdbdbd);
  273. }
  274. .tool_container .panes .pane .pane_actions .info {
  275. padding: 10px 5px 5px;
  276. font-weight: bold;
  277. color: #666;
  278. line-height: 20px;
  279. }
  280. .tool_container .panes .pane .pane_actions .btn-group {
  281. display: inline;
  282. margin-left: 5px;
  283. }
  284. .tool_container .panes .pane .pane_actions .btn {
  285. background: transparent;
  286. border: 0;
  287. font-size: 11px;
  288. line-height: 16px;
  289. padding: 0 5px;
  290. margin: 0;
  291. border-radius: 0;
  292. box-shadow: 0 0 0;
  293. vertical-align: top;
  294. /* min-width: 50px; */
  295. }
  296. .tool_container .panes .pane .pane_actions .btn:hover {
  297. background-color: #bbb;
  298. }
  299. .tool_container .panes .pane .pane_actions .btn-group .btn:hover {
  300. background-color: transparent;
  301. }
  302. .tool_container .panes .pane .pane_actions .btn-group .btn.active {
  303. text-shadow: #ddd 0px 1px 0px;
  304. color: #222;
  305. background: #bbb;
  306. background-image: linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  307. background-image: -webkit-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -webkit-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  308. background-image: -moz-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -moz-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  309. background-image: -o-linear-gradient(left, #777 0%, #bababa 2px, transparent 2px), -o-linear-gradient(right, #777 0%, #bababa 2px, transparent 2px);
  310. }
  311. .tool_container .panes .pane .class_side .nav-pills {
  312. font-weight: bold;
  313. background: #ffd;
  314. }
  315. .key_helper {
  316. z-index: 20;
  317. position: fixed;
  318. bottom: 0px;
  319. background: #fff;
  320. background-image: linear-gradient(top, #fafafa, #f0f0f0 50%, #e1e1e1 51%);
  321. background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0 50%, #e1e1e1 51%);
  322. background-image: -o-linear-gradient(top, #fafafa, #f0f0f0 50%, #e1e1e1 51%);
  323. background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0 50%, #e1e1e1 51%);
  324. width: 100%;
  325. border-top: 1px solid #aaa;
  326. font-size: 11px;
  327. height: 22px;
  328. }
  329. .key_helper .command {
  330. padding: 0 10px;
  331. }
  332. .key_helper .label {
  333. padding: 1px 4px;
  334. font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
  335. background: transparent;
  336. color: #08C;
  337. text-shadow: none;
  338. border: 0 none;
  339. }
  340. .key_helper .action {
  341. padding: 0 5px;
  342. color: #666;
  343. }
  344. .key_helper .selected {
  345. background-image: linear-gradient(top, #ccc, #aaa);
  346. background-image: -moz-linear-gradient(top, #ccc, #aaa);
  347. background-image: -o-linear-gradient(top, #ccc, #aaa);
  348. background-image: -webkit-linear-gradient(top, #ccc, #aaa);
  349. height: 30px;
  350. padding: 0 8px;
  351. color: #333;
  352. font-weight: bold;
  353. text-shadow: 0 1px 0 #fff;
  354. display: inline-block;
  355. border-right: 1px solid #aaa;
  356. }
  357. .key_helper .close {
  358. font-size: 14px;
  359. line-height: 26px;
  360. opacity: 0.6;
  361. }
  362. .key_helper .close:hover {
  363. opacity: 0.8;
  364. }
  365. .key_helper input {
  366. outline: none;
  367. font-size: 11px;
  368. padding: 2px 8px;
  369. background: #fff;
  370. border: 1px solid #a1a1a1;
  371. border-radius: 12px;
  372. box-shadow: inset 0 0px 2px 0px #aaa;
  373. margin: 2px 4px;
  374. line-height: 1em;
  375. }
  376. .key_helper .error .help-inline,
  377. .key_helper .error input {
  378. color: #B91010;
  379. font-weight: bold;
  380. }
  381. .typeahead.dropdown-menu {
  382. position: fixed !important;
  383. top: auto !important;
  384. bottom: 30px !important;
  385. }
  386. #cog-helper {
  387. position: fixed;
  388. bottom: 2px;
  389. right: 2px;
  390. z-index: 1000;
  391. opacity: 0.6;
  392. transition: all .5s;
  393. -webkit-transition: all .5s;
  394. -moz-transition: all .5s;
  395. -o-transition: all .5s;
  396. -ms-transition: all .5s;
  397. }
  398. #cog-helper:hover {
  399. opacity: 1;
  400. }
  401. #helper {
  402. z-index: 300;
  403. top: 50%;
  404. position: absolute;
  405. left: 50%;
  406. margin-left: -220px;
  407. margin-top: -35px;
  408. width: 400px;
  409. text-align: center;
  410. color: #ddd;
  411. font-size: 18px;
  412. font-weight: bold;
  413. text-shadow: 0 -1px 0 #111;
  414. padding: 20px;
  415. background: rgba(0,0,0, 0.6);
  416. border-radius: 40px;
  417. }