Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
.publikation { | table.publikation { | ||
width: 100%; | /*width: 100%; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
border-radius: 0.375rem; | border-radius: 0.375rem; | ||
border: 1px solid #dee2e6; | border: 1px solid #dee2e6; | ||
margin-top:0.5em; | margin-top:0.5em;*/ | ||
border: 1px solid #ddd; | |||
background-color: #f9f9f9; | |||
width: 100%; | |||
margin: 0 auto 20px; | |||
border-radius: 8px; | |||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); | |||
overflow: hidden; | |||
font-family: Arial, sans-serif; | |||
font-size: 14px; | |||
color: #333; | |||
} | } | ||
Version vom 24. November 2024, 14:55 Uhr
table.publikation {
/*width: 100%;
border-collapse: collapse;
border-radius: 0.375rem;
border: 1px solid #dee2e6;
margin-top:0.5em;*/
border: 1px solid #ddd;
background-color: #f9f9f9;
width: 100%;
margin: 0 auto 20px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
overflow: hidden;
font-family: Arial, sans-serif;
font-size: 14px;
color: #333;
}
.publikation td, .publikation th {
padding: 0.5em;
}
.publikation th {
background-color: #f8f9fa;
font-weight: bold;
}
.publikation .cover {
text-align: center;
}
/* Grundlayout der Serien-Infobox */
.series-infobox {
border: 1px solid #ddd;
background-color: #f9f9f9;
width: 100%;
margin: 0 auto 20px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
overflow: hidden;
font-family: Arial, sans-serif;
font-size: 14px;
color: #333;
}
/* Titel der Serien-Infobox */
.series-infobox-title {
background-color: #444;
color: #fff;
font-size: 1.25em;
font-weight: bold;
text-align: center;
padding: 10px;
}
/* Zeilen der Infobox */
.series-infobox td {
padding: 10px;
vertical-align: top;
}
/* Abwechselnde Hintergrundfarbe für Zeilen */
.series-infobox tr:nth-child(odd) td {
background-color: #fff;
}
.series-infobox tr:nth-child(even) td {
background-color: #f4f4f4;
}