MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
Änderung 585 von Bunnyfreak (Diskussion) rückgängig gemacht. Markierung: Rückgängigmachung |
||
| 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; } | ||
/* ===== Biobox – DESKTOP (wie klassische Infobox) ===== */ | |||
.mw-parser-output table.biobox { | |||
float: right; | |||
width: 240px; | |||
margin: 0 0 1em 1em; | |||
border: 1px solid #c8ccd1; | |||
background: #fff; | |||
border-collapse: collapse; | |||
box-sizing: border-box; | |||
font-size: 90%; | |||
} | |||
.mw-parser-output table.biobox td, | |||
.mw-parser-output table.biobox th { | |||
border: 0; /* wie bei vielen Infoboxen */ | |||
padding: 0.2em 0.4em; | |||
vertical-align: top; | |||
} | |||
.mw-parser-output table.biobox td[colspan="2"] { | |||
padding: 0.2em 0.4em; | |||
} | |||
/* Bilder laufen nicht über den Rahmen */ | |||
.mw-parser-output table.biobox img { | |||
max-width: 100%; | |||
height: auto; | |||
display: block; | |||
} | |||
/* ==== Biobox: Mobile sauber mittig & exakt Inhaltsbreite ==== */ | /* ==== Biobox: Mobile sauber mittig & exakt Inhaltsbreite ==== */ | ||