main.css 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. body{
  2. background:url('footer-pattern.png') repeat-x 0 bottom #3e4750!important;
  3. color:#cecece;
  4. }
  5. .input-group-text{
  6. background: #2e363e;
  7. color:#fefefe;
  8. border-color:#2e363e;
  9. }
  10. #mainMenu .navbar-brand {
  11. padding-left: 99px;
  12. }
  13. .footer{
  14. display: none;
  15. }
  16. ul, li{
  17. margin:0;
  18. padding:0;
  19. list-style-type: none;
  20. }
  21. input:-webkit-autofill,
  22. input:-webkit-autofill:hover,
  23. input:-webkit-autofill:focus,
  24. textarea:-webkit-autofill,
  25. textarea:-webkit-autofill:hover,
  26. textarea:-webkit-autofill:focus,
  27. select:-webkit-autofill,
  28. select:-webkit-autofill:hover,
  29. select:-webkit-autofill:focus {
  30. background-color: #343940!important;
  31. border-color: #343940!important;
  32. color:#fefefe!important;
  33. }
  34. div.form-control,
  35. input.form-control,
  36. input.form-control:active,
  37. input.form-control:focus,
  38. select.form-control,
  39. select.form-control:active,
  40. select.form-control:focus,
  41. textarea.form-control,
  42. textarea.form-control:active,
  43. textarea.form-control:focus
  44. {
  45. background-color: #343940;
  46. border-color: #343940;
  47. color:#fefefe;
  48. }
  49. .alert-danger {
  50. color: #ffd7da;
  51. background-color: #841721;
  52. border: 0;
  53. }
  54. .alert-success {
  55. color: #ceead5;
  56. background-color: #28a745;
  57. border-color: #28a745;
  58. }
  59. code {
  60. font-size: 80%;
  61. color: #ffffff;
  62. background-color: #5a6673;
  63. padding: 3px;
  64. }
  65. pre {
  66. display: block;
  67. font-size: 87.5%;
  68. color: #cfd7de;
  69. }
  70. .close {
  71. float: right;
  72. font-size: 1.5rem;
  73. font-weight: 700;
  74. line-height: 1;
  75. color: #fff;
  76. text-shadow: 0 1px 0 #fff;
  77. opacity: .5;
  78. }
  79. .list-group-item {
  80. background-color: #25292d;
  81. }
  82. a {
  83. color: #728ead;
  84. }
  85. a:hover {
  86. color: #8fbcec;
  87. }
  88. label.check-component{
  89. border:0;
  90. }
  91. label.check-component .box{
  92. background-color: #25292d;
  93. }
  94. label.check-component input:checked + .box {
  95. background-color: #353535;
  96. }
  97. .table-striped tbody tr:nth-of-type(odd) {
  98. background-color: #343940;
  99. }
  100. .table {
  101. color: #ebebeb;
  102. border-left: 1px solid #343940;
  103. border-bottom: 1px solid #343940;
  104. border-right: 1px solid #343940;
  105. }
  106. .table td, .table th {
  107. padding: .75rem;
  108. vertical-align: top;
  109. border-top: 1px solid #343940;
  110. }
  111. .table > thead th {
  112. border-bottom: 1px solid #343940;
  113. }
  114. .table tr > th:first-of-type, .table tr > td:first-of-type {
  115. border-right: 1px solid #343940;
  116. }
  117. .table > thead {
  118. border-bottom: 1px solid #343940;
  119. }
  120. .table-bordered td, .table-bordered th {
  121. border: 1px solid #343940;
  122. }
  123. .table-hover tbody tr:hover {
  124. color: #ffffff;
  125. background-color: rgba(0,0,0,.075);
  126. }
  127. .trumbowyg-box svg {
  128. fill: #e8e8e8;
  129. }
  130. .trumbowyg-button-pane {
  131. background: #343940;
  132. }
  133. .trumbowyg-box, .trumbowyg-editor {
  134. border: 1px solid #343940;
  135. }
  136. .trumbowyg-button-pane .trumbowyg-button-group+.trumbowyg-button-group::before {
  137. background: #212223;
  138. }
  139. .card {
  140. background-color: #343a40;
  141. }
  142. .filter-box .btn-info{
  143. color: #fff;
  144. background-color: #272b2f;
  145. border-color: #343a40
  146. }
  147. .btn-success {
  148. color: #fff;
  149. background-color: #ff314f;
  150. border-color: #b7172e;
  151. }
  152. .page-item.active .page-link {
  153. z-index: 1;
  154. color: #bfbfbf;
  155. background-color: #272b2f;
  156. border-color: #343a40;
  157. }
  158. .btn-success:hover,.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
  159. color: #fff;
  160. background-color: #d8132f;
  161. border-color: #ff314f;
  162. }
  163. .dropdown-item.login-item {
  164. color: #e8f0fe;
  165. background-color: #1d2124;
  166. }
  167. .dropdown-menu {
  168. background-color: #1d2124;
  169. }
  170. .dropdown-item {
  171. color: #a4abb3;
  172. }
  173. .dropdown-item:focus, .dropdown-item:hover {
  174. color: #9098a5;
  175. text-decoration: none;
  176. background-color: #30373c;
  177. }
  178. .dropdown-menu .dropdown-item:focus,.dropdown-menu .dropdown-item:hover{
  179. background-color: transparent;
  180. color: #e8f0fe;
  181. }
  182. .debugFrame{
  183. box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  184. border-right: 2px solid #ff314f!important;
  185. background: rgb(52, 58, 64)!important;
  186. }
  187. div[data-type="dropzone"] > ul > li {
  188. position: relative;
  189. padding: 3px;
  190. border-bottom: 1px solid #2f2f2f;
  191. background: #343a40;
  192. }
  193. .list-group-item-action{
  194. color: #fff;
  195. }
  196. .list-group-item-action.text-primary,.list-group-item-action.text-primary:hover,.list-group-item-action.text-primary:focus{
  197. color: #fff!important;
  198. }
  199. .list-group-item-action:focus, .list-group-item-action:hover {
  200. z-index: 1;
  201. color: #fff;
  202. text-decoration: none;
  203. background-color: #000;
  204. }
  205. .list-group-item.active {
  206. z-index: 2;
  207. color: #fff;
  208. background-color: #0a0a0a;
  209. border-color: #000000;
  210. }
  211. .modal-content {
  212. background-color: #1f2428;
  213. }
  214. .modal-footer {
  215. border-top: 0;
  216. }
  217. .modal-header {
  218. border-bottom: 0;
  219. }
  220. /* navigation */
  221. .navigation-tree {
  222. color: #f8f8f8!important;
  223. background-color: #333333!important;
  224. }
  225. .navigation-tree .navigation-item {
  226. background: #414141!important;
  227. }
  228. .navigation-item-label {
  229. color: #ffffff!important;
  230. }
  231. .navigation-item-icon {
  232. color: #a5a5a5!important;
  233. }
  234. .navigation-tree .btn-light {
  235. color: #ffffff!important;
  236. background-color: #000!important;
  237. border-color: #000!important;
  238. }
  239. /* wysiwyg*/
  240. .trumbowyg-button-pane{
  241. border-bottom: 0px;
  242. }
  243. /* document */
  244. .hackpoint .document-container .tree-panel {
  245. width: 15%;
  246. order: 1;
  247. padding: 15px;
  248. color: #d2d2d2;
  249. background-color: #343940;
  250. /* background-color: #ddedff; */
  251. font-size: 15px;
  252. border-right: 1px solid #30353c;
  253. height: calc(100vh - 100px);
  254. overflow-y: auto;
  255. resize: horizontal;
  256. }
  257. .hackpoint .file-module > table tbody tr {
  258. border-bottom: 1px solid #333a42;
  259. color: #dedede;
  260. }
  261. .hackpoint .file-module > table thead tr {
  262. border-bottom: 1px solid #333a42;
  263. }
  264. .hackpoint .file-module {
  265. border-top: 1px solid #333a42;
  266. }
  267. .hackpoint .document-container .file-elements-list tbody tr:hover {
  268. background-color: #343940;
  269. }
  270. .hackpoint .document-container .file-elements-list .element-focused {
  271. font-weight: bold;
  272. background-color: #343940;
  273. }
  274. .hackpoint .detail-panel .detail-thumbnail {
  275. background-color: #343940;
  276. }
  277. .hackpoint .detail-panel .detail-thumbnail .thumbnail-preloader {
  278. background-color: #343940;
  279. color: #cecece;
  280. }
  281. .hackpoint .document-container .detail-panel {
  282. border-right: 1px solid #333a42;
  283. }
  284. .hackpoint .file-panel .breadcrumb-module {
  285. padding: 0 15px 0 15px;
  286. margin: 5px 0;
  287. color: #c5c5c5;
  288. }
  289. .hackpoint .document-container .file-panel {
  290. border-right: 1px solid #333a42;
  291. }
  292. .filter-box .advanced-search{
  293. border:0px;
  294. background: #343940;
  295. }
  296. .form-control:disabled, .form-control[readonly] {
  297. background-color: #343940;
  298. opacity: 1;
  299. }
  300. .text-primary {
  301. color: #527fbf!important;
  302. }
  303. .text-danger {
  304. color: #ff314f!important;
  305. }
  306. .document-container .tree-panel{
  307. color: #687d92!important;
  308. background-color: #252a31!important;
  309. border-right: 1px solid #292d33!important;
  310. }
  311. .detail-panel .detail-thumbnail .thumbnail-preloader,.detail-panel .detail-thumbnail{
  312. background-color: #252a31!important;
  313. }
  314. .document-container .detail-panel{
  315. border-right: 1px solid #292d33!important;
  316. }
  317. .file-module{
  318. border-top: 1px solid #292d33!important;
  319. }
  320. .document-container .file-panel{
  321. border-right: 1px solid #292d33!important;
  322. }
  323. .file-module > table tbody tr {
  324. border-bottom: 1px solid #292d33!important;
  325. color: #7c95af!important;
  326. }
  327. .document-container .file-elements-list tbody tr:hover {
  328. background-color: #252a31!important;
  329. }
  330. .file-module > table thead th:hover {
  331. background-color: #252a31!important;
  332. }
  333. .file-module > table thead tr {
  334. border-bottom: 1px solid #252a31!important;
  335. }
  336. .detail-panel h1 {
  337. color: #6989a9!important;
  338. }