helios-niflheim.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. body[id="helios"].niflheim {
  2. background: #eeeeee url('squared_metal-dark.png') repeat;
  3. /* .navbar-fixed-top ul {
  4. width: 100%;
  5. }*/
  6. /*.tool_container .pane .nav-pills i.package {
  7. background-image: url('resources/package.png');
  8. }*/
  9. }
  10. body[id="helios"].niflheim .btn-group > .dropdown-menu {
  11. background-color: #666;
  12. border-color: #888;
  13. padding: 2px 8px;
  14. }
  15. body[id="helios"].niflheim .btn-group > .dropdown-menu a {
  16. /* position: absolute;*/
  17. height: 100%;
  18. /* width: 100%;*/
  19. }
  20. body[id="helios"].niflheim .btn-group > .dropdown-menu a {
  21. color: #fffffb;
  22. }
  23. body[id="helios"].niflheim .navbar-fixed-top i.close {
  24. background-image: url('close-dark.png');
  25. }
  26. body[id="helios"].niflheim .navbar-fixed-top .navbar-inner {
  27. border-bottom: 1px solid #222;
  28. border-top: 1px solid #222;
  29. box-shadow: inset 0px 1px 0px #777;
  30. background: #4d5052;
  31. }
  32. body[id="helios"].niflheim ::-webkit-scrollbar {
  33. width: 14px;
  34. height: 14px;
  35. }
  36. body[id="helios"].niflheim ::-webkit-scrollbar-corner {
  37. background-color: transparent;
  38. }
  39. body[id="helios"].niflheim ::-webkit-scrollbar-track {
  40. background-color: transparent;
  41. }
  42. body[id="helios"].niflheim .focused ::-webkit-scrollbar-thumb {
  43. background-color: #4c4c4c;
  44. }
  45. body[id="helios"].niflheim .focused ::-webkit-scrollbar-thumb:hover {
  46. background-color: #3a3a3a;
  47. }
  48. body[id="helios"].niflheim ::-webkit-scrollbar-thumb {
  49. background-color: #585858;
  50. border: 3px solid transparent;
  51. border-radius: 9px;
  52. background-clip: content-box;
  53. }
  54. body[id="helios"].niflheim ::-webkit-scrollbar-thumb:hover {
  55. background-color: #707070;
  56. }
  57. body[id="helios"].niflheim .new_tab a b {
  58. border-top: 4px solid #a7a7a7;
  59. }
  60. body[id="helios"].niflheim .navbar .nav > li > a {
  61. border-right: 1px solid #222;
  62. box-shadow: none;
  63. }
  64. body[id="helios"].niflheim .navbar .nav > li > a:hover {
  65. color: #f00;
  66. background-image: linear-gradient(top, #666666, #454648);
  67. background-image: -webkit-linear-gradient(top, #666666, #454648);
  68. background-image: -moz-linear-gradient(top, #666666, #454648);
  69. background-image: -o-linear-gradient(top, #666666, #454648);
  70. }
  71. body[id="helios"].niflheim .navbar .nav > .active > a,
  72. body[id="helios"].niflheim .navbar .nav > .active > a:hover,
  73. body[id="helios"].niflheim .navbar .nav > .active > a:focus,
  74. body[id="helios"].niflheim .navbar .nav .ui-sortable-helper a {
  75. color: #ddd;
  76. background-image: linear-gradient(top, #666666, #454648);
  77. background-image: -webkit-linear-gradient(top, #666666, #454648);
  78. background-image: -moz-linear-gradient(top, #666666, #454648);
  79. background-image: -o-linear-gradient(top, #666666, #454648);
  80. text-shadow: none;
  81. box-shadow: inset -1px 0px 1px -1px #eeeeee, inset 1px 1px 1px -1px #eeeeee;
  82. border-right: 1px solid #222;
  83. }
  84. body[id="helios"].niflheim .navbar-fixed-top li.inactive {
  85. opacity: 0.6;
  86. background: #4d5052;
  87. box-shadow: none;
  88. }
  89. body[id="helios"].niflheim .navbar-fixed-top li.inactive span {
  90. text-shadow: none;
  91. color: #ccc;
  92. }
  93. body[id="helios"].niflheim .nav-pills.nav-stacked > li > a {
  94. color: #b8c4cf;
  95. }
  96. body[id="helios"].niflheim .focused .nav-pills.nav-stacked > li > a {
  97. color: #ddd;
  98. }
  99. body[id="helios"].niflheim .nav-pills > .active > a {
  100. background-color: #222B3C;
  101. color: #fffffb !important;
  102. }
  103. body[id="helios"].niflheim .focused .nav-pills {
  104. background-color: #585858;
  105. }
  106. body[id="helios"].niflheim .focused .nav-pills > .active > a,
  107. body[id="helios"].niflheim .nav-pills > .active > a:hover,
  108. body[id="helios"].niflheim .dropdown-menu li > a:hover,
  109. body[id="helios"].niflheim .dropdown-menu li > a:focus,
  110. body[id="helios"].niflheim .dropdown-submenu:hover > a,
  111. body[id="helios"].niflheim .dropdown-menu .active > a,
  112. body[id="helios"].niflheim .dropdown-menu .active > a:hover,
  113. body[id="helios"].niflheim .CodeMirror-hint-active {
  114. background: #305f9f;
  115. }
  116. body[id="helios"].niflheim .CodeMirror {
  117. position: initial;
  118. height: 100%;
  119. width: initial;
  120. }
  121. body[id="helios"].niflheim .welcome {
  122. color: #fffffb;
  123. text-shadow: none;
  124. }
  125. body[id="helios"].niflheim [class^="icon-"],
  126. body[id="helios"].niflheim body[id="helios"][class*=" icon-"] {
  127. opacity: 0.68;
  128. background-image: url("../../../bower_components/bootstrap/img/glyphicons-halflings-white.png");
  129. }
  130. body[id="helios"].niflheim .welcome h2 {
  131. text-align: center;
  132. /* color: #666;*/
  133. }
  134. body[id="helios"].niflheim .welcome button {
  135. /* background: #eee;*/
  136. margin: 10px;
  137. padding: 20px;
  138. height: auto;
  139. width: 150px;
  140. }
  141. body[id="helios"].niflheim .tool_container .panes .pane {
  142. background: #444;
  143. }
  144. body[id="helios"].niflheim .tool_container .splitter.vertical {
  145. border-left: 1px solid #525252;
  146. }
  147. body[id="helios"].niflheim .tool_container .splitter.horizontal {
  148. border-top: 1px solid #666;
  149. }
  150. body[id="helios"].niflheim .tool_container .list-label {
  151. border-bottom: 1px solid #525252;
  152. background-image: linear-gradient(top, #585858, #323232);
  153. background-image: -webkit-linear-gradient(top, #585858, #323232);
  154. background-image: -moz-linear-gradient(top, #585858, #323232);
  155. background-image: -o-linear-gradient(top, #585858, #323232);
  156. color: #ccc;
  157. font-weight: normal;
  158. text-shadow: none;
  159. }
  160. body[id="helios"].niflheim .transcript-container .list-label {
  161. border-top: none;
  162. }
  163. body[id="helios"].niflheim .tool_container .pane_actions,
  164. body[id="helios"].niflheim .tool_container .buttons_bar {
  165. border-top: 1px solid #222;
  166. background-image: linear-gradient(top, #585858, #323232);
  167. background-image: -webkit-linear-gradient(top, #585858, #323232);
  168. background-image: -moz-linear-gradient(top, #585858, #323232);
  169. background-image: -o-linear-gradient(top, #585858, #323232);
  170. }
  171. body[id="helios"].niflheim .tool_container .panes .pane .pane_actions label {
  172. test-shadow: none;
  173. color: #d3d3d3;
  174. }
  175. body[id="helios"].niflheim .tool_container .panes .pane .pane_actions .btn {
  176. border: 1px;
  177. text-shadow: none;
  178. margin-top: -1px;
  179. color: #929292;
  180. }
  181. body[id="helios"].niflheim .tool_container .panes .pane .pane_actions .btn-group .btn.active {
  182. color: #d3d3d3;
  183. text-shadow: none;
  184. box-shadow: inset 0px 0px 2px 0px #323232;
  185. border-radius: 4px;
  186. background: #666;
  187. background-image: linear-gradient(top, #454545, #252525);
  188. background-image: -webkit-linear-gradient(top, #454545, #252525);
  189. background-image: -moz-linear-gradient(top, #454545, #252525);
  190. background-image: -o-linear-gradient(top, #454545, #252525);
  191. }
  192. body[id="helios"].niflheim .tool_container .panes .pane .class_side .nav-pills {
  193. background: #38404a;
  194. }
  195. body[id="helios"].niflheim .key_helper {
  196. background: #444;
  197. box-shadow: 0 0 80px 2px #222;
  198. border: 1px solid #777;
  199. }
  200. body[id="helios"].niflheim .key_helper .command {
  201. color: #ccc;
  202. }
  203. body[id="helios"].niflheim .key_helper .command strong {
  204. display: inline-block;
  205. min-width: 1.4em;
  206. text-align: center;
  207. background-color: #eee;
  208. color: #2b658b;
  209. }
  210. body[id="helios"].niflheim .key_helper #binding-helper-main {
  211. background: #444;
  212. }
  213. body[id="helios"].niflheim .key_helper .action {
  214. vertical-align: middle;
  215. }
  216. body[id="helios"].niflheim .key_helper .selected {
  217. background-image: linear-gradient(top, #484848, #323232);
  218. background-image: -webkit-linear-gradient(top, #484848, #323232);
  219. background-image: -moz-linear-gradient(top, #585858, #323232);
  220. background-image: -o-linear-gradient(top, #585858, #323232);
  221. text-shadow: none;
  222. border-bottom: 1px solid #585858;
  223. color: #cccccc;
  224. }
  225. body[id="helios"].niflheim .growl {
  226. background-image: -webkit-linear-gradient(#505050, #3c3c3c);
  227. background-image: -moz-linear-gradient(#505050, #3c3c3c);
  228. background-image: -o-linear-gradient(#505050, #3c3c3c);
  229. background-image: linear-gradient(#888888, #666666);
  230. box-shadow: 0 0 3px #777;
  231. color: #ccc;
  232. text-shadow: none;
  233. }
  234. body[id="helios"].niflheim .button {
  235. color: #d3d3d3;
  236. border-radius: 3px !important;
  237. border: 1px solid #383838;
  238. background-image: linear-gradient(top, #454545, #252525);
  239. background-image: -webkit-linear-gradient(top, #454545, #252525);
  240. background-image: -moz-linear-gradient(top, #454545, #252525);
  241. background-image: -o-linear-gradient(top, #454545, #252525);
  242. }
  243. body[id="helios"].niflheim .button.default {
  244. color: #d3d3d3;
  245. border: 1px solid #585858;
  246. background-image: linear-gradient(top, #549ceb, #12374f);
  247. background-image: -webkit-linear-gradient(top, #549ceb, #12374f);
  248. background-image: -moz-linear-gradient(top, #549ceb, #12374f);
  249. background-image: -o-linear-gradient(top, #549ceb, #12374f);
  250. }
  251. body[id="helios"].niflheim .dialog .button {
  252. color: #444;
  253. border-radius: 3px !important;
  254. background: #ccc;
  255. border: 1px solid #9B9B9B;
  256. height: 20px;
  257. border-radius: 5px;
  258. min-width: 68px;
  259. padding: 0 10px;
  260. text-align: center;
  261. margin: 0;
  262. margin-left: 10px;
  263. background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
  264. background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
  265. background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
  266. background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
  267. background: linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
  268. font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
  269. }
  270. body[id="helios"].niflheim .dialog .button:hover {
  271. cursor: pointer;
  272. border: 1px solid rgba(0, 0, 0, 0.6);
  273. background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
  274. background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
  275. background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
  276. background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
  277. background: linear-gradient(bottom, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.04) 50.5%, rgba(0, 0, 0, 0.04) 100%) #ffffff;
  278. }
  279. body[id="helios"].niflheim .dialog .button.default {
  280. border-top: 1px solid #535273;
  281. border: 1px solid #4F4D67;
  282. border-bottom: 1px solid #4B4B58;
  283. background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 50.5%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #b1bdd5;
  284. background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 50.5%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #b1bdd5;
  285. background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 50.5%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #b1bdd5;
  286. background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 50.5%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #b1bdd5;
  287. background: linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 50.5%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #b1bdd5;
  288. -moz-box-shadow: 0 0 3px rgba(69, 113, 184, 0.8);
  289. -webkit-box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  290. box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  291. }
  292. body[id="helios"].niflheim .dialog .button.default:hover {
  293. cursor: pointer;
  294. color: #d3d3d3;
  295. border: 1px solid #585858;
  296. background-image: linear-gradient(top, #549ceb, #12374f);
  297. background-image: -webkit-linear-gradient(top, #549ceb, #12374f);
  298. background-image: -moz-linear-gradient(top, #549ceb, #12374f);
  299. background-image: -o-linear-gradient(top, #549ceb, #12374f);
  300. }
  301. body[id="helios"].niflheim .button:hover {
  302. cursor: pointer;
  303. border: 1px solid #444;
  304. background-image: linear-gradient(top, #353535, #151515);
  305. background-image: -webkit-linear-gradient(top, #353535, #151515);
  306. background-image: -moz-linear-gradient(top, #353535, #151515);
  307. background-image: -o-linear-gradient(top, #353535, #151515);
  308. }
  309. body[id="helios"].niflheim .button.default:hover {
  310. cursor: pointer;
  311. border: 1px solid #4F4D67;
  312. border-top: 1px solid #535273;
  313. border-bottom: 1px solid #4B4B58;
  314. color: #0a0000;
  315. background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #549ceb;
  316. background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #549ceb;
  317. background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #549ceb;
  318. background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #549ceb;
  319. background: linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.45) 95%, rgba(255, 255, 255, 0.8) 100%) #549ceb;
  320. -moz-box-shadow: 0 0 3px rgba(69, 113, 184, 0.8);
  321. -webkit-box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  322. box-shadow: 0 0 5px rgba(69, 113, 184, 0.44);
  323. }
  324. body[id="helios"].niflheim .doc {
  325. background: transparent;
  326. color: #ccc;
  327. }
  328. body[id="helios"].niflheim .doc code {
  329. color: #d46e69;
  330. background-color: #626262;
  331. border-color: #888;
  332. }
  333. body[id="helios"].niflheim .doc .button {
  334. background-image: linear-gradient(top, #444444, #1d1d1d);
  335. background-image: -webkit-linear-gradient(top, #444444, #1d1d1d);
  336. background-image: -moz-linear-gradient(top, #444444, #1d1d1d);
  337. background-image: -o-linear-gradient(top, #444444, #1d1d1d);
  338. }
  339. body[id="helios"].niflheim .doc .button.default {
  340. background-image: linear-gradient(top, #585858, #323232);
  341. background-image: -webkit-linear-gradient(top, #585858, #323232);
  342. background-image: -moz-linear-gradient(top, #585858, #323232);
  343. background-image: -o-linear-gradient(top, #585858, #323232);
  344. }
  345. body[id="helios"].niflheim .doc .button.default:hover {
  346. color: #ccc;
  347. background-image: linear-gradient(top, #454545, #252525);
  348. background-image: -webkit-linear-gradient(top, #454545, #252525);
  349. background-image: -moz-linear-gradient(top, #454545, #252525);
  350. background-image: -o-linear-gradient(top, #454545, #252525);
  351. }
  352. body[id="helios"].niflheim .doc .markdown > pre {
  353. background-color: #666;
  354. border: 1px solid #383838;
  355. }
  356. body[id="helios"].niflheim .doc .inheritance > a {
  357. color: #4098ed;
  358. }
  359. body[id="helios"].niflheim .doc .inheritance > a:hover {
  360. color: #4098ed;
  361. }
  362. body[id="helios"].niflheim .transcript textarea {
  363. background: #444;
  364. color: #b8c4cf;
  365. }
  366. body[id="helios"].niflheim .hl_debugger .list-label {
  367. border-top: 1px solid transparent;
  368. }