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:
@@ -49,11 +49,23 @@ a {
|
||||
color: var(--color-highlight);
|
||||
}
|
||||
section.klausur {
|
||||
background: #e3f2fd !important;
|
||||
background: repeating-linear-gradient(
|
||||
135deg,
|
||||
#e3f2fd,
|
||||
#e3f2fd 20px,
|
||||
#fff 20px,
|
||||
#fff 40px
|
||||
) !important;
|
||||
}
|
||||
section.klausur footer {
|
||||
display: none;
|
||||
}
|
||||
section.aufgabe {
|
||||
background: #e3f2fd !important;
|
||||
}
|
||||
section.aufgabe footer {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- _class: invert -->
|
||||
@@ -342,7 +354,7 @@ Huffman: Finale Effizienz (wie bei MP3)
|
||||
|
||||
---
|
||||
|
||||
# JPEG Quality
|
||||
# JPEG Qualität
|
||||
|
||||
| Quality | Dateigröße | Artefakte |
|
||||
|---------|------------|-----------|
|
||||
@@ -480,6 +492,8 @@ Lösung: Portfolio-Websites (eigene Kontrolle)
|
||||
|
||||
---
|
||||
|
||||
<!-- _class: aufgabe -->
|
||||
|
||||

|
||||
|
||||
# Hands-On: Kompression vergleichen
|
||||
@@ -893,6 +907,8 @@ MKV vs. MP4: Offenheit vs. Kompatibilität
|
||||
|
||||
---
|
||||
|
||||
<!-- _class: aufgabe -->
|
||||
|
||||
# Hands-On: Video analysieren
|
||||
|
||||
**Aufgabe (40 Min):**
|
||||
|
||||
Reference in New Issue
Block a user