MediaWiki:Common.css
From The Chaakat Holocron
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* ===================================================
DARK MODE EXTENSION SITH OVERRIDES
=================================================== */
/* 1. Sith Red Links in Dark Mode */
html.client-dark-mode a,
.mw-dark-mode a,
body.dark-mode a {
color: #e62222 !important;
text-decoration: none !important;
}
html.client-dark-mode a:visited,
.mw-dark-mode a:visited,
body.dark-mode a:visited {
color: #991111 !important;
}
html.client-dark-mode a:hover,
.mw-dark-mode a:hover,
body.dark-mode a:hover {
color: #ff5500 !important;
}
/* 2. Fix Top Header Accent Lines (Pink/Blue) */
html.client-dark-mode #mw-header-container,
.mw-dark-mode #mw-header-container {
background-image: none !important;
background-color: #0d0d0d !important;
border-top: 3px solid #8b0000 !important;
}
/* 3. Fix Footer Container (Grey Block & Teal Line) */
html.client-dark-mode #footer-container,
.mw-dark-mode #footer-container {
background-image: none !important;
background-color: #0d0d0d !important;
border-top: 3px solid #8b0000 !important;
}
html.client-dark-mode #footer,
.mw-dark-mode #footer {
background-color: transparent !important;
}
