MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
background-size: contain !important; | background-size: contain !important; | ||
width: | width: 160px !important; /* adjust width */ | ||
height: | height: 160px !important; /* adjust height */ | ||
} | } | ||
Revision as of 16:02, 12 August 2025
/* CSS placed here will be applied to all skins */
/* Resize the site logo */
.mw-wiki-logo {
background-size: contain !important;
width: 160px !important; /* adjust width */
height: 160px !important; /* adjust height */
}
/* Center it nicely */
.mw-wiki-logo {
background-position: center !important;
background-repeat: no-repeat !important;
}