Jump to content

MediaWiki:Common.css: Difference between revisions

From VolksWiki
Created page with "CSS placed here will be applied to all skins: .mw-wiki-logo { background-image: url("/volkswiki/resources/assets/VolksWiki_wordmark.png"); background-size: contain; background-repeat: no-repeat; }"
 
No edit summary
Line 2: Line 2:


.mw-wiki-logo {
.mw-wiki-logo {
     background-image: url("/volkswiki/resources/assets/VolksWiki_wordmark.png");
     background-image: url("/var/www/volkswiki/resources/assets/VolksWiki_wordmark.png");
     background-size: contain;
     background-size: contain;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}

Revision as of 21:15, 12 July 2025

/* CSS placed here will be applied to all skins */

.mw-wiki-logo {
    background-image: url("/var/www/volkswiki/resources/assets/VolksWiki_wordmark.png");
    background-size: contain;
    background-repeat: no-repeat;
}