]> _ Git - fluidbook-html5.git/commitdiff
wait #3827 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 29 Jul 2020 17:22:45 +0000 (19:22 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 29 Jul 2020 17:22:45 +0000 (19:22 +0200)
style/articles.less
style/articles/atlantic.less [new file with mode: 0644]
style/articles/harmonie-mutuelle.less [new file with mode: 0644]

index b585678be1a8e853c21c5b63fabad24d105f52b8..71c52717868aa5cf02574c5c3ae76c8f4e16f8e6 100644 (file)
@@ -50,6 +50,12 @@ article {
     font-size: 16px;
     margin: 20px 0;
     font-weight: 300;
+
+    &.inter{
+      font-size: 18px;
+      text-transform: none;
+      font-weight: 600;
+    }
   }
 
   h1 {
@@ -82,6 +88,7 @@ article {
 
   p {
     margin: 20px 0;
+    white-space: pre-line;
   }
 
   .note {
@@ -99,3 +106,5 @@ article {
     margin: 20px 0;
   }
 }
+
+@import "articles/@{articles-styles}.less";
\ No newline at end of file
diff --git a/style/articles/atlantic.less b/style/articles/atlantic.less
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/style/articles/harmonie-mutuelle.less b/style/articles/harmonie-mutuelle.less
new file mode 100644 (file)
index 0000000..fc5419e
--- /dev/null
@@ -0,0 +1,44 @@
+@import "book-variables";
+
+* {
+  box-sizing: border-box;
+  margin: 0;
+  padding: 0;
+}
+
+article {
+  @color: #333;
+  color:@color;
+  font-size: 18px;
+
+  h1{
+    text-transform: uppercase;
+    font-size: 36px;
+  }
+
+  div.chapo {
+    color: @color !important;
+    font-size: 30px;
+  }
+
+  h2.inter{
+    font-size: 24px;
+    font-weight: 600;
+  }
+
+  blockquote{
+    font-style: italic;
+    font-size: 24px;
+
+  }
+
+  figcaption {
+    background-color: transparent !important;
+    color: @color;
+  }
+
+  div.author{
+    font-style: italic;
+    font-size: 16px;
+  }
+}
\ No newline at end of file