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 3: Line 3:
.gov-verified-tick {
.gov-verified-tick {
     display: inline-block;
     display: inline-block;
     width: 40px;
     width: 30px;
     height: 40px;
     height: 30px;
     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:46, 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;
}