MediaWiki:Common.css: Difference between revisions
AdminEncyclo (talk | contribs) No edit summary |
AdminEncyclo (talk | contribs) No edit summary |
||
| Line 104: | Line 104: | ||
background-repeat: no-repeat !important; | background-repeat: no-repeat !important; | ||
height: 60px; /* adjust if logo looks too small/tall */ | height: 60px; /* adjust if logo looks too small/tall */ | ||
} | |||
/* Verified badge beside Main Page title */ | |||
.page-Main_Page .mw-page-title-main::after { | |||
content: ""; | |||
display: inline-block; | |||
width: 18px; | |||
height: 18px; | |||
margin-left: 6px; | |||
background-image: url("/images/2/22/Verified.png"); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
vertical-align: middle; | |||
} | } | ||