MediaWiki:Common.css: Difference between revisions
Appearance
CombustLem (talk | contribs) Created page with "→CSS placed here will be applied to all skins: body { background-color: #F9D1CF; opacity: 0.85; }" |
CombustLem (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
body { | body { | ||
background-color: #F9D1CF; | background-color: #F9D1CF; | ||
} | |||
#content { | |||
background-color: #FEF8F8; | |||
padding: 1em; | |||
border-radius: 8px; | |||
} | } |