From f8da6c623a66de680b5c9bdcf81c1e7aa1dd5c43 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 29 Jul 2020 19:22:45 +0200 Subject: [PATCH] wait #3827 @1 --- style/articles.less | 9 ++++++ style/articles/atlantic.less | 0 style/articles/harmonie-mutuelle.less | 44 +++++++++++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 style/articles/atlantic.less create mode 100644 style/articles/harmonie-mutuelle.less diff --git a/style/articles.less b/style/articles.less index b585678b..71c52717 100644 --- a/style/articles.less +++ b/style/articles.less @@ -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 index 00000000..e69de29b diff --git a/style/articles/harmonie-mutuelle.less b/style/articles/harmonie-mutuelle.less new file mode 100644 index 00000000..fc5419e4 --- /dev/null +++ b/style/articles/harmonie-mutuelle.less @@ -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 -- 2.39.5