MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: background-image: url(/images/bg.png); background-size: cover;" |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
background-image: url(/images/bg.png); | body { | ||
background-size: cover; | background-image: url(/images/bg.png); | ||
background-size: cover; | |||
} |
Revision as of 06:27, 13 November 2024
/* CSS placed here will be applied to all skins */ body { background-image: url(/images/bg.png); background-size: cover; }