admin_custom.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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 {
  12. background-color: #26313b;
  13. color: white !important;
  14. font-family: "Authentic_Sans_60";
  15. }
  16. .wp-admin table,
  17. .wp-admin #adminmenuwrap li,
  18. .wp-admin #adminmenuwrap ul {
  19. background: #1f2730 !important;
  20. border: none;
  21. }
  22. .wp-admin #adminmenu li.current a {
  23. background: #384756 !important;
  24. }
  25. .wp-admin .selected {
  26. background-color: #384756 !important;
  27. }
  28. #wpadminbar .menupop {
  29. background: #1e262e !important;
  30. }
  31. .wp-admin li,
  32. .wp-admin ul {
  33. background-color: #26313b !important;
  34. }
  35. .wp-admin .current::after {
  36. border-right-color: #26313b !important;
  37. }
  38. .wp-admin table tbody tr,
  39. .wp-admin #adminmenuback,
  40. .wp-admin #adminmenuwrap,
  41. .wp-admin #adminmenu,
  42. #wpadminbar {
  43. background-color: #1e262e !important;
  44. }
  45. .wp-admin th,
  46. .wp-admin h1,
  47. .wp-admin h2,
  48. .wp-admin p,
  49. .wp-admin label,
  50. .wp-admin abbr,
  51. .wp-admin td {
  52. color: white !important;
  53. }
  54. .wp-admin a {
  55. color: #bbb !important;
  56. }
  57. .editor-styles-wrapper {
  58. background-color: #26313b !important;
  59. }
  60. .edit-post-header {
  61. background-color: #1e262e !important;
  62. color: white !important;
  63. }
  64. .edit-post-header .components-button svg {
  65. fill: white !important;
  66. outline: white !important;
  67. }
  68. .edit-post-header button {
  69. color: white !important;
  70. outline-color: white !important;
  71. background: none !important;
  72. }
  73. .interface-interface-skeleton__footer {
  74. display: none !important;
  75. }
  76. .components-panel__header {
  77. background-color: #26313b !important;
  78. }
  79. .components-panel__header ul li button {
  80. color: white !important;
  81. }
  82. /* .components-panel__header ul li:last-of-type {
  83. display: none;
  84. } */
  85. .components-panel__header button svg {
  86. fill: white !important;
  87. outline: white !important;
  88. }
  89. .interface-interface-skeleton__sidebar {
  90. background-color: #1e262e !important;
  91. }
  92. .components-panel__body-title:hover {
  93. background-color: initial !important;
  94. }
  95. .components-panel__body-title button {
  96. color: white !important;
  97. }
  98. .components-panel__body-title button svg {
  99. fill: white !important;
  100. outline: white !important;
  101. }
  102. .components-panel {
  103. background-color: #1e262e !important;
  104. color: white !important;
  105. }
  106. /*
  107. .components-panel > div {
  108. display: none !important;
  109. } */
  110. .components-panel > div:first-of-type {
  111. display: block !important;
  112. }