MediaWiki:Common.css: Difference between revisions

SAVROSI - Amazing Platform having Verified Profiles of the Government Professionals & Representatives
Jump to navigation Jump to search
mNo edit summary
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 */
/* Custom Verified Blue Tick for Page Headers */
 
.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;
}
}
/* Custom Heading Styles for Pages (Mobile & Desktop) */
 
 
/* ================================================================= */
/* 2. DEFAULT BRAND THEME: SAVROSI.ORG (GLOBAL DEFAULTS)             */
/* ================================================================= */
.mw-parser-output h2 {
.mw-parser-output h2 {
     color: #D71A21;
     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 h3 {
.mw-parser-output h4 {
     color: #BB1F5B;
     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;
}
}

Revision as of 00:04, 5 August 2026

/* 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;
}