Tim (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Tim (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 6: | Zeile 6: | ||
font-size: 90%; | font-size: 90%; | ||
float: right; | float: right; | ||
overflow-wrap: break-word; | |||
} | } | ||
Version vom 19. Juli 2024, 06:58 Uhr
.infobox {
border: 1px solid #dee2e6;
border-collapse: collapse;
width: 100%;
margin: 1em 0;
font-size: 90%;
float: right;
overflow-wrap: break-word;
}
.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;
}