helios.css 11 KB

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