MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
Keine Bearbeitungszusammenfassung |
||
| (7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 783: | Zeile 783: | ||
} | } | ||
} | } | ||
/* === | /* ==== DESKTOP-FIX (nur >=769px) ==== */ | ||
@media (min-width: | @media (min-width: 769px) { | ||
.mw-parser-output table.biobox { | /* Biobox rechts, feste Breite, normaler Textfluss links daneben */ | ||
.mw-parser-output table.biobox{ | |||
float: right !important; | float: right !important; | ||
clear: right !important; | clear: right !important; | ||
| Zeile 791: | Zeile 792: | ||
margin: 0.5em 0 1em 1em !important; | margin: 0.5em 0 1em 1em !important; | ||
} | } | ||
/* Text soll | |||
.mw-parser-output > p:first-of-type { | /* Social-Links dürfen daneben/unter die Box, blockieren den Text nicht */ | ||
.mw-parser-output .bio-social{ | |||
float: right !important; | |||
clear: right !important; | |||
width: auto !important; /* NICHT 100% auf Desktop */ | |||
margin: 0 0 1em 1em !important; | |||
background: transparent !important; | |||
border: 0 !important; | |||
padding: 0 !important; | |||
} | |||
.mw-parser-output .bio-social table{ | |||
display: inline-table !important; | |||
width: auto !important; | |||
background: transparent !important; | |||
border: 0 !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
} | |||
/* Erster Absatz soll NICHT unter die Floats gezwungen werden */ | |||
.mw-parser-output > p:first-of-type{ | |||
clear: none !important; | clear: none !important; | ||
margin-top: 0 !important; | margin-top: 0 !important; | ||
} | } | ||
} | } | ||