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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.mw-wiki-logo {
/* .mw-logo-icon { content: url("INSERT NEW IMAGE URL HERE") }; */
    background-image: url("/volkswiki/resources/assets/VolksWiki_wordmark.png");
.mw-logo-wordmark { content: url("https://www.philbin.io/volkswiki/resources/assets/VolksWiki_wordmark.png") };
    background-size: contain;
/* .mw-logo-tagline { content: url("INSERT NEW IMAGE URL HERE") }; */
    background-repeat: no-repeat;
}

Latest revision as of 21:19, 12 July 2025

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

/* .mw-logo-icon { content: url("INSERT NEW IMAGE URL HERE") }; */
.mw-logo-wordmark { content: url("https://www.philbin.io/volkswiki/resources/assets/VolksWiki_wordmark.png") };
/* .mw-logo-tagline { content: url("INSERT NEW IMAGE URL HERE") }; */