Difference between revisions of "MediaWiki:Common.css"

From CrowdSociety
Jump to: navigation, search
m
Line 10: Line 10:
 
   
 
   
 
#articleFooter {
 
#articleFooter {
background-color:#ffffff;
+
background-color:#aaff77;
 
}
 
}

Revision as of 15:23, 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:#aaff77;
}