MediaWiki:Vector.css: Difference between revisions

From Arisepedia
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: .mw-wiki-logo { background-image: url(/resources/assets/Desktop-Wordmark.png) !important; background-size: contain; background-repeat: no-repeat; width: 120px; height: 18px; }")
 
No edit summary
Line 2: Line 2:


.mw-wiki-logo {
.mw-wiki-logo {
     background-image: url(/resources/assets/Desktop-Wordmark.png) !important;
     background-image: url(/resources/assets/Wordmark.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 Vector skin */

.mw-wiki-logo {
    background-image: url(/resources/assets/Wordmark.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 18px;
}