MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mw-logo-wordmark { | .mw-logo-wordmark, | ||
.mw-logo-tagline { | |||
display: none !important; | display: none !important; | ||
} | } | ||
.mw-logo- | .mw-logo-icon { | ||
width: 200px !important; | width: 200px !important; | ||
height: | height: 200px !important; | ||
object-fit: contain !important; | |||
} | } | ||
Revision as of 17:16, 19 January 2026
/* CSS placed here will be applied to all skins */
.mw-logo-wordmark,
.mw-logo-tagline {
display: none !important;
}
.mw-logo-icon {
width: 200px !important;
height: 200px !important;
object-fit: contain !important;
}