MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
width: 220px !important; /* adjust as needed */ | width: 220px !important; /* adjust as needed */ | ||
height: 160px !important; /* adjust as needed */ | height: 160px !important; /* adjust as needed */ | ||
} | |||
/* Center logo */ | |||
#p-logo { | |||
margin: 0 auto; | |||
float: none !important; | |||
text-align: center; | |||
} | } | ||
Revision as of 01:42, 15 May 2025
/* All CSS here will be loaded for users of the Vector skin */
.mw-wiki-logo {
background-size: contain !important;
width: 220px !important; /* adjust as needed */
height: 160px !important; /* adjust as needed */
}
/* Center logo */
#p-logo {
margin: 0 auto;
float: none !important;
text-align: center;
}