Update sermon-a4.css
This commit is contained in:
parent
5db2186dfb
commit
20e9359bf4
1 changed files with 10 additions and 2 deletions
|
|
@ -9,8 +9,10 @@ Inspired by "a4-clean.css" by stanfrdb (https://github.com/stanfrbd/A4-marp/tree
|
||||||
@import "sermon-slide";
|
@import "sermon-slide";
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--font-size: 18pt;
|
--font-size: 12pt;
|
||||||
--line-height: 1.6;
|
--line-height: 1.5;
|
||||||
|
--font-size-booklet: 18pt;
|
||||||
|
--line-height-booklet: 1.6;
|
||||||
--font-family: 'Ubuntu', sans-serif;
|
--font-family: 'Ubuntu', sans-serif;
|
||||||
--primary-color: #000;
|
--primary-color: #000;
|
||||||
--lighter-color: #666;
|
--lighter-color: #666;
|
||||||
|
|
@ -33,6 +35,12 @@ section {
|
||||||
display: block; /* Verhindert die Zentrierung der Slides */
|
display: block; /* Verhindert die Zentrierung der Slides */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* --- BOOKLET Printing MODUS ('class: booklet') --- */
|
||||||
|
section.booklet {
|
||||||
|
font-size-booklet: var(--font-size);
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
|
||||||
/* Seitenzahlen für das Booklet */
|
/* Seitenzahlen für das Booklet */
|
||||||
section::after {
|
section::after {
|
||||||
content: attr(data-marpit-pagination) ' / ' attr(data-marpit-pagination-total);
|
content: attr(data-marpit-pagination) ' / ' attr(data-marpit-pagination-total);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue