Difference between revisions of "MediaWiki:Common.css"
From DFM Wiki
(Increase spacing of footer icons and display as inline-block, not float) |
|||
Line 5: | Line 5: | ||
body, .mw-footer-container {background: white; color: black;} | 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-container a:hover, .mw-footer-container a:visited, .mw-footer-container a {color: #3366cc;} | ||
+ | |||
+ | .mw-footer .footer-icons {display:inline-block;} | ||
+ | .mw-footer {padding-top: 1em;} |
Revision as of 14:09, 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;} .mw-footer {padding-top: 1em;}