DevWiki Articles Unterschied: MediaWiki:Timeless.css

Unterschied: MediaWiki:Timeless.css

MediaWiki interface page
(Created page with "→‎All CSS here will be loaded for users of the Timeless skin: #footer-places-privacy, #footer-places-about, #footer-places-disclaimer, #footer-info-copyright { display: no...")
 
Zeile 2: Zeile 2:
#footer-places-privacy, #footer-places-about, #footer-places-disclaimer, #footer-info-copyright {
#footer-places-privacy, #footer-places-about, #footer-places-disclaimer, #footer-info-copyright {
display: none !important;
display: none !important;
}
body.skin-timeless .mw-wiki-logo {
    background-size: contain;
}
@media screen and (max-width: 460px) {
    .mw-capiunto-infobox {
        float: none;
    }
    .mw-capiunto-infobox.wikitable {
        margin-left: 0;
    }
}
}

Version vom 5. Juni 2021, 10:27 Uhr

/* All CSS here will be loaded for users of the Timeless skin */
#footer-places-privacy, #footer-places-about, #footer-places-disclaimer, #footer-info-copyright {
	display: none !important;
}

body.skin-timeless .mw-wiki-logo {
    background-size: contain;
}

@media screen and (max-width: 460px) {
    .mw-capiunto-infobox {
        float: none;
    }

    .mw-capiunto-infobox.wikitable {
        margin-left: 0;
    }
}
Cookies helfen uns bei der Bereitstellung von DevWiki Articles. Durch die Nutzung von DevWiki Articles erklärst du dich damit einverstanden, dass wir Cookies speichern.