add diagonal stripe pattern to klausur and aufgabe class across b course

- update klausur class with 135deg diagonal stripes
- add aufgabe class with solid background
- apply to all termin slides (0-5)
This commit is contained in:
2026-01-05 17:18:27 +01:00
parent 8690e69e47
commit 3db80be669
5 changed files with 70 additions and 6 deletions

View File

@@ -49,11 +49,23 @@ a {
color: var(--color-highlight); color: var(--color-highlight);
} }
section.klausur { section.klausur {
background: #e3f2fd !important; background: repeating-linear-gradient(
135deg,
#e3f2fd,
#e3f2fd 20px,
#fff 20px,
#fff 40px
) !important;
} }
section.klausur footer { section.klausur footer {
display: none; display: none;
} }
section.aufgabe {
background: #e3f2fd !important;
}
section.aufgabe footer {
display: none;
}
</style> </style>
<!-- _class: invert --> <!-- _class: invert -->

View File

@@ -49,11 +49,23 @@ a {
color: var(--color-highlight); color: var(--color-highlight);
} }
section.klausur { section.klausur {
background: #e3f2fd !important; background: repeating-linear-gradient(
135deg,
#e3f2fd,
#e3f2fd 20px,
#fff 20px,
#fff 40px
) !important;
} }
section.klausur footer { section.klausur footer {
display: none; display: none;
} }
section.aufgabe {
background: #e3f2fd !important;
}
section.aufgabe footer {
display: none;
}
</style> </style>
<!-- _class: invert --> <!-- _class: invert -->
@@ -342,7 +354,7 @@ Huffman: Finale Effizienz (wie bei MP3)
--- ---
# JPEG Quality # JPEG Qualität
| Quality | Dateigröße | Artefakte | | Quality | Dateigröße | Artefakte |
|---------|------------|-----------| |---------|------------|-----------|
@@ -480,6 +492,8 @@ Lösung: Portfolio-Websites (eigene Kontrolle)
--- ---
<!-- _class: aufgabe -->
![bg contain right:25%](./assets/qr/squoosh.png) ![bg contain right:25%](./assets/qr/squoosh.png)
# Hands-On: Kompression vergleichen # Hands-On: Kompression vergleichen
@@ -893,6 +907,8 @@ MKV vs. MP4: Offenheit vs. Kompatibilität
--- ---
<!-- _class: aufgabe -->
# Hands-On: Video analysieren # Hands-On: Video analysieren
**Aufgabe (40 Min):** **Aufgabe (40 Min):**

View File

@@ -49,11 +49,23 @@ a {
color: var(--color-highlight); color: var(--color-highlight);
} }
section.klausur { section.klausur {
background: #e3f2fd !important; background: repeating-linear-gradient(
135deg,
#e3f2fd,
#e3f2fd 20px,
#fff 20px,
#fff 40px
) !important;
} }
section.klausur footer { section.klausur footer {
display: none; display: none;
} }
section.aufgabe {
background: #e3f2fd !important;
}
section.aufgabe footer {
display: none;
}
</style> </style>
<!-- _class: invert --> <!-- _class: invert -->

View File

@@ -49,11 +49,23 @@ a {
color: var(--color-highlight); color: var(--color-highlight);
} }
section.klausur { section.klausur {
background: #e3f2fd !important; background: repeating-linear-gradient(
135deg,
#e3f2fd,
#e3f2fd 20px,
#fff 20px,
#fff 40px
) !important;
} }
section.klausur footer { section.klausur footer {
display: none; display: none;
} }
section.aufgabe {
background: #e3f2fd !important;
}
section.aufgabe footer {
display: none;
}
</style> </style>
<!-- _class: invert --> <!-- _class: invert -->

View File

@@ -49,11 +49,23 @@ a {
color: var(--color-highlight); color: var(--color-highlight);
} }
section.klausur { section.klausur {
background: #e3f2fd !important; background: repeating-linear-gradient(
135deg,
#e3f2fd,
#e3f2fd 20px,
#fff 20px,
#fff 40px
) !important;
} }
section.klausur footer { section.klausur footer {
display: none; display: none;
} }
section.aufgabe {
background: #e3f2fd !important;
}
section.aufgabe footer {
display: none;
}
</style> </style>
<!-- _class: invert --> <!-- _class: invert -->