MediaWiki:Common.css: Unterschied zwischen den Versionen
Änderung 665 von Bunnyfreak (Diskussion) rückgängig gemacht. Markierung: Rückgängigmachung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 737: | Zeile 737: | ||
clear:none; | clear:none; | ||
margin-top:0; | margin-top:0; | ||
} | |||
/* --- Biobox und Textfluss-Korrektur --- */ | |||
.mw-parser-output table.biobox { | |||
float: right !important; | |||
clear: right !important; | |||
margin: 0.5em 0 1em 1em !important; | |||
} | |||
/* Social-Block soll sich rechts neben die Biobox setzen, nicht blocken */ | |||
.mw-parser-output .bio-social { | |||
float: right !important; | |||
clear: right !important; | |||
margin: 0 0 1em 1em !important; | |||
width: auto !important; | |||
background: transparent !important; | |||
border: 0 !important; | |||
} | |||
/* Der Artikeltext (erster Absatz) darf NICHT unter die Floats gezwungen werden */ | |||
.mw-parser-output > p:first-of-type { | |||
clear: none !important; | |||
margin-top: 0 !important; | |||
} | } | ||