Update sermon-a4.css
This commit is contained in:
parent
6b1b613b80
commit
d7fb231674
1 changed files with 3 additions and 11 deletions
|
|
@ -7,10 +7,9 @@
|
||||||
--font-size: 18pt; /* 18pt für Kanzel, 12pt für Handout */
|
--font-size: 18pt; /* 18pt für Kanzel, 12pt für Handout */
|
||||||
--line-height: 1.6;
|
--line-height: 1.6;
|
||||||
--font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
--font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||||
--primary-color: #3498db; /* Das Blau aus deiner Vorlage */
|
--primary-color: #000000; /* Das Blau aus deiner Vorlage */
|
||||||
--text-color: #1a1a1a;
|
--text-color: #000000;
|
||||||
--heading-color: #2c3e50;
|
--heading-color: #000000;
|
||||||
--regie-color: #cc0000; /* Rot für Regieanweisungen */
|
|
||||||
|
|
||||||
/* Ränder: Oben, Rechts, Unten, Links (breiter zum Lochen) */
|
/* Ränder: Oben, Rechts, Unten, Links (breiter zum Lochen) */
|
||||||
--margin-page: 25px 35px 25px 55px;
|
--margin-page: 25px 35px 25px 55px;
|
||||||
|
|
@ -69,13 +68,6 @@ p, li {
|
||||||
/* Erbt automatisch die 18pt/12pt aus section */
|
/* Erbt automatisch die 18pt/12pt aus section */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Regieanweisungen: *Kursiv* wird Fett & Rot */
|
|
||||||
em {
|
|
||||||
color: var(--regie-color);
|
|
||||||
font-style: italic;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
color: var(--heading-color);
|
color: var(--heading-color);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue