Difference between revisions of "MediaWiki:Common.css"
From DFM Wiki
(Create white background for everything) |
m (Correction: mw-content-container is a div, not a class.) |
||
Line 3: | Line 3: | ||
li {margin: 0.5em auto;} | li {margin: 0.5em auto;} | ||
− | body, | + | body, #mw-content-container {background: white;} |
.mw-footer-container {color: black;} | .mw-footer-container {color: black;} | ||
.mw-footer-container a:hover, .mw-footer-container a:visited, .mw-footer-container a {color: #3366cc;} | .mw-footer-container a:hover, .mw-footer-container a:visited, .mw-footer-container a {color: #3366cc;} |
Revision as of 13:57, 15 January 2021
/* CSS placed here will be applied to all skins */ li {margin: 0.5em auto;} body, #mw-content-container {background: white;} .mw-footer-container {color: black;} .mw-footer-container a:hover, .mw-footer-container a:visited, .mw-footer-container a {color: #3366cc;}