Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
font-family: sans-serif; | font-family: sans-serif; | ||
font-size: 1.1em; | font-size: 1.1em; | ||
+ | background-color: #f8f8e8; | ||
} | } |
Revision as of 15:56, 16 March 2011
/* CSS placed here will be applied to all skins */ body { height: 100%; margin: 0; padding: 0; font-family: sans-serif; font-size: 1.1em; background-color: #f8f8e8; }