styles.css

Version vom 20. Dezember 2024, 00:14 Uhr von Xineohp1506 (Diskussion | Beiträge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
.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;
}