add forgotten css
This commit is contained in:
65
src/lib/css/predigten.css
Normal file
65
src/lib/css/predigten.css
Normal file
@@ -0,0 +1,65 @@
|
||||
@font-face {
|
||||
font-family: 'UnifrakturMaguntia';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url('/fonts/UnifrakturMaguntia20.ttf');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
.bibel{
|
||||
font-family: 'UnifrakturMaguntia', cursive;
|
||||
-moz-font-feature-settings: "cv11";
|
||||
-webkit-font-feature-settings: "cv11";
|
||||
-ms-font-feature-settings: "cv11";
|
||||
font-feature-settings: "cv11";
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
li::marker, i, li:lang(la){
|
||||
font-family: serif;
|
||||
}
|
||||
ol{
|
||||
list-style-position: inside;
|
||||
}
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 4rem;
|
||||
}
|
||||
h2{
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
h3{
|
||||
font-size: 2rem;
|
||||
}
|
||||
h4{
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
.quote p.title{
|
||||
font-weight: bold;
|
||||
}
|
||||
/*.quote .bibel{
|
||||
margin-bottom: 1em;
|
||||
}*/
|
||||
.quote q{
|
||||
display: block;
|
||||
width: 90%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.tod, .grund{
|
||||
font-size: 1.5rem;
|
||||
display: block;
|
||||
text-align: center;
|
||||
margin-bottom: 1rem;
|
||||
margin-top: -1rem;
|
||||
}
|
||||
.schott q{
|
||||
quotes: "«" "»";
|
||||
}
|
||||
.predigt video {
|
||||
display: block;
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
}
|
Reference in New Issue
Block a user