MediaWiki:Common.css: Difference between revisions
AdminEncyclo (talk | contribs) No edit summary |
AdminEncyclo (talk | contribs) No edit summary |
||
| Line 148: | Line 148: | ||
} | } | ||
/* | /* Verified badge beside page title for verified profiles */ | ||
body | body.page-has-category-Verified_profiles .mw-page-title-main::after { | ||
content: ""; | content: ""; | ||
display: inline-block; | display: inline-block; | ||
| Line 155: | Line 155: | ||
height: 18px; | height: 18px; | ||
margin-left: 6px; | margin-left: 6px; | ||
background-image: url("/images/ | background-image: url("/wiki/images/verified-badge.png"); | ||
background-size: contain; | background-size: contain; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
vertical-align: middle; | vertical-align: middle; | ||
} | } | ||