Cookies helfen uns bei der Bereitstellung von KiwiThek. Durch die Nutzung von KiwiThek erklärst du dich damit einverstanden, dass wir Cookies speichern. Weitere Informationen

Änderungen

Wechseln zu: Navigation, Suche

MediaWiki:Common.css

150 Bytes hinzugefügt, 11:18, 14. Okt. 2020
keine Bearbeitungszusammenfassung
grid-auto-rows: 1fr;
grid-auto-flow: row;
}
 
body[lang="de-easy"] #bodyContent .portale p {
grid-template-columns: repeat(3, 1fr);
}
#bodyContent .portale p {
grid-template-columns: repeat(auto-fit, minmax(25%, calc(906px / 4)));
}
 
body[lang="de-easy"] #bodyContent .portale p {
grid-template-columns: repeat(auto-fit, minmax(calc(100% / 3), calc(906px / 4))));
}
}
body[lang="de-easy"] #bodyContent .portale p {
grid-template-columns: repeat(3, 1fr);
}
#bodyContent table {
10.360
Bearbeitungen

Navigationsmenü