MediaWiki:Common.css: Difference between revisions
From The Chaakat Holocron
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* =================================================== | /* =================================================== | ||
TIMELESS DARK SITH | TIMELESS DARK SITH THEME FIX | ||
=================================================== */ | =================================================== */ | ||
| Line 9: | Line 9: | ||
#mw-content-text a, | #mw-content-text a, | ||
#mw-panel a, | #mw-panel a, | ||
#page-tools a { | #page-tools a, | ||
.sidebar-chunk a { | |||
color: #e62222 !important; | color: #e62222 !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
| Line 26: | Line 27: | ||
/* --- 2. HEADER | /* --- 2. FIX HEADER (TOP BAR & LOGO) --- */ | ||
/* | /* Remove default top accent stripes (pink/blue) and enforce dark background */ | ||
#mw-header-container | #mw-header-container { | ||
background-color: #0d0d0d !important; | |||
background-image: none !important; | |||
border-top: 3px solid #8b0000 !important; /* Unified Sith Red top bar */ | |||
} | |||
/* Fix logo area & top navigation containers */ | |||
#mw-header-hack, | #mw-header-hack, | ||
# | #p-logo-text, | ||
# | #p-logo-text a, | ||
#user-tools, | #user-tools, | ||
# | #site-navigation { | ||
background-color: #0d0d0d !important; | |||
color: #ffffff !important; | |||
} | |||
/* User profile text at top right */ | |||
#user-tools, #user-tools a { | |||
color: #d1d1d1 !important; | |||
} | |||
/* --- 3. FIX WHITE SIDEBAR BOXES --- */ | |||
/* Forces sidebar containers (Navigation, Page Tools, Wiki Tools) to stay obsidian dark */ | |||
.sidebar-chunk, | |||
#mw-site-navigation .sidebar-chunk, | |||
#mw-related-navigation .sidebar-chunk, | |||
.color-middle, | .color-middle, | ||
.color-left, | .color-left, | ||
.color-right { | .color-right { | ||
background-color: # | background-color: #121212 !important; | ||
background-image: none !important; | background-image: none !important; | ||
border: 1px solid #282828 !important; | |||
color: #cccccc !important; | |||
border | |||
# | |||
} | } | ||
/* | /* Sidebar headers / titles */ | ||
.sidebar-chunk h2, | |||
color: # | .sidebar-chunk h3 { | ||
color: #8b0000 !important; | |||
border-bottom: 1px solid #333333 !important; | |||
} | } | ||
/* --- | /* --- 4. PAGE TITLE UNDERLINE --- */ | ||
.firstHeading, | .firstHeading, | ||
#firstHeading, | #firstHeading, | ||
| Line 70: | Line 81: | ||
/* --- | /* --- 5. FIX GREY FOOTER & TEAL BAR --- */ | ||
#footer-container { | |||
#footer-container | background-color: #090909 !important; | ||
background-color: # | |||
background-image: none !important; | background-image: none !important; | ||
border-top: 3px solid #8b0000 !important; /* Replaces green bar with Sith Red */ | |||
} | } | ||
#footer, | |||
#footer-info, | |||
#footer, | |||
#footer-info, | |||
#footer-places { | #footer-places { | ||
color: # | background-color: transparent !important; | ||
color: #777777 !important; | |||
} | } | ||
#footer | #footer a { | ||
color: #cc2222 !important; | color: #cc2222 !important; | ||
} | } | ||
| Line 96: | Line 101: | ||
#footer a:hover { | #footer a:hover { | ||
color: #ff5500 !important; | color: #ff5500 !important; | ||
} | } | ||
Revision as of 15:22, 1 August 2026
/* ===================================================
TIMELESS DARK SITH THEME FIX
=================================================== */
/* --- 1. SITH RED LINKS --- */
a,
a:link,
.mw-parser-output a,
#mw-content-text a,
#mw-panel a,
#page-tools a,
.sidebar-chunk a {
color: #e62222 !important;
text-decoration: none !important;
}
a:visited,
.mw-parser-output a:visited {
color: #991111 !important;
}
a:hover,
.mw-parser-output a:hover,
#page-tools a:hover {
color: #ff5500 !important;
}
/* --- 2. FIX HEADER (TOP BAR & LOGO) --- */
/* Remove default top accent stripes (pink/blue) and enforce dark background */
#mw-header-container {
background-color: #0d0d0d !important;
background-image: none !important;
border-top: 3px solid #8b0000 !important; /* Unified Sith Red top bar */
}
/* Fix logo area & top navigation containers */
#mw-header-hack,
#p-logo-text,
#p-logo-text a,
#user-tools,
#site-navigation {
background-color: #0d0d0d !important;
color: #ffffff !important;
}
/* User profile text at top right */
#user-tools, #user-tools a {
color: #d1d1d1 !important;
}
/* --- 3. FIX WHITE SIDEBAR BOXES --- */
/* Forces sidebar containers (Navigation, Page Tools, Wiki Tools) to stay obsidian dark */
.sidebar-chunk,
#mw-site-navigation .sidebar-chunk,
#mw-related-navigation .sidebar-chunk,
.color-middle,
.color-left,
.color-right {
background-color: #121212 !important;
background-image: none !important;
border: 1px solid #282828 !important;
color: #cccccc !important;
}
/* Sidebar headers / titles */
.sidebar-chunk h2,
.sidebar-chunk h3 {
color: #8b0000 !important;
border-bottom: 1px solid #333333 !important;
}
/* --- 4. PAGE TITLE UNDERLINE --- */
.firstHeading,
#firstHeading,
.mw-page-title-main {
border-bottom: 2px solid #8b0000 !important;
}
/* --- 5. FIX GREY FOOTER & TEAL BAR --- */
#footer-container {
background-color: #090909 !important;
background-image: none !important;
border-top: 3px solid #8b0000 !important; /* Replaces green bar with Sith Red */
}
#footer,
#footer-info,
#footer-places {
background-color: transparent !important;
color: #777777 !important;
}
#footer a {
color: #cc2222 !important;
}
#footer a:hover {
color: #ff5500 !important;
}
