MediaWiki:Minerva.css: Difference between revisions
Arisepedia (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit |
Arisepedia (talk | contribs) 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 */ | ||
.branding-box .mw-wiki-logo { | |||
background-image: url(/resources/assets/Mobile-Wordmark.png) !important; | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
width: 100px; | |||
height: 15px; | |||
} | |||
/* Hide text-based site name if it's appearing */ | |||
.branding-box .site-title { | |||
display: none !important; | |||
} |
Revision as of 14:07, 5 October 2024
/* All CSS here will be loaded for users of the MinervaNeue skin */ .branding-box .mw-wiki-logo { background-image: url(/resources/assets/Mobile-Wordmark.png) !important; background-size: contain; background-repeat: no-repeat; width: 100px; height: 15px; } /* Hide text-based site name if it's appearing */ .branding-box .site-title { display: none !important; }