MediaWiki:Common.css: Difference between revisions

From PLC Wiki

mNo edit summary
Tag: Manual revert
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 */
/* 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 ; }

Revision as of 06:10, 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 ; }