MediaWiki:Common.css: Difference between revisions
AdminEncyclo (talk | contribs) No edit summary |
AdminEncyclo (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit |
||
| (12 intermediate revisions by the same user not shown) | |||
| 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; | |||
} | } | ||
| Line 112: | Line 126: | ||
width: 20px; | width: 20px; | ||
height: 20px; | height: 20px; | ||
background-image: url('/ | background-image: url('/images/2/22/Verified.png'); | ||
background-size: contain; | background-size: contain; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
vertical-align: middle; | vertical-align: middle; | ||
margin-left: 6px; | margin-left: 6px; | ||
} | |||
.profile-verified::after { | |||
content: ""; | |||
display: inline-block; | |||
width: 18px; | |||
height: 18px; | |||
background-image: url('/images/2/22/Verified.png'); | |||
background-size: contain; | |||
margin-left: 6px; | |||
} | |||
/* Hide the marker */ | |||
.profile-verified-flag { | |||
display: none; | |||
} | |||
/* Verified badge beside page title */ | |||
/*body.verified-profile .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;*/ | |||
/*}*/ | |||
/* Verified badge on mobile (MinervaNeue) */ | |||
/*.skin-minerva body.verified-profile .page-heading h1::after {*/ | |||
/* content: "";*/ | |||
/* display: inline-block;*/ | |||
/* width: 16px;*/ | |||
/* height: 16px;*/ | |||
/* margin-left: 6px;*/ | |||
/* background-image: url("/images/2/22/Verified.png");*/ | |||
/* background-size: contain;*/ | |||
/* background-repeat: no-repeat;*/ | |||
/* vertical-align: middle;*/ | |||
/*}*/ | |||
/* Badge beside page titles (JS injected) */ | |||
.title-verified-badge { | |||
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; | |||
} | |||
/* Hide category links at bottom of pages */ | |||
#catlinks { | |||
display: none; | |||
} | } | ||