Difference between revisions of "MediaWiki:Common.css"

From DFM Wiki
(Make background light grey)
(Just make the footer have a white background)
Line 3: Line 3:
 
li {margin: 0.5em auto;}
 
li {margin: 0.5em auto;}
  
body, #mw-content-container {background: #eee;}
+
.mw-footer-container {background: white; 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 14:03, 15 January 2021

/* CSS placed here will be applied to all skins */

li {margin: 0.5em auto;}

.mw-footer-container {background: white; color: black;}
.mw-footer-container a:hover, .mw-footer-container a:visited, .mw-footer-container a {color: #3366cc;}