MediaWiki:Common.css

Revision as of 00:04, 5 August 2026 by Chaudharydsn (talk | contribs)

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.
/* CSS placed here will be applied to all skins */

/* ================================================================= */
/* 1. VERIFIED TICK BADGE                                            */
/* ================================================================= */
.gov-verified-tick,
.savrosi-verified-tick {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('https://govpillars.com/images/2/22/Verified.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-left: 6px;
}

/* Hide the category box on the Main Page only */
.page-Main_Page #catlinks {
    display: none !important;
}


/* ================================================================= */
/* 2. DEFAULT BRAND THEME: SAVROSI.ORG (GLOBAL DEFAULTS)              */
/* ================================================================= */
.mw-parser-output h2 {
    color: #0F172A; /* Midnight Navy */
    font-family: 'Cinzel', 'Georgia', serif;
}

.mw-parser-output h3 {
    color: #0F172A; /* Midnight Navy */
    font-family: 'Georgia', serif;
}

.mw-parser-output h4 {
    color: #C59B27; /* Champagne Gold Accent */
    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;
}