MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1.867: | Zeile 1.867: | ||
clear:both !important; | clear:both !important; | ||
} | } | ||
} | |||
/* === Biobox: Foto ohne Innenrahmen, wirklich volle Breite === */ | |||
.mw-parser-output table.biobox .biobox-photo, | |||
.mw-parser-output table.biobox .biobox-photo * { | |||
border: 0 !important; | |||
padding: 0 !important; | |||
background: transparent !important; | |||
box-shadow: none !important; | |||
} | |||
/* Link-Wrapper und Bild auf Zellenbreite strecken */ | |||
.mw-parser-output table.biobox .biobox-photo a.image, | |||
.mw-parser-output table.biobox .biobox-photo img, | |||
.mw-parser-output table.biobox .biobox-photo .mw-file-element { | |||
display: block !important; | |||
width: 100% !important; | |||
height: auto !important; | |||
max-width: 100% !important; | |||
margin: 0 !important; | |||
} | } | ||