KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 2: | Zeile 2: | ||
background-color: #eaecf0; | background-color: #eaecf0; | ||
border: #a2a9b1 1px solid; | border: #a2a9b1 1px solid; | ||
float: right; | float: right; | ||
min-width: 6rem; | min-width: 6rem; | ||
| Zeile 19: | Zeile 18: | ||
.infobox__section { | .infobox__section { | ||
padding: | padding: 0.4rem 1rem; | ||
} | } | ||
.infobox__section:not(:first-child) { | .infobox__section:not(:first-child) { | ||
border-top: #a2a9b1 1px solid; | border-top: #a2a9b1 1px solid; | ||
} | } | ||
Version vom 17. September 2024, 21:53 Uhr
.infobox {
background-color: #eaecf0;
border: #a2a9b1 1px solid;
float: right;
min-width: 6rem;
}
.infobox__main-header {
font-size: 1.2rem;
font-weight: bold;
}
.infobox__subheader {
padding: 0;
margin: 0;
font-style: italic;
}
.infobox__section {
padding: 0.4rem 1rem;
}
.infobox__section:not(:first-child) {
border-top: #a2a9b1 1px solid;
}
dl.infobox__section-entry {
margin: 0;
padding: 0;
display: flex;
}
.infobox__section-entry-label {
margin: 0;
padding: 0;
font-weight: bold;
flex: 1;
}
.infobox__section-entry_text {
margin: 0;
padding: 0;
flex: 1;
}