@@ -7,69 +7,8 @@ language: de
77version: 2026.1
88icon: https://tu-freiberg.de/sites/default/files/styles/crop_landscape_1300/public/2023-08/Bild2.png
99
10- link: "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
11-
12- @style
13- :root {
14- --tubaf-blue-dark: #00497f;
15- --tubaf-blue-uni: #0069b4;
16- --tubaf-grey-light: #f0f2f5;
17- --tubaf-silver: #adb5bd;
18- --tubaf-holiday-bg: #fff5f5; /* Light red for holidays */
19- --tubaf-holiday-text: #b02a37;
20- }
21-
22- /* Base table styling */
23- table {
24- border-collapse: collapse;
25- width: 100%;
26- font-family: sans-serif;
27- }
28-
29- thead th {
30- background-color: var(--tubaf-blue-dark);
31- color: white;
32- padding: 12px;
33- text-align: left;
34- border-bottom: 3px solid var(--tubaf-blue-uni);
35- }
36-
37- /* Row grouping logic (Every 2 rows) */
38- tbody tr:nth-child(4n+1),
39- tbody tr:nth-child(4n+2) {
40- background-color: var(--tubaf-grey-light);
41- }
42-
43- /* The vertical "Join" indicator */
44- tbody tr td:first-child {
45- border-left: 5px solid transparent;
46- }
47- tbody tr:nth-child(2n+1) td:first-child,
48- tbody tr:nth-child(2n) td:first-child {
49- border-left-color: var(--tubaf-blue-uni);
50- }
51-
52- /* Icon Classes using UTF-8 */
53- .icon::before {
54- margin-right: 8px;
55- font-style: normal;
56- display: inline-block;
57- color: var(--tubaf-blue-dark);
58- }
59-
60- .icon-easter::before { content: "🥚 "; } /* Egg */
61- .icon-mayday::before { content: "🌿 "; } /* Leaf/Maypole vibe */
62- .icon-pentecost::before { content: "🕊️ "; } /* Dove (Pfingsten/Pentecost) */
63- .icon-exercise::before { content: "✍️ "; } /* Writing hand */
64- .icon-joined::before { content: "🔗 "; } /* Link for conjoined */
65-
66- /* 1. Target the TD or TR that contains a holiday class */
67- /* This colors the entire row if any cell has a holiday span */
68- tbody tr:has(.holiday) {
69- background-color: var(--tubaf-holiday-bg) !important;
70- color: var(--tubaf-holiday-text);
71- }
72- @end
10+ link: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css
11+ link: https://raw.githubusercontent.com/TUBAF-IfI-LiaScript/VL_Softwareentwicklung/refs/heads/master/css/styles.css
7312
7413-->
7514
0 commit comments