Keine Bearbeitungszusammenfassung |
K 8 Versionen importiert |
||
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
.infobox { | .infobox { | ||
float: right; | float: right; | ||
Zeile 15: | Zeile 14: | ||
border-radius: 8px; | border-radius: 8px; | ||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); | box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); | ||
} | |||
.infobox td, | |||
.infobox th { | |||
padding: 0.2em; | |||
} | } | ||
Zeile 26: | Zeile 30: | ||
} | } | ||
/* | /* Breiten der Label- und Daten-Spalten */ | ||
.infobox-label { | |||
width: 40%; /* Label-Spalte: 40% der Breite */ | |||
/* | |||
font-weight: bold; | font-weight: bold; | ||
color: #555; | color: #555; | ||
Zeile 71: | Zeile 38: | ||
} | } | ||
.infobox-data { | |||
width: 60%; /* Daten-Spalte: 60% der Breite */ | |||
padding: 0.2em; | padding: 0.2em; | ||
color: #333; | color: #333; | ||
Zeile 77: | Zeile 45: | ||
/* Symbole und Hinweise */ | /* Symbole und Hinweise */ | ||
.infobox .infobox- | .infobox .infobox-icons { | ||
} | } | ||
.infobox .infobox- | .infobox .infobox-icons img { | ||
} | } | ||
Zeile 93: | Zeile 55: | ||
font-size: 0.9em; | font-size: 0.9em; | ||
color: #777; | color: #777; | ||
} | } |
Aktuelle Version vom 26. Juni 2025, 08:54 Uhr
.infobox {
float: right;
clear: right;
margin: 0.5em 0 0.5em 1em;
width: 22em;
max-width: 100%;
border: 1px solid #a2a9b1;
background-color: #f9f9fa;
color: black;
padding: 0.2em;
font-size: 88%;
line-height: 1.5em;
border-spacing: 3px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.infobox td,
.infobox th {
padding: 0.2em;
}
/* Titelbereich */
.infobox-title, .infobox-header {
font-size: 1.25em;
font-weight: bold;
text-align: center;
padding: 0.2em;
color: #444;
}
/* Breiten der Label- und Daten-Spalten */
.infobox-label {
width: 40%; /* Label-Spalte: 40% der Breite */
font-weight: bold;
color: #555;
padding: 0.2em;
}
.infobox-data {
width: 60%; /* Daten-Spalte: 60% der Breite */
padding: 0.2em;
color: #333;
}
/* Symbole und Hinweise */
.infobox .infobox-icons {
}
.infobox .infobox-icons img {
}
/* Kategorie */
.infobox .category {
font-size: 0.9em;
color: #777;
}