MediaWiki:Common.css: Difference between revisions
From The Chaakat Holocron
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* =================================================== | /* =================================================== | ||
SITH HOLOCRON | SITH HOLOCRON FULL COLOR OVERRIDES | ||
=================================================== */ | =================================================== */ | ||
/* 1. | /* 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, | |||
color: # | .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 */ | |||
.citizen- | color: #a0a0a0 !important; /* Muted grey footer text */ | ||
border-top: 2px solid #8B0000 !important; /* Replaces green bar with Sith Red */ | |||
border- | } | ||
/* Footer text links */ | |||
#footer a, | |||
.mw-footer a { | |||
color: #cc2222 !important; | |||
} | } | ||
#footer a:hover, | |||
#footer, | .mw-footer a:hover { | ||
.mw-footer { | color: #ff5500 !important; | ||
} | } | ||
/* Optional | /* 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; | ||
} | } | ||
Revision as of 15:16, 1 August 2026
/* ===================================================
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;
}
