Tim (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Tim (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 27: | Zeile 27: | ||
text-align: center; | text-align: center; | ||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
margin-top: 0.5em; | |||
} | } | ||
Version vom 18. Juli 2024, 20:43 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;
margin-top: 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;
}