This commit is contained in:
2022-04-07 12:42:54 +02:00
parent 505919b50b
commit ff79fa47d9
+50 -28
View File
@@ -630,6 +630,54 @@ section[role="main-content"]{
border-left: 1px dotted $bleuroi; border-left: 1px dotted $bleuroi;
} }
// } // }
// front page
header{
padding-top: $base-line;
h1{
@include teititlefrontblue;
.initial{
display: inline-block;
text-transform: uppercase;
font-size: 1.3em;
line-height: $base-line*2;
margin: $base-line/2 0;
}
margin-bottom: $base-line;
}
}
span.metamark.tailpiece,
span.metamark.simpleLine{
display: block;
border-top: 1px solid $gris;
margin: $base-line / 2 auto;
}
.byline{
text-align: center;
font-style: italic;
padding-bottom: 1em;
}
.docImprint{
text-align: center;
// padding-bottom: 1em;
.pubPlace{
display: block;
}
.publisher{
display: block;
}
.docDate{
display: block;
margin-top: $base-line / 2;
}
}
.imprimatur{
text-align: center;
font-style: italic;
padding-bottom: $base-line;
}
>h1{ >h1{
@include teititle1blue; @include teititle1blue;
} }
@@ -639,8 +687,10 @@ section[role="main-content"]{
font-weight: 600; font-weight: 600;
} }
h1{ font-size: 1.512em; h1{ font-size: 1.512em;
line-height: $base-line; } line-height: $base-line; }
p{ p{
margin-top: 0; margin-top: 0;
font-size: 1.134em; font-size: 1.134em;
@@ -707,35 +757,7 @@ section[role="main-content"]{
pointer-events: none; pointer-events: none;
} }
} }
// front page
header{
padding-top: $base-line;
h1{
@include teititlefrontblue;
.initial{
display: inline-block;
text-transform: uppercase;
font-size: 1.3em;
line-height: $base-line*2;
margin: $base-line/2 0;
}
}
}
.byline{
text-align: center;
font-style: italic;
padding-bottom: 1em;
}
.docImprint{
text-align: center;
// padding-bottom: 1em;
}
.imprimatur{
text-align: center;
font-style: italic;
padding-bottom: 1em;
}
figure{ figure{
// outline: 1px solid red; // outline: 1px solid red;