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 11: | Line 11: | ||
vertical-align: middle; | vertical-align: middle; | ||
margin-left: 6px; | margin-left: 6px; | ||
} | |||
/* Hide the category box on the Main Page only */ | |||
.page-Main_Page #catlinks { | |||
display: none !important; | |||
} | } | ||
Revision as of 13:43, 11 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;
}