Difference between revisions of "MediaWiki:Common.css"

From CrowdSociety
Jump to: navigation, search
(Created page with "/* CSS placed here will be applied to all skins */ To change the background colors of only the text areas of all the pages to "White": #article { background-color:#fff...")
 
Line 4: Line 4:
 
   
 
   
 
#article {
 
#article {
background-color:#ffffff;
+
background-color:#F4F4F4;
 
}
 
}
 
   
 
   

Revision as of 14:49, 24 November 2014

/* CSS placed here will be applied to all skins */

/* To change the background colors of only the text areas of all the pages to "White" */
 
#article {
background-color:#F4F4F4;
}
 
#articleFooter {
background-color:#ffffff;
}