User:Cynthia/common.css: Difference between revisions

From Foxwells Wiki
Jump to navigation Jump to search
Created page with ":root { --bg-main: #141212; --bg-surface: #141212; --bg-sidebar: #141212; --bg-footer: #141212; --bg-tabs: #141212; --border-color: #c9c7cd; --accent: #7d9ece; --accent-hover: #a6b6e9; --text-main: #c9c7cd; --text-muted: #393535; }"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
:root {
:root {
   --bg-main: #141212;
   --bg-main: #141212 !important;
   --bg-surface: #141212;
   --bg-surface: #141212 !important;
   --bg-sidebar: #141212;
   --bg-sidebar: #141212 !important;
   --bg-footer: #141212;
   --bg-footer: #141212 !important;
   --bg-tabs: #141212;
   --bg-tabs: #141212 !important;
   --border-color: #c9c7cd;
   --border-color: #c9c7cd !important;
   --accent: #7d9ece;
   --accent: #7d9ece !important;
   --accent-hover: #a6b6e9;
   --accent-hover: #a6b6e9 !important;
   --text-main: #c9c7cd;
   --text-main: #c9c7cd !important;
   --text-muted: #393535;
   --text-muted: #393535 !important;
  --background-color-base: #141212;
  --color-base: #c9c7cd;
  --background-color-neutral-subtle: #141212;
  --color-emphasized: #c9c7cd;
  --background-color-neutral: #141212;
  --background-color-interactive-subtle: #141212;
}
 
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a,
.vector-menu-tabs-legacy li a,
a,
.toctogglelabel {
  color: #7d9ece !important;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited,
.vector-menu-tabs-legacy li a:visited,
a:visited {
  color: #aca1cf !important;
}
a.new,
.vector-menu-tabs-legacy .new a {
  color: #ea83a5 !important;
}
a.new:visited,
.vector-menu-tabs-legacy .new a:visited {
  color: #e29eca !important;
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
  background-image: none;
}
.vector-menu-tabs-legacy .selected {
  background: #141212;
  border: 1px solid #c9c7cd;
  border-bottom: none;
}
.vector-menu-tabs-legacy li {
  background-image: none;
}
#mw-page-base {
  background: #141212;
}
.mw-body {
  border: 1px solid #c9c7cd;
}
.mw-editform #wpTextbox1 {
  background: #141212;
  color: #c9c7cd;
  font-size: 16px;
}
}

Latest revision as of 04:10, 12 July 2025

:root {
  --bg-main: #141212 !important;
  --bg-surface: #141212 !important;
  --bg-sidebar: #141212 !important;
  --bg-footer: #141212 !important;
  --bg-tabs: #141212 !important;
  --border-color: #c9c7cd !important;
  --accent: #7d9ece !important;
  --accent-hover: #a6b6e9 !important;
  --text-main: #c9c7cd !important;
  --text-muted: #393535 !important;
  --background-color-base: #141212;
  --color-base: #c9c7cd;
  --background-color-neutral-subtle: #141212;
  --color-emphasized: #c9c7cd;
  --background-color-neutral: #141212;
  --background-color-interactive-subtle: #141212;
}

.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a,
.vector-menu-tabs-legacy li a,
a,
.toctogglelabel {
  color: #7d9ece !important;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited,
.vector-menu-tabs-legacy li a:visited,
a:visited {
  color: #aca1cf !important;
}
a.new,
.vector-menu-tabs-legacy .new a {
  color: #ea83a5 !important;
}
a.new:visited,
.vector-menu-tabs-legacy .new a:visited {
  color: #e29eca !important;
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
  background-image: none;
}
.vector-menu-tabs-legacy .selected {
  background: #141212;
  border: 1px solid #c9c7cd;
  border-bottom: none;
}
.vector-menu-tabs-legacy li {
  background-image: none;
}
#mw-page-base {
  background: #141212;
}
.mw-body {
  border: 1px solid #c9c7cd;
}
.mw-editform #wpTextbox1 {
  background: #141212;
  color: #c9c7cd;
  font-size: 16px;
}