Difference between revisions of "MediaWiki:Common.css"

From CrowdSociety
Jump to: navigation, search
Line 6: Line 6:
  
 
#article {
 
#article {
background-color:#F4F4F4;
+
background-color:#ff77aa;
 
}
 
}
 
   
 
   

Revision as of 15:03, 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:#ff77aa;
}
 
#articleFooter {
background-color:#ffffff;
}