MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: .mw-wiki-logo { width: 208px; height: 65px; background-size: contain; }" |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mw- | .mw-logo-icon { | ||
width: 208px; | width: 208px; | ||
height: 65px; | height: 65px; | ||
background-size: contain; | background-size: contain; | ||
} | |||
.mw-logo .mw-logo-container { | |||
display: none; | |||
} | } | ||
Latest revision as of 16:24, 6 January 2026
/* CSS placed here will be applied to all skins */
.mw-logo-icon {
width: 208px;
height: 65px;
background-size: contain;
}
.mw-logo .mw-logo-container {
display: none;
}