Tim (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Tim (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 38: | Zeile 38: | ||
padding: 0.5em; | padding: 0.5em; | ||
display: flex; | display: flex; | ||
justify-content: space-between; | |||
flex-wrap: wrap; | |||
} | } | ||
.infobox-label { | .infobox-label { | ||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
.infobox-data { | .infobox-data { | ||
padding-left: 1em; | padding-left: 1em; | ||
margin-left: auto; | |||
} | } |
Version vom 18. Juli 2024, 19:30 Uhr
.infobox {
border: 1px solid #dee2e6;
border-collapse: collapse;
width: 100%;
margin: 1em 0;
font-size: 90%;
float: right;
}
.infobox-title {
font-weight: bold;
background-color: #c00c00;
font-size: 120%;
color: #fff;
padding: 0.5em;
text-align: center;
}
.infobox-subtitle {
font-weight: bold;
font-size: 120%;
padding: 0.5em;
text-align: center;
border-top: 1px solid #dee2e6;
}
.infobox-image {
text-align: center;
margin-bottom: 0.5em;
}
.infobox-image img {
max-width: 100%;
height: auto;
}
.infobox-row {
border-top: 1px solid #dee2e6;
padding: 0.5em;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.infobox-label {
white-space: nowrap;
}
.infobox-data {
padding-left: 1em;
margin-left: auto;
}