MediaWiki:Common.css: Difference between revisions
From PLC Wiki
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 7: | Line 7: | ||
/* Background color of the content and title of pages */ | /* Background color of the content and title of pages */ | ||
#content { background-color : #3dc2f2 ; } | #content { background-color : #3dc2f2 ; } | ||
/* changes the Background color of rectangular ares where category links are located */ | |||
#catlinks { background-color : #52add9 ; } | |||
/* sets the background color of the area of logo */ | |||
#p-logo { background-color : #ffffff ; } |
Revision as of 06:16, 25 October 2024
/* 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 : #52add9 ; } /* Background color of the content and title of pages */ #content { background-color : #3dc2f2 ; } /* changes the Background color of rectangular ares where category links are located */ #catlinks { background-color : #52add9 ; } /* sets the background color of the area of logo */ #p-logo { background-color : #ffffff ; }