Tim (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Tim (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
(8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
.infobox { | .infobox { | ||
border: 1px solid #dee2e6; | |||
border-collapse: collapse; | |||
width: 100%; | |||
margin: 1em 0; | |||
font-size: 90%; | |||
float: right; | |||
overflow-wrap: break-word; | |||
} | } | ||
.infobox | .infobox-title { | ||
font-weight: bold; | |||
background-color: #c00c00; | |||
font-size: 120%; | |||
color: #fff; | |||
padding: 0.5em; | |||
text-align: center; | |||
} | } | ||
.infobox-subtitle { | |||
.infobox | font-weight: bold; | ||
font-size: 120%; | |||
padding: 0.5em; | |||
text-align: center; | |||
border-top: 1px solid #dee2e6; | |||
} | } | ||
.infobox | .infobox-image { | ||
text-align: center; | |||
margin-bottom: 0.5em; | |||
margin-top: 0.5em; | |||
} | } | ||
.infobox | .infobox-image img { | ||
max-width: 100%; | |||
height: auto; | |||
} | } | ||
.infobox- | .infobox-row { | ||
border-top: 1px solid #dee2e6; | |||
padding: 0.5em; | |||
display: flex; | |||
justify-content: space-between; | |||
flex-wrap: wrap; | |||
} | } | ||
.infobox-label { | .infobox-label { | ||
white-space: nowrap; | |||
} | } | ||
.infobox-data { | .infobox-data { | ||
padding-left: 1em; | |||
margin-left: auto; | |||
} | } | ||
/*dpl column layout - avoid header orphans */ | |||
.dplcategory {-webkit-column-count:3;column-count:3;} | |||
.dplcategory .mw-category .mw-category-group {display:block} | |||
.dplcategory .mw-category-group {margin:0 2em 2em 2em;} | |||
.dplcategory .mw-category-group h3 {break-after:avoid} | |||
.dplcategory .mw-category-group h3 {margin:0 0 0.3em; border-bottom:1px solid #e2e2e2} |
Aktuelle Version vom 24. August 2024, 13:20 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;
}
/*dpl column layout - avoid header orphans */
.dplcategory {-webkit-column-count:3;column-count:3;}
.dplcategory .mw-category .mw-category-group {display:block}
.dplcategory .mw-category-group {margin:0 2em 2em 2em;}
.dplcategory .mw-category-group h3 {break-after:avoid}
.dplcategory .mw-category-group h3 {margin:0 0 0.3em; border-bottom:1px solid #e2e2e2}