MediaWiki:Common.css: Difference between revisions
From The Chaakat Holocron
Blanked the page Tags: Blanking Manual revert |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* =================================================== | |||
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; | |||
} | |||
Revision as of 15:32, 1 August 2026
/* ===================================================
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;
}
