Zuletzt bearbeitet vor 2 Tagen
von Xineohp1506

Vorlage:Publikation/styles.css: Unterschied zwischen den Versionen

(Die Seite wurde neu angelegt: „.publikation { width: 100%; border-collapse: collapse; } .publikation td, .publikation th { border: 1px solid #a2a9b1; padding: 0.5em; } .publikation th { background-color: #f8f9fa; font-weight: bold; } .publikation .cover { text-align: center; }“)
 
Keine Bearbeitungszusammenfassung
Zeile 16: Zeile 16:
.publikation .cover {
.publikation .cover {
     text-align: center;
     text-align: center;
}
/* Grundlayout der Serien-Infobox */
.series-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);
}
/* Titel der Serien-Infobox */
.series-infobox-title {
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    padding: 0.2em;
    color: #444;
}
}

Version vom 19. November 2024, 14:43 Uhr

.publikation {
    width: 100%;
    border-collapse: collapse;
}

.publikation td, .publikation th {
    border: 1px solid #a2a9b1;
    padding: 0.5em;
}

.publikation th {
    background-color: #f8f9fa;
    font-weight: bold;
}

.publikation .cover {
    text-align: center;
}
/* Grundlayout der Serien-Infobox */
.series-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);
}

/* Titel der Serien-Infobox */
.series-infobox-title {
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    padding: 0.2em;
    color: #444;
}