MediaWiki:Common.css: Unterschied zwischen den Versionen
Änderung 670 von Bunnyfreak (Diskussion) rückgängig gemacht. Markierung: Rückgängigmachung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 759: | Zeile 759: | ||
clear: none !important; | clear: none !important; | ||
margin-top: 0 !important; | margin-top: 0 !important; | ||
} | |||
/* === Desktop-Korrektur für Biobox (stellt Float & Breite wieder her) === */ | |||
@media (min-width: 769px) { | |||
.mw-parser-output table.biobox { | |||
float: right !important; | |||
clear: right !important; | |||
width: 22em !important; /* feste Breite nur am Desktop */ | |||
margin: 0.5em 0 1em 1em !important; | |||
} | |||
/* Textfluss wieder links neben der Box zulassen */ | |||
.mw-parser-output > p:first-of-type { | |||
clear: none !important; | |||
margin-top: 0 !important; | |||
} | |||
/* Falls Social-Links existieren – sie sollen unter der Box rechts bleiben */ | |||
.mw-parser-output .bio-social { | |||
float: right !important; | |||
clear: right !important; | |||
margin: 0 0 1em 1em !important; | |||
width: auto !important; | |||
} | |||
} | } | ||