Unterschied: MediaWiki:Timeless.css
MediaWiki interface page
Ansichten
Aktionen
Namensräume
Varianten
Werkzeuge
Admin (Diskussion | Beiträge) (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...") |
Admin (Diskussion | Beiträge) |
||
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;
}
}