Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Tag: Reverted |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body { background: bisque; } | |||
/* Changes the background color behind the top half of the logo and at top of each page: */ | |||
#mw-page-base { background: burlywood; } | |||
#content { background-color: #fffAF2; } |