MediaWiki:Common.css: Difference between revisions

From VolksWiki
(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") };")
(No difference)

Revision as of 22:24, 24 May 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("INSERT NEW IMAGE URL HERE") };
.mw-logo-tagline { content: url("INSERT NEW IMAGE URL HERE") };