admin_custom.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. @font-face {
  2. font-family: "Authentic_Sans_60";
  3. src: url("../assets/fonts/authentic-sans-90/AUTHENTICSans-60.woff") format("woff"),
  4. url("../assets/fonts/authentic-sans-90/AUTHENTICSans-60.woff2") format("woff2"),
  5. url("../assets/fonts/authentic-sans-90/AUTHENTICSans-60.otf") format("otf");
  6. font-style: normal;
  7. }
  8. html {
  9. background-color: #1e262e !important;
  10. }
  11. body.wp-admin, div:not(#tutorial_editor), .notice, table, th, td, tr, tr.active, tbody {
  12. background-color: #26313b !important;
  13. background: #26313b !important;
  14. color: white !important;
  15. font-family: "Authentic_Sans_60";
  16. }
  17. textarea {
  18. color: #1e262e !important;
  19. }
  20. input[type="text"],
  21. textarea {
  22. border: solid 1px white !important;
  23. color: white !important;
  24. }
  25. button span .components-menu-item__info,
  26. button span .components-menu-item__item,
  27. .components-menu-item__item,
  28. .components-menu-item__shortcut,
  29. .components-tab-panel__tabs-item {
  30. color: white !important;
  31. }
  32. .components-tab-panel__tabs-item.is-active {
  33. background-color: #1e262e !important;
  34. }
  35. #postcustomstuff input,
  36. #postcustomstuff textarea,
  37. #postcustomstuff select {
  38. color: white !important;
  39. background-color: #1e262e !important;
  40. }
  41. .wp-admin.toplevel_page_revisionary-q table,
  42. .wp-admin.toplevel_page_revisionary-q table td,
  43. .wp-admin.toplevel_page_revisionary-q table th,
  44. .wp-admin.toplevel_page_revisionary-q table thead,
  45. .wp-admin.toplevel_page_revisionary-q table tfoot,
  46. .wp-admin #adminmenuwrap li,
  47. .wp-admin #adminmenuwrap ul {
  48. background: #1f2730 !important;
  49. border: none;
  50. }
  51. .wp-admin #adminmenu li.current a {
  52. background: #384756 !important;
  53. }
  54. .wp-admin .selected {
  55. background-color: #384756 !important;
  56. }
  57. #wpadminbar .menupop {
  58. background: #1e262e !important;
  59. }
  60. .wp-admin li,
  61. .wp-admin ul {
  62. background-color: #26313b !important;
  63. }
  64. .wp-admin .current::after {
  65. border-right-color: #26313b !important;
  66. }
  67. .wp-admin table tbody tr,
  68. .wp-admin #adminmenuback,
  69. .wp-admin #adminmenuwrap,
  70. .wp-admin #adminmenu,
  71. #wpadminbar {
  72. background-color: #1e262e !important;
  73. }
  74. .wp-admin th,
  75. .wp-admin h1,
  76. .wp-admin h2,
  77. .wp-admin p,
  78. .wp-admin label,
  79. .wp-admin abbr,
  80. .wp-admin td {
  81. color: white !important;
  82. }
  83. .wp-admin a:not(#backToIndexButton a):not(#backToMyRevisionsButton a) {
  84. color: #bbb !important;
  85. }
  86. .editor-styles-wrapper {
  87. background-color: #26313b !important;
  88. }
  89. .edit-post-header {
  90. background-color: #1e262e !important;
  91. color: white !important;
  92. }
  93. .edit-post-header .components-button svg {
  94. fill: white !important;
  95. outline: white !important;
  96. }
  97. .edit-post-header button {
  98. color: white !important;
  99. outline-color: white !important;
  100. background: none !important;
  101. }
  102. .interface-interface-skeleton__footer {
  103. display: none !important;
  104. }
  105. .components-panel__header {
  106. background-color: #26313b !important;
  107. }
  108. .components-panel__header ul li button {
  109. color: white !important;
  110. }
  111. /* .components-panel__header ul li:last-of-type {
  112. display: none;
  113. } */
  114. .interface-pinned-items button.has-icon {
  115. display: none !important;
  116. }
  117. .wp-block-freeform,
  118. h1.wp-block {
  119. padding-left: 10px !important;
  120. }
  121. button#mceu_28-button i {
  122. color: white !important;
  123. }
  124. .components-snackbar-list {
  125. display: none !important;
  126. }
  127. .components-panel__header button.has-icon {
  128. display: none !important;
  129. }
  130. .components-panel__header button svg {
  131. fill: white !important;
  132. outline: white !important;
  133. }
  134. .interface-interface-skeleton__sidebar {
  135. background-color: #1e262e !important;
  136. }
  137. .components-panel__body-title:hover {
  138. background-color: initial !important;
  139. }
  140. .components-panel__body-title button {
  141. color: white !important;
  142. }
  143. .components-panel__body-title button svg {
  144. fill: white !important;
  145. outline: white !important;
  146. }
  147. .components-panel {
  148. background-color: #1e262e !important;
  149. color: white !important;
  150. }
  151. .components-panel > div:first-of-type {
  152. display: block !important;
  153. }
  154. .user-admin-color-wrap {
  155. display: none !important;
  156. }
  157. div.row-actions {
  158. position: unset !important;
  159. display: none !important;
  160. }
  161. #contextual-help-columns li,
  162. #contextual-help-columns p {
  163. color: #1e262e !important;
  164. }
  165. #bulk-revisions #bulk-action-selector-top > option[value="publish_revision"] {
  166. display: none !important;
  167. }