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 */


/* MinervaNeue - Increase logo size properly */
/* Resize the MinervaNeue wordmark logo */
 
.skin-minerva .mw-logo-wordmark img {
.skin-minerva .branding-box .mw-logo-icon {
     height: 60px !important;     /* Increase height */
     background-size: contain !important;
     width: auto !important;     /* Keep aspect ratio */
     background-repeat: no-repeat !important;
     max-width: 100% !important; /* Don't overflow */
     height: 60px !important;
     display: block;
     width: 300px !important;
     margin: 0 auto;
     margin: 0 auto !important;
}
}

Revision as of 09:18, 5 August 2025

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

/* Resize the MinervaNeue wordmark logo */
.skin-minerva .mw-logo-wordmark img {
    height: 60px !important;     /* Increase height */
    width: auto !important;      /* Keep aspect ratio */
    max-width: 100% !important;  /* Don't overflow */
    display: block;
    margin: 0 auto;
}