MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Chaudharydsn (talk | contribs) Created page with "→CSS placed here will be applied to all skins: →Custom Verified Blue Tick for Page Headers: .gov-verified-tick { display: inline-block; width: 20px; height: 20px; 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; }" |
Chaudharydsn (talk | contribs) mNo edit summary |
||
| Line 3: | Line 3: | ||
.gov-verified-tick { | .gov-verified-tick { | ||
display: inline-block; | display: inline-block; | ||
width: | width: 40px; | ||
height: | height: 40px; | ||
background-image: url('https://govpillars.com/images/2/22/Verified.png'); | background-image: url('https://govpillars.com/images/2/22/Verified.png'); | ||
background-size: contain; | background-size: contain; | ||
Revision as of 10:42, 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: 40px;
height: 40px;
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;
}