helios.css 10 KB

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