Difference between revisions of "MediaWiki:Common.css"

From DFM Wiki
(Add spacing around list items)
 
(Create white background for everything)
Line 2: Line 2:
  
 
li {margin: 0.5em auto;}
 
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;}

Revision as of 13:56, 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;}