MediaWiki:Minerva.css: Difference between revisions

From Formula One Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* All CSS here will be loaded for users of the MinervaNeue skin */


/* Increase logo size for wide SVGs in MinervaNeue */
/* MinervaNeue - Increase logo size properly */
.mw-wiki-logo {
 
.skin-minerva .branding-box .mw-logo-icon {
     background-size: contain !important;
     background-size: contain !important;
     width: 240px !important; /* adjust for your SVG's natural width */
     background-repeat: no-repeat !important;
     height: 40px !important; /* adjust to keep aspect ratio */
     height: 60px !important;
     margin: auto !important;
    width: 300px !important;
     margin: 0 auto !important;
}
}

Revision as of 09:17, 5 August 2025

/* All CSS here will be loaded for users of the MinervaNeue skin */

/* MinervaNeue - Increase logo size properly */

.skin-minerva .branding-box .mw-logo-icon {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 60px !important;
    width: 300px !important;
    margin: 0 auto !important;
}