main.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  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. input.form-control,
  35. input.form-control:active,
  36. input.form-control:focus,
  37. select.form-control,
  38. select.form-control:active,
  39. select.form-control:focus,
  40. textarea.form-control,
  41. textarea.form-control:active,
  42. textarea.form-control:focus
  43. {
  44. background-color: #343940;
  45. border-color: #343940;
  46. color:#fefefe;
  47. }
  48. .alert-danger {
  49. color: #ffd7da;
  50. background-color: #841721;
  51. border: 0;
  52. }
  53. .alert-success {
  54. color: #ceead5;
  55. background-color: #28a745;
  56. border-color: #28a745;
  57. }
  58. code {
  59. font-size: 80%;
  60. color: #ffffff;
  61. background-color: #5a6673;
  62. padding: 3px;
  63. }
  64. pre {
  65. display: block;
  66. font-size: 87.5%;
  67. color: #cfd7de;
  68. }
  69. .close {
  70. float: right;
  71. font-size: 1.5rem;
  72. font-weight: 700;
  73. line-height: 1;
  74. color: #fff;
  75. text-shadow: 0 1px 0 #fff;
  76. opacity: .5;
  77. }
  78. .list-group-item {
  79. background-color: #25292d;
  80. }
  81. a {
  82. color: #728ead;
  83. }
  84. a:hover {
  85. color: #8fbcec;
  86. }
  87. label.check-component{
  88. border:0;
  89. }
  90. label.check-component .box{
  91. background-color: #25292d;
  92. }
  93. label.check-component input:checked + .box {
  94. background-color: #353535;
  95. }
  96. .table-striped tbody tr:nth-of-type(odd) {
  97. background-color: #343940;
  98. }
  99. .table {
  100. color: #ebebeb;
  101. border-left: 1px solid #343940;
  102. border-bottom: 1px solid #343940;
  103. border-right: 1px solid #343940;
  104. }
  105. .table td, .table th {
  106. padding: .75rem;
  107. vertical-align: top;
  108. border-top: 1px solid #343940;
  109. }
  110. .table > thead th {
  111. border-bottom: 1px solid #343940;
  112. }
  113. .table tr > th:first-of-type, .table tr > td:first-of-type {
  114. border-right: 1px solid #343940;
  115. }
  116. .table > thead {
  117. border-bottom: 1px solid #343940;
  118. }
  119. .table-bordered td, .table-bordered th {
  120. border: 1px solid #343940;
  121. }
  122. .table-hover tbody tr:hover {
  123. color: #ffffff;
  124. background-color: rgba(0,0,0,.075);
  125. }
  126. .trumbowyg-box svg {
  127. fill: #e8e8e8;
  128. }
  129. .trumbowyg-button-pane {
  130. background: #343940;
  131. }
  132. .trumbowyg-box, .trumbowyg-editor {
  133. border: 1px solid #343940;
  134. }
  135. .trumbowyg-button-pane .trumbowyg-button-group+.trumbowyg-button-group::before {
  136. background: #212223;
  137. }
  138. .card {
  139. background-color: #343a40;
  140. }
  141. .filter-box .btn-info{
  142. color: #fff;
  143. background-color: #272b2f;
  144. border-color: #343a40
  145. }
  146. .btn-success {
  147. color: #fff;
  148. background-color: #ff314f;
  149. border-color: #b7172e;
  150. }
  151. .page-item.active .page-link {
  152. z-index: 1;
  153. color: #bfbfbf;
  154. background-color: #272b2f;
  155. border-color: #343a40;
  156. }
  157. .btn-success:hover,.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
  158. color: #fff;
  159. background-color: #d8132f;
  160. border-color: #ff314f;
  161. }
  162. .dropdown-item.login-item {
  163. color: #e8f0fe;
  164. background-color: #1d2124;
  165. }
  166. .dropdown-menu {
  167. background-color: #1d2124;
  168. }
  169. .dropdown-item {
  170. color: #a4abb3;
  171. }
  172. .dropdown-item:focus, .dropdown-item:hover {
  173. color: #9098a5;
  174. text-decoration: none;
  175. background-color: #30373c;
  176. }
  177. .dropdown-menu .dropdown-item:focus,.dropdown-menu .dropdown-item:hover{
  178. background-color: transparent;
  179. color: #e8f0fe;
  180. }
  181. .debugFrame{
  182. box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  183. border-right: 2px solid #ff314f!important;
  184. background: rgb(52, 58, 64)!important;
  185. }
  186. div[data-type="dropzone"] > ul > li {
  187. position: relative;
  188. padding: 3px;
  189. border-bottom: 1px solid #2f2f2f;
  190. background: #343a40;
  191. }
  192. .list-group-item-action{
  193. color: #fff;
  194. }
  195. .list-group-item-action.text-primary,.list-group-item-action.text-primary:hover,.list-group-item-action.text-primary:focus{
  196. color: #fff!important;
  197. }
  198. .list-group-item-action:focus, .list-group-item-action:hover {
  199. z-index: 1;
  200. color: #fff;
  201. text-decoration: none;
  202. background-color: #000;
  203. }
  204. .list-group-item.active {
  205. z-index: 2;
  206. color: #fff;
  207. background-color: #0a0a0a;
  208. border-color: #000000;
  209. }
  210. /* wysiwyg*/
  211. .trumbowyg-button-pane{
  212. border-bottom: 0px;
  213. }
  214. /* document */
  215. .hackpoint .document-container .tree-panel {
  216. width: 15%;
  217. order: 1;
  218. padding: 15px;
  219. color: #d2d2d2;
  220. background-color: #343940;
  221. /* background-color: #ddedff; */
  222. font-size: 15px;
  223. border-right: 1px solid #30353c;
  224. height: calc(100vh - 100px);
  225. overflow-y: auto;
  226. resize: horizontal;
  227. }
  228. .hackpoint .file-module > table tbody tr {
  229. border-bottom: 1px solid #333a42;
  230. color: #dedede;
  231. }
  232. .hackpoint .file-module > table thead tr {
  233. border-bottom: 1px solid #333a42;
  234. }
  235. .hackpoint .file-module {
  236. border-top: 1px solid #333a42;
  237. }
  238. .hackpoint .document-container .file-elements-list tbody tr:hover {
  239. background-color: #343940;
  240. }
  241. .hackpoint .document-container .file-elements-list .element-focused {
  242. font-weight: bold;
  243. background-color: #343940;
  244. }
  245. .hackpoint .detail-panel .detail-thumbnail {
  246. background-color: #343940;
  247. }
  248. .hackpoint .detail-panel .detail-thumbnail .thumbnail-preloader {
  249. background-color: #343940;
  250. color: #cecece;
  251. }
  252. .hackpoint .document-container .detail-panel {
  253. border-right: 1px solid #333a42;
  254. }
  255. .hackpoint .file-panel .breadcrumb-module {
  256. padding: 0 15px 0 15px;
  257. margin: 5px 0;
  258. color: #c5c5c5;
  259. }
  260. .hackpoint .document-container .file-panel {
  261. border-right: 1px solid #333a42;
  262. }