MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 40: | Zeile 40: | ||
float: left !important; | float: left !important; | ||
width: 200px !important; | width: 200px !important; | ||
background: none !important; | |||
padding: 1rem !important; | |||
border: 0 !important; | |||
} | |||
.img-left-element { | |||
float: left !important; | |||
width: 300px !important; | |||
background: none !important; | background: none !important; | ||
padding: 1rem !important; | padding: 1rem !important; | ||
| Zeile 81: | Zeile 89: | ||
border: 1px solid #ddd; /* Sync mit gap */ | border: 1px solid #ddd; /* Sync mit gap */ | ||
margin: -1px 0 0 -1px; /* Kompensiert gap für perfekte Borders */ | margin: -1px 0 0 -1px; /* Kompensiert gap für perfekte Borders */ | ||
} | } | ||
| Zeile 105: | Zeile 104: | ||
text-align: center; | text-align: center; | ||
flex-direction: column; | flex-direction: column; | ||
} | |||
.mw-redirectedfrom { | |||
display: none; | |||
} | } | ||