helios.css 11 KB

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