MediaWiki:Mobile.css
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* Das CSS hier wird für die Benutzer der mobilen Website geladen. */
/* ===== Biobox – MOBIL ===== */
.mw-parser-output table.biobox {
float: none !important;
clear: both !important;
display: block !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 1em 0 !important;
box-sizing: border-box;
}
/* Bild responsive */
.mw-parser-output table.biobox img {
max-width: 100% !important;
height: auto !important;
display: block;
}
/* Direkt nach der Biobox kommende rechte Tabelle (Social-Icons) entfloaten */
.mw-parser-output table.biobox + table[align="right"] {
float: none !important;
align: initial !important;
width: 100% !important;
margin: 0 0 1em 0 !important;
}
/* Inhalt unter der Biobox beginnen */
.mw-parser-output > p:first-of-type {
clear: both !important;
}