KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 23: Zeile 23:
.infobox__section:not(:first-child) {
.infobox__section:not(:first-child) {
border-top: #a2a9b1 1px solid;
border-top: #a2a9b1 1px solid;
}
.infobox__section-header {
font-weight: bold;
font-size: 1.05rem;
margin-bottom: 0.2rem;
}
}


Zeile 36: Zeile 42:
font-weight: bold;
font-weight: bold;
flex: 1;
flex: 1;
text-align: left;
}
}


Zeile 42: Zeile 49:
padding: 0;
padding: 0;
flex: 1;
flex: 1;
text-align: left;
}
}

Version vom 17. September 2024, 21:55 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;
}

.infobox__section-header {
	font-weight: bold;
	font-size: 1.05rem;
	margin-bottom: 0.2rem;
}

dl.infobox__section-entry {
	margin: 0;
	padding: 0;
	display: flex;
}

.infobox__section-entry-label {
	margin: 0;
	padding: 0;
	font-weight: bold;
	flex: 1;
	text-align: left;
}

.infobox__section-entry_text {
	margin: 0;
	padding: 0;
	flex: 1;
	text-align: left;
}