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
Tags: Mobile edit Mobile web edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* 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;
}

Latest revision as of 14:11, 5 October 2024

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