MediaWiki:Common.css: Difference between revisions
imported>Pepblast No edit summary |
imported>Pepblast 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 */ | ||
/* This doesn't really work for a few reasons.. I think it doesn't apply to all users, and putting on body didn't work anyways | |||
body { | body { | ||
background-image: url('https://jacobrobertson.com/eewiki/w/images/a/a2/EEWikiLogoFlat.png'); | background-image: url('https://jacobrobertson.com/eewiki/w/images/a/a2/EEWikiLogoFlat.png'); | ||
Line 6: | Line 7: | ||
background-position: center; | background-position: center; | ||
} | } | ||
*/ |
Revision as of 19:27, 6 May 2023
/* CSS placed here will be applied to all skins */ /* This doesn't really work for a few reasons.. I think it doesn't apply to all users, and putting on body didn't work anyways body { background-image: url('https://jacobrobertson.com/eewiki/w/images/a/a2/EEWikiLogoFlat.png'); background-repeat: no-repeat; background-attachment: fixed; background-position: center; } */