|
|
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 */ |
|
| |
| /* Completely hide the default site name */
| |
| .minerva-header .branding-box .site-brand {
| |
| display: none;
| |
| }
| |
|
| |
| /* Replace with custom logo */
| |
| .minerva-header .branding-box {
| |
| background-image: url("/w/resources/assets/Formula-One-Wiki_H.svg"); /* ← change this path */
| |
| background-repeat: no-repeat;
| |
| background-size: auto 100%; /* Maintain aspect ratio, full height */
| |
| background-position: left center;
| |
| height: 48px; /* adjust based on your logo's height */
| |
| padding-left: 56px; /* push content to the right so logo has space */
| |
| }
| |