MediaWiki:Common.css
From PLC Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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 ; }