MediaWiki:Vector-2022.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Hide site name and | /* Hide site name, tagline, and any text */ | ||
.mw-wiki-title, | .mw-wiki-title, | ||
.vector-logo-tagline { | .vector-logo-tagline, | ||
display: none; | .mw-logo-wordmark, | ||
.mw-logo-tagline { | |||
display: none !important; | |||
} | } | ||
/* | /* Scalable round logo */ | ||
.mw-logo-icon { | .mw-logo-icon { | ||
width: | width: clamp(3rem, 6vw, 6rem) !important; | ||
height: | height: clamp(3rem, 6vw, 6rem) !important; | ||
border-radius: 50%; | border-radius: 50%; | ||
overflow: hidden; | overflow: hidden; | ||