MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Chaudharydsn (talk | contribs) mNo edit summary |
Chaudharydsn (talk | contribs) mNo edit summary |
||
| Line 15: | Line 15: | ||
.page-Main_Page #catlinks { | .page-Main_Page #catlinks { | ||
display: none !important; | display: none !important; | ||
} | |||
/* Custom Heading Styles for Pages (Mobile & Desktop) */ | |||
.mw-parser-output h2 { | |||
color: #D71A21; | |||
font-family: 'Georgia', serif; | |||
} | |||
.mw-parser-output h3 { | |||
color: #BB1F5B; | |||
font-family: 'Georgia', serif; | |||
} | } | ||
Revision as of 14:28, 27 July 2026
/* CSS placed here will be applied to all skins */
/* Custom Verified Blue Tick for Page Headers */
.gov-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;
}
/* Custom Heading Styles for Pages (Mobile & Desktop) */
.mw-parser-output h2 {
color: #D71A21;
font-family: 'Georgia', serif;
}
.mw-parser-output h3 {
color: #BB1F5B;
font-family: 'Georgia', serif;
}