helios.css 9.3 KB

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