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