MediaWiki:Common.css: Unterschied zwischen den Versionen
Änderung 526 von Bunnyfreak (Diskussion) rückgängig gemacht. Markierung: Rückgängigmachung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1.786: | Zeile 1.786: | ||
.kat-links a { display:inline-block; padding:6px 10px; border:1px solid #a2a9b1; border-radius:999px; background:#fff; text-decoration:none; } | .kat-links a { display:inline-block; padding:6px 10px; border:1px solid #a2a9b1; border-radius:999px; background:#fff; text-decoration:none; } | ||
.kat-links a:hover { background:#f8f9fa; } | .kat-links a:hover { background:#f8f9fa; } | ||
/* --- Mobile Darstellung der Infobox --- */ | |||
@media screen and (max-width: 768px) { | |||
.infobox { | |||
float: none !important; | |||
margin: 0 auto 1em auto !important; | |||
width: 100% !important; | |||
display: block !important; | |||
} | |||
/* Optional: Text nicht seitlich, sondern darunter */ | |||
.mw-body-content p { | |||
clear: both; | |||
} | |||
} | |||