Difference between revisions of "MediaWiki:Common.css"

From CrowdSociety
Jump to: navigation, search
Line 2: Line 2:
  
 
/* To change the background colors of only the text areas of all the pages to "White" */
 
/* To change the background colors of only the text areas of all the pages to "White" */
+
 
 +
body{background-image:none}
 +
 
 
#article {
 
#article {
 
background-color:#F4F4F4;
 
background-color:#F4F4F4;

Revision as of 14:52, 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" */

body{background-image:none}

#article {
background-color:#F4F4F4;
}
 
#articleFooter {
background-color:#ffffff;
}