Difference between revisions of "MediaWiki:Common.css"
From DFM Wiki
(Remove float from footer icons.) |
EricThrift (talk | contribs) (Remove border from iframes, to provide cleaner presentation for widgets (embedded elements such as calendars).) |
||
Line 8: | Line 8: | ||
.mw-footer .footer-icons {display:inline-block;float:none;} | .mw-footer .footer-icons {display:inline-block;float:none;} | ||
.mw-footer {padding-top: 1em;} | .mw-footer {padding-top: 1em;} | ||
+ | |||
+ | iframe {border:none;} |
Revision as of 09:34, 3 February 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;} iframe {border:none;}