Difference between revisions of "MediaWiki:Common.css"
From DFM Wiki
(Increase spacing of footer icons and display as inline-block, not float) |
(Remove float from footer icons.) |
||
Line 6: | Line 6: | ||
.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;} | ||
− | .mw-footer .footer-icons {display:inline-block;} | + | .mw-footer .footer-icons {display:inline-block;float:none;} |
.mw-footer {padding-top: 1em;} | .mw-footer {padding-top: 1em;} |
Revision as of 14:11, 15 January 2021
/* CSS placed here will be applied to all skins */ li {margin: 0.5em auto;} body, .mw-footer-container {background: white; color: black;} .mw-footer-container a:hover, .mw-footer-container a:visited, .mw-footer-container a {color: #3366cc;} .mw-footer .footer-icons {display:inline-block;float:none;} .mw-footer {padding-top: 1em;}