MediaWiki:Common.css
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 */
/* 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;
}