MediaWiki:Common.css: Difference between revisions
From PLC Wiki
(Created page with "→CSS placed here will be applied to all skins: →Changes the Background color of the bottom and left of each page, up to behind of the logo: body { background: #789cff ;}") |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* | /* Change the background color of the bottom and left of each page, up to behind half of the logo: */ | ||
body { background: #789cff ;} | body { background : #789cff ;} |
Revision as of 11:07, 24 October 2024
/* CSS placed here will be applied to all skins */ /* Change the background color of the bottom and left of each page, up to behind half of the logo: */ body { background : #789cff ;}