Vorlage:LPON/EpisodenOutput/styles.css: Unterschied zwischen den Versionen

(Die Seite wurde neu angelegt: „.lpnon-episode-table { width: 100%; border-collapse: collapse; margin: 10px 0; font-size: 16px; text-align: left; border: 1px solid #ddd; background-color: #f9f9f9; } .lpnon-episode-table th { background-color: #cf001b; color: #ffffff; padding: 8px; text-align: center; } .lpnon-episode-table td { padding: 8px; border: 1px solid #ddd; } .lpnon-episode-table tr:nth-child(even) { background-color: #f…“)
 
Keine Bearbeitungszusammenfassung
 
Zeile 32: Zeile 32:
.lpnon-episode-table th:nth-child(1),
.lpnon-episode-table th:nth-child(1),
.lpnon-episode-table td:nth-child(1) {
.lpnon-episode-table td:nth-child(1) {
     width: 10%;
     width: 5%;
     text-align: center;
     text-align: center;
}
}
Zeile 38: Zeile 38:
.lpnon-episode-table th:nth-child(2),
.lpnon-episode-table th:nth-child(2),
.lpnon-episode-table td:nth-child(2) {
.lpnon-episode-table td:nth-child(2) {
     width: 30%;
     width: 20%;
}
}


.lpnon-episode-table th:nth-child(3),
.lpnon-episode-table th:nth-child(3),
.lpnon-episode-table td:nth-child(3) {
.lpnon-episode-table td:nth-child(3) {
     width: 40%;
     width: 65%;
}
}


.lpnon-episode-table th:nth-child(4),
.lpnon-episode-table th:nth-child(4),
.lpnon-episode-table td:nth-child(4) {
.lpnon-episode-table td:nth-child(4) {
     width: 20%;
     width: 10%;
     text-align: center;
     text-align: center;
}
}

Aktuelle Version vom 20. Dezember 2024, 00:14 Uhr

.lpnon-episode-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 16px;
    text-align: left;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

.lpnon-episode-table th {
    background-color: #cf001b;
    color: #ffffff;
    padding: 8px;
    text-align: center;
}

.lpnon-episode-table td {
    padding: 8px;
    border: 1px solid #ddd;
}

.lpnon-episode-table tr:nth-child(even) {
    background-color: #f7f7f7;
}

.lpnon-episode-table tr:nth-child(odd) {
    background-color: #ffffff;
}

/* Feste Spaltenbreiten */
.lpnon-episode-table th:nth-child(1),
.lpnon-episode-table td:nth-child(1) {
    width: 5%;
    text-align: center;
}

.lpnon-episode-table th:nth-child(2),
.lpnon-episode-table td:nth-child(2) {
    width: 20%;
}

.lpnon-episode-table th:nth-child(3),
.lpnon-episode-table td:nth-child(3) {
    width: 65%;
}

.lpnon-episode-table th:nth-child(4),
.lpnon-episode-table td:nth-child(4) {
    width: 10%;
    text-align: center;
}

.lpnon-episode-table a {
    color: #cf001b;
    text-decoration: none;
}

.lpnon-episode-table a:hover {
    text-decoration: underline;
}