MediaWiki:Minerva.css: Difference between revisions

From Arisepedia
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 2: Line 2:


.branding-box .mw-wiki-logo {
.branding-box .mw-wiki-logo {
     background-image: url(/resources/assets/Mobile-Wordmark.png) !important;
     background-image: url(/resources/assets/DWordmark.png) !important;
     background-size: contain;
     background-size: contain;
     background-repeat: no-repeat;
     background-repeat: no-repeat;

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/DWordmark.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;
}