Browse Source

#2068 page de titre

bach 10 months ago
parent
commit
24aaa7b2c3
1 changed files with 33 additions and 2 deletions
  1. 33 2
      assets/css/app.scss

+ 33 - 2
assets/css/app.scss

@@ -775,10 +775,18 @@ section[role="main-content"]{
             text-align: center;
             font-style: italic;
             padding-bottom: 1em;
+            color: $bleuroi;
+            &:last-of-type{
+              padding-bottom: $base-line*2;
+            }
           }
           .docImprint{
             text-align: center;
             // padding-bottom: 1em;
+            color: $bleuroi;
+            font-size: 1.3em;
+            line-height: $base-line;
+
             .pubPlace{
               display: block;
             }
@@ -787,16 +795,39 @@ section[role="main-content"]{
             }
             .docDate{
               display: block;
-              margin-top: $base-line / 2;
+              // margin-top: $base-line / 2;
+              font-weight: 700;
             }
           }
+          .docEdition{
+            display: block;
+            text-align: center;
+            color: $bleuroi;
+            font-size: 1.3em;
+            line-height: $base-line;
+          }
+          span.epigraph{
+            display: block;
+            text-align: center;
+            color: $bleuroi;
+            font-size: 1em;
+            line-height: $base-line;
+            border-top: 1px $gris solid;
+            border-bottom: 1px $gris solid;
+          }
           .imprimatur{
             text-align: center;
             font-style: italic;
+            color: $bleuroi;
+            font-size: 1.3em;
+            line-height: $base-line;
             padding-bottom: $base-line;
-
+            &:last-of-type{
+              padding-bottom: $base-line*2;
+            }
           }
 
+
           >h1{
             @include teititle1blue;
           }