fix klausur slide pdf rendering with @media print fallback

This commit is contained in:
2026-01-22 20:15:42 +01:00
parent 58e0457165
commit 93e8ced463
12 changed files with 57 additions and 2 deletions

View File

@@ -57,6 +57,11 @@ section.klausur {
#fff 80px
) !important;
}
@media print {
section.klausur {
background: #e3f2fd !important;
}
}
section.aufgabe {
background: #e3f2fd !important;
}

View File

@@ -57,6 +57,11 @@ section.klausur {
#fff 80px
) !important;
}
@media print {
section.klausur {
background: #e3f2fd !important;
}
}
</style>
<!-- _class: invert -->

View File

@@ -57,6 +57,11 @@ section.klausur {
#fff 80px
) !important;
}
@media print {
section.klausur {
background: #e3f2fd !important;
}
}
section.aufgabe {
background: #e3f2fd !important;
}

View File

@@ -57,6 +57,11 @@ section.klausur {
#fff 80px
) !important;
}
@media print {
section.klausur {
background: #e3f2fd !important;
}
}
section.aufgabe {
background: #e3f2fd !important;
}

View File

@@ -57,6 +57,11 @@ section.klausur {
#fff 80px
) !important;
}
@media print {
section.klausur {
background: #e3f2fd !important;
}
}
section.aufgabe {
background: #e3f2fd !important;
}

View File

@@ -57,6 +57,11 @@ section.klausur {
#fff 80px
) !important;
}
@media print {
section.klausur {
background: #e3f2fd !important;
}
}
section.aufgabe {
background: #e3f2fd !important;
}

View File

@@ -57,6 +57,11 @@ section.klausur {
#fff 80px
) !important;
}
@media print {
section.klausur {
background: #e3f2fd !important;
}
}
section.aufgabe {
background: #e3f2fd !important;
}

View File

@@ -57,6 +57,11 @@ section.klausur {
#fff 80px
) !important;
}
@media print {
section.klausur {
background: #e3f2fd !important;
}
}
section.aufgabe {
background: #e3f2fd !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 KiB

View File

@@ -55,7 +55,12 @@ section.klausur {
#fce4ec 40px,
#fff 40px,
#fff 80px
);
) !important;
}
@media print {
section.klausur {
background: #fce4ec !important;
}
}
section.aufgabe {
background: #fce4ec !important;

View File

@@ -57,6 +57,11 @@ section.klausur {
#fff 80px
) !important;
}
@media print {
section.klausur {
background: #fce4ec !important;
}
}
section.aufgabe {
background: #fce4ec !important;
}

View File

@@ -55,7 +55,12 @@ section.klausur {
#fce4ec 40px,
#fff 40px,
#fff 80px
);
) !important;
}
@media print {
section.klausur {
background: #fce4ec !important;
}
}
section.aufgabe {
background: #fce4ec !important;