(Die Seite wurde neu angelegt: „.lpnon-project-overview-table { width: 100%; border-collapse: collapse; margin-top: 15px; background-color: #f9f9f9; border: 1px solid #ddd; font-size: 14px; } .lpnon-project-overview-table th { background-color: #cf001b; color: #fff; text-align: left; padding: 10px; } .lpnon-project-overview-table td { border: 1px solid #ddd; padding: 8px; } .lpnon-project-overview-table tr:nth-child(even) { backgrou…“) |
Keine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
width: 100%; | width: 100%; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
margin | margin: 20px 0; | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
border: 1px solid #ddd; | border: 1px solid #ddd; | ||
} | |||
.lpnon-project-overview-table th, | |||
.lpnon-project-overview-table td { | |||
border: 1px solid #ddd; | |||
text-align: left; | |||
padding: 8px; | |||
} | } | ||
.lpnon-project-overview-table th { | .lpnon-project-overview-table th { | ||
background-color: #cf001b; | background-color: #cf001b; | ||
color: | color: white; | ||
font-weight: bold; | |||
} | |||
.lpnon-project-overview-table tr:nth-child(even) { | |||
background-color: #f2f2f2; | |||
} | |||
/* Laufende Projekte */ | |||
.lpnon-status-laufend { | |||
background-color: #e0ffe0; /* Sanftes Grün */ | |||
} | } | ||
.lpnon- | /* Pausierte Projekte */ | ||
.lpnon-status-pausiert { | |||
background-color: #fff8e1; /* Hellgelb */ | |||
color: #555; | |||
} | } | ||
.lpnon- | /* Abgebrochene Projekte */ | ||
background-color: # | .lpnon-status-abgebrochen { | ||
background-color: #ffe6e6; /* Sanftes Rot */ | |||
color: #777; | |||
text-decoration: line-through; | |||
} | } | ||
.lpnon- | /* Beendete Projekte */ | ||
background-color: # | .lpnon-status-beendet { | ||
background-color: #e6e6e6; /* Grau */ | |||
color: #666; | |||
} | } |
Aktuelle Version vom 21. Dezember 2024, 01:25 Uhr
.lpnon-project-overview-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background-color: #f9f9f9;
border: 1px solid #ddd;
}
.lpnon-project-overview-table th,
.lpnon-project-overview-table td {
border: 1px solid #ddd;
text-align: left;
padding: 8px;
}
.lpnon-project-overview-table th {
background-color: #cf001b;
color: white;
font-weight: bold;
}
.lpnon-project-overview-table tr:nth-child(even) {
background-color: #f2f2f2;
}
/* Laufende Projekte */
.lpnon-status-laufend {
background-color: #e0ffe0; /* Sanftes Grün */
}
/* Pausierte Projekte */
.lpnon-status-pausiert {
background-color: #fff8e1; /* Hellgelb */
color: #555;
}
/* Abgebrochene Projekte */
.lpnon-status-abgebrochen {
background-color: #ffe6e6; /* Sanftes Rot */
color: #777;
text-decoration: line-through;
}
/* Beendete Projekte */
.lpnon-status-beendet {
background-color: #e6e6e6; /* Grau */
color: #666;
}