MediaWiki:Common.css: Difference between revisions

From VolksWiki
mNo edit summary
Tag: Manual revert
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("/var/www/html/w/resources/assets/mediawiki.png") };
.mw-logo-tagline { content: url("INSERT NEW IMAGE URL HERE") }; */
.mw-logo-tagline { content: url("INSERT NEW IMAGE URL HERE") };

Revision as of 22:29, 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("/var/www/html/w/resources/assets/mediawiki.png") };
.mw-logo-tagline { content: url("INSERT NEW IMAGE URL HERE") };