MediaWiki:Common.css: Difference between revisions
Chaudharydsn (talk | contribs) mNo edit summary |
Chaudharydsn (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* | |||
.gov-verified-tick { | /* ================================================================= */ | ||
/* 1. VERIFIED TICK BADGE */ | |||
/* ================================================================= */ | |||
.gov-verified-tick, | |||
.savrosi-verified-tick { | |||
display: inline-block; | display: inline-block; | ||
width: 30px; | width: 30px; | ||
| Line 12: | Line 16: | ||
margin-left: 6px; | margin-left: 6px; | ||
} | } | ||
/* Hide the category box on the Main Page only */ | /* Hide the category box on the Main Page only */ | ||
.page-Main_Page #catlinks { | .page-Main_Page #catlinks { | ||
display: none !important; | display: none !important; | ||
} | } | ||
/* | |||
/* ================================================================= */ | |||
/* 2. DEFAULT BRAND THEME: SAVROSI.ORG (GLOBAL DEFAULTS) */ | |||
/* ================================================================= */ | |||
.mw-parser-output h2 { | .mw-parser-output h2 { | ||
color: # | color: #0F172A; /* Midnight Navy */ | ||
font-family: 'Cinzel', 'Georgia', serif; | |||
} | |||
.mw-parser-output h3 { | |||
color: #0F172A; /* Midnight Navy */ | |||
font-family: 'Georgia', serif; | font-family: 'Georgia', serif; | ||
} | } | ||
.mw-parser-output | .mw-parser-output h4 { | ||
color: # | color: #C59B27; /* Champagne Gold Accent */ | ||
font-family: 'Georgia', serif; | font-family: 'Georgia', serif; | ||
} | |||
/* ================================================================= */ | |||
/* 3. LEGACY BRAND THEME: GOVPILLARS (SCOPED OVERRIDES) */ | |||
/* Retains Red & Pink theme for legacy templates */ | |||
/* ================================================================= */ | |||
/* Specific Template Class Overrides */ | |||
.template-officer-profile h2, | |||
.template-officer-profile-hindi h2, | |||
.template-gov-ecosystem-english h2, | |||
.template-gov-ecosystem-hindi h2, | |||
.govpillars-legacy h2 { | |||
color: #D71A21 !important; /* GovPillars Primary Red */ | |||
font-family: 'Georgia', serif !important; | |||
} | |||
.template-officer-profile h3, | |||
.template-officer-profile-hindi h3, | |||
.template-gov-ecosystem-english h3, | |||
.template-gov-ecosystem-hindi h3, | |||
.govpillars-legacy h3 { | |||
color: #BB1F5B !important; /* GovPillars Secondary Pink */ | |||
font-family: 'Georgia', serif !important; | |||
} | } | ||