Tim (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Tim (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 5: | Zeile 5: | ||
margin: 1em 0; | margin: 1em 0; | ||
font-size: 90%; | font-size: 90%; | ||
float: right; | |||
} | } | ||
Version vom 18. Juli 2024, 18:55 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;
}
.infobox-label {
flex: 1;
white-space: nowrap;
}
.infobox-data {
flex: 2;
padding-left: 1em;
}