Style-Anpassungen aufgrund kleiner Unschönheiten
parent
3b60549b2d
commit
208c8cc2f9
|
|
@ -27,6 +27,10 @@
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h6.bibelstelle {
|
||||||
|
font-size: 0.7rem;
|
||||||
|
}
|
||||||
|
|
||||||
.card-body.gliederung > h6.card-title {
|
.card-body.gliederung > h6.card-title {
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
color: #343a40;
|
color: #343a40;
|
||||||
|
|
@ -52,6 +56,7 @@ ul.card-text li {
|
||||||
flex: 1.8 0 0%;
|
flex: 1.8 0 0%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media(min-width: 768px) {
|
@media(min-width: 768px) {
|
||||||
.card.slide > .card-body > .card-text, .card.slide > .card-body > h6.card-subtitle, q.bibeltext {
|
.card.slide > .card-body > .card-text, .card.slide > .card-body > h6.card-subtitle, q.bibeltext {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
|
|
@ -76,6 +81,10 @@ ul.card-text li {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h6.bibelstelle {
|
||||||
|
font-size: 0.8rem;
|
||||||
|
}
|
||||||
|
|
||||||
.card-body.gliederung > h6.card-title {
|
.card-body.gliederung > h6.card-title {
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
}
|
}
|
||||||
|
|
@ -117,6 +126,10 @@ ul.card-text li {
|
||||||
font-size: 1.0rem;
|
font-size: 1.0rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h6.bibelstelle {
|
||||||
|
font-size: 0.9rem;
|
||||||
|
}
|
||||||
|
|
||||||
.card-body.gliederung > h6.card-title {
|
.card-body.gliederung > h6.card-title {
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
}
|
}
|
||||||
|
|
@ -162,6 +175,10 @@ ul.card-text li {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h6.bibelstelle {
|
||||||
|
font-size: 1.0rem;
|
||||||
|
}
|
||||||
|
|
||||||
.card-body.gliederung > h6.card-title {
|
.card-body.gliederung > h6.card-title {
|
||||||
font-size: 1.05rem;
|
font-size: 1.05rem;
|
||||||
}
|
}
|
||||||
|
|
@ -335,10 +352,6 @@ span.bibelstelle {
|
||||||
}
|
}
|
||||||
span.bibelstelle::after { content: ' '; }
|
span.bibelstelle::after { content: ' '; }
|
||||||
|
|
||||||
h6.bibelstelle {
|
|
||||||
font-size: 0.9rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
blockquote > p {
|
blockquote > p {
|
||||||
font-family: "Noto Serif",
|
font-family: "Noto Serif",
|
||||||
-apple-system,
|
-apple-system,
|
||||||
|
|
|
||||||
|
|
@ -12,17 +12,17 @@ block content
|
||||||
|
|
||||||
p.card-text Die klassische Markus-Exegese erkennt 5 Teile nach den 5 vom Evangelisten hervorgehobenen Orten:
|
p.card-text Die klassische Markus-Exegese erkennt 5 Teile nach den 5 vom Evangelisten hervorgehobenen Orten:
|
||||||
.slide
|
.slide
|
||||||
.col-sm-5
|
.col-md-9.col-xl-7
|
||||||
.card.mb-1.konzentr-3
|
.card.mb-1.konzentr-3
|
||||||
.card-body.gliederung
|
.card-body.gliederung
|
||||||
h5.card-title.nocounter.mb-0 I) In der Wüste
|
h5.card-title.nocounter.mb-0 I) In der Wüste
|
||||||
h6.card-subtitlte.text-muted.bibelstelle.mb-0 Mk 1,1-1,13
|
h6.card-subtitlte.text-muted.bibelstelle.mb-0 Mk 1,1-1,13
|
||||||
.col-sm-5
|
.col-md-9.col-xl-7
|
||||||
.card.mb-1.konzentr-2
|
.card.mb-1.konzentr-2
|
||||||
.card-body.gliederung
|
.card-body.gliederung
|
||||||
h5.card-title.nocounter.mb-0 II) Galiläa
|
h5.card-title.nocounter.mb-0 II) Galiläa
|
||||||
h6.card-subtitlte.text-muted.bibelstelle.mb-0 Mk 1,14-8,21
|
h6.card-subtitlte.text-muted.bibelstelle.mb-0 Mk 1,14-8,21
|
||||||
.col-sm-5
|
.col-md-9.col-xl-7
|
||||||
.card.mb-0.konzentr-1
|
.card.mb-0.konzentr-1
|
||||||
.card-body.gliederung
|
.card-body.gliederung
|
||||||
h5.card-title.nocounter.mb-0 Blindenheilung
|
h5.card-title.nocounter.mb-0 Blindenheilung
|
||||||
|
|
@ -35,12 +35,12 @@ block content
|
||||||
.card-body.gliederung
|
.card-body.gliederung
|
||||||
h5.card-title.nocounter.mb-0 Blindenheilung
|
h5.card-title.nocounter.mb-0 Blindenheilung
|
||||||
h6.card-subtitlte.text-muted.bibelstelle.mb-0 Mk 10,46-52
|
h6.card-subtitlte.text-muted.bibelstelle.mb-0 Mk 10,46-52
|
||||||
.col-sm-5
|
.col-md-9.col-xl-7
|
||||||
.card.mb-1.konzentr-2
|
.card.mb-1.konzentr-2
|
||||||
.card-body.gliederung
|
.card-body.gliederung
|
||||||
h5.card-title.nocounter.mb-0 IV) Jerusalem
|
h5.card-title.nocounter.mb-0 IV) Jerusalem
|
||||||
h6.card-subtitlte.text-muted.bibelstelle.mb-0 Mk 11,1-15,47
|
h6.card-subtitlte.text-muted.bibelstelle.mb-0 Mk 11,1-15,47
|
||||||
.col-sm-5
|
.col-md-9.col-xl-7
|
||||||
.card.konzentr-3
|
.card.konzentr-3
|
||||||
.card-body.gliederung
|
.card-body.gliederung
|
||||||
h5.card-title.nocounter.mb-0 V) Am und im Grab
|
h5.card-title.nocounter.mb-0 V) Am und im Grab
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue