22author: Sebastian Zug, Volker Göhler
33email: sebastian.zug@informatik.tu-freiberg.de, volker.goehler@informatik.tu-freiberg.de
44date: 25.03.2026
5+ edit: true
6+ language: de
7+ version: 2026.1
8+ icon: https://tu-freiberg.de/sites/default/files/styles/crop_landscape_1300/public/2023-08/Bild2.png
59
610@style
7- /* TU Freiberg Color Palette */
811:root {
9- --tubaf-blue: #00305e; /* Primary Blue */
10- --tubaf-light-blue: #e6ebf0; /* Soft background tint */
11- --tubaf-grey: #adb5bd; /* Secondary Grey */
12+ --tubaf-blue: #00305e;
13+ --tubaf-light-blue: #e6ebf0;
14+ --tubaf-grey: #adb5bd;
1215 --tubaf-text: #333333;
1316}
1417
@@ -20,7 +23,6 @@ table {
2023 margin: 20px 0;
2124}
2225
23- /* Header: Bold TUBAF Blue with white text */
2426thead th {
2527 text-align: left;
2628 padding: 14px 12px;
@@ -32,33 +34,26 @@ thead th {
3234 border-bottom: 4px solid var(--tubaf-grey);
3335}
3436
35- /* General cell padding */
3637td {
3738 padding: 12px;
3839 border-bottom: 1px solid #dee2e6;
3940}
4041
41- /* The "Logical Join": Alternating background for row pairs */
42- /* Groups rows 1-2, 5-6, 9-10... in a light grey-blue tint */
4342tbody tr:nth-child(4n+1),
4443tbody tr:nth-child(4n+2) {
4544 background-color: var(--tubaf-light-blue);
4645}
4746
48- /* Graphic Notion: Vertical blue bar on the left of joined rows */
49- /* This visually "clips" the two rows together */
5047tbody tr:nth-child(2n+1) td:first-child,
5148tbody tr:nth-child(2n) td:first-child {
5249 border-left: 5px solid var(--tubaf-blue);
5350}
5451
55- /* Optional: Make the 'Week' number stand out in the first row of a pair */
5652tbody tr:nth-child(2n+1) td:first-child {
5753 font-weight: bold;
5854 color: var(--tubaf-blue);
5955}
6056
61- /* Hover effect for better readability */
6257tbody tr:hover {
6358 background-color: #d1d9e0 !important;
6459}
0 commit comments