MediaWiki:Common.css: Difference between revisions
(Created page with "→CSS placed here will be applied to all skins: .mw-logo-icon { content: url("INSERT NEW IMAGE URL HERE") }; .mw-logo-wordmark { content: url("INSERT NEW IMAGE URL HERE") }; .mw-logo-tagline { content: url("INSERT NEW IMAGE URL HERE") };") |
mNo edit summary Tag: Manual revert |
||
(14 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-logo-icon { content: url("INSERT NEW IMAGE URL HERE") }; | /* .mw-logo-icon { content: url("INSERT NEW IMAGE URL HERE") }; */ | ||
.mw-logo-wordmark { content: url(" | .mw-logo-wordmark { content: url("https://www.volks.wiki/w/resources/assets/VolksWiki_wordmark.png") }; | ||
.mw-logo-tagline { content: url("INSERT NEW IMAGE URL HERE") }; | /* .mw-logo-tagline { content: url("INSERT NEW IMAGE URL HERE") }; */ |
Latest revision as of 18:14, 30 August 2023
/* 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.volks.wiki/w/resources/assets/VolksWiki_wordmark.png") }; /* .mw-logo-tagline { content: url("INSERT NEW IMAGE URL HERE") }; */