Difference between revisions of "MediaWiki:Common.css"
From CrowdSociety
Line 6: | Line 6: | ||
#article { | #article { | ||
− | background-color:# | + | background-color:#ff77aa; |
} | } | ||
Revision as of 14: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; }