User:Cynthia/common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
--text-main: #c9c7cd !important; | --text-main: #c9c7cd !important; | ||
--text-muted: #393535 !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; | |||
} | } |
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; }