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.
/* ===================================================
SITH HOLOCRON FULL COLOR OVERRIDES
=================================================== */
/* 1. Header Accents & Colored Strips */
/* Fixes the pink left line and blue top-right bar */
.citizen-header,
#mw-header-container,
#header,
#top-bar {
border-top: 2px solid #8B0000 !important; /* Unified Sith Red top border */
}
/* Remove colored pseudo-elements if skin uses ::before/::after for top lines */
.citizen-header::before,
.citizen-header::after,
#mw-header-container::before,
#mw-header-container::after {
background-color: #8B0000 !important;
}
/* 2. Main Page Title Underline */
/* Changes the blue line under "Main Page" to Sith Red */
.firstHeading,
#firstHeading,
.mw-page-title-main {
border-bottom: 2px solid #8B0000 !important;
}
/* 3. Dark Sith Footer & Divider */
/* Replaces the bright grey background and green line */
#footer,
.mw-footer,
.citizen-footer {
background-color: #0d0d0d !important; /* Obsidian / Dark Grey-Black */
color: #a0a0a0 !important; /* Muted grey footer text */
border-top: 2px solid #8B0000 !important; /* Replaces green bar with Sith Red */
}
/* Footer text links */
#footer a,
.mw-footer a {
color: #cc2222 !important;
}
#footer a:hover,
.mw-footer a:hover {
color: #ff5500 !important;
}
/* 4. Search Bar Focus / Outline (Optional polish) */
#searchInput:focus,
.citizen-search-input:focus {
border-color: #8B0000 !important;
box-shadow: 0 0 5px rgba(139, 0, 0, 0.6) !important;
}
