|
@@ -630,6 +630,54 @@ section[role="main-content"]{
|
|
|
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{
|
|
|
@include teititle1blue;
|
|
|
}
|
|
@@ -639,8 +687,10 @@ section[role="main-content"]{
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
h1{ font-size: 1.512em;
|
|
|
line-height: $base-line; }
|
|
|
+
|
|
|
p{
|
|
|
margin-top: 0;
|
|
|
font-size: 1.134em;
|
|
@@ -707,35 +757,7 @@ section[role="main-content"]{
|
|
|
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{
|
|
|
// outline: 1px solid red;
|