MediaWiki:Minerva.css: Difference between revisions

From Arisepedia
(Created page with "→‎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 the text-based site name if it's still appearing: .branding-box .site-title { display: none !important; }")
 
No edit summary
Tags: Manual revert Mobile edit Mobile web edit
 
(5 intermediate revisions by the same user not shown)
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 the text-based site name if it's still appearing */
.branding-box .site-title {
    display: none !important;
}

Latest revision as of 14:15, 5 October 2024

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