MediaWiki:Common.css: Difference between revisions

From PLC Wiki

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 19: Line 19:
/* this is for the Background color of the title of the tools menu in the left column */  
/* this is for the Background color of the title of the tools menu in the left column */  
#p-tools { background : #3dc2f2 ; }
#p-tools { background : #3dc2f2 ; }
/* this is for the Background color of the content page */
#p-curremt { background : #3dc2f2 ; }

Revision as of 07:31, 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 ; }

/* this is for the Background color of the title of the navigation menu in the left column */ 
#p-navigation { background : #3dc2f2 ; }

/* this is for the Background color of the title of the tools menu in the left column */ 
#p-tools { background : #3dc2f2 ; }

/* this is for the Background color of the content page */ 
#p-curremt { background : #3dc2f2 ; }