MediaWiki:Common.css: Difference between revisions

SAVROSI - Amazing Platform having Verified Profiles of the Government Professionals & Representatives
Jump to navigation Jump to search
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; }"
 
mNo edit summary
Line 3: Line 3:
.gov-verified-tick {
.gov-verified-tick {
     display: inline-block;
     display: inline-block;
     width: 20px;
     width: 40px;
     height: 20px;
     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;
}