Difference between revisions of "MediaWiki:Common.css"
From CrowdSociety
(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:# | + | background-color:#F4F4F4; |
} | } | ||
Revision as of 13: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; }