From f6099c6ab625d4464a0faa53f4553c7b01ea0bb7 Mon Sep 17 00:00:00 2001 From: Ouidade Date: Tue, 24 Sep 2019 10:30:06 +0200 Subject: [PATCH] place du folio et test fond blanc titre --- src/.temp/now.js | 2 +- src/css/effets.scss | 8 ++++---- src/css/gabarits.scss | 4 ++-- src/css/styles_de_paragraphes.scss | 3 +++ static/lib/hyph.js | 2 +- 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/.temp/now.js b/src/.temp/now.js index 2da73a8..1cb3339 100644 --- a/src/.temp/now.js +++ b/src/.temp/now.js @@ -1 +1 @@ -export default 1569250243395 \ No newline at end of file +export default 1569307322706 \ No newline at end of file diff --git a/src/css/effets.scss b/src/css/effets.scss index 371a51b..a897a53 100644 --- a/src/css/effets.scss +++ b/src/css/effets.scss @@ -46,7 +46,7 @@ z-index: 2; } -.highlight-white { - background: white; - padding: 0.1rem 0rem; -} +// .highlight-white { +// background: white; +// padding: 0.1rem 0rem; +// } diff --git a/src/css/gabarits.scss b/src/css/gabarits.scss index ecfa0ab..e45dba2 100644 --- a/src/css/gabarits.scss +++ b/src/css/gabarits.scss @@ -16,7 +16,7 @@ body { content: counter(page); font-size: 12pt; font-family: 'Duke POPSU'; - transform: translateX(-1cm); + transform: translateX(-1.4cm); } } @@ -25,7 +25,7 @@ body { content: counter(page); font-size: 12pt; font-family: 'Duke POPSU'; - transform: translateX(1cm); + transform: translateX(1.4cm); } } @page imagecover { diff --git a/src/css/styles_de_paragraphes.scss b/src/css/styles_de_paragraphes.scss index 8c816e6..b5e604d 100644 --- a/src/css/styles_de_paragraphes.scss +++ b/src/css/styles_de_paragraphes.scss @@ -19,6 +19,9 @@ line-height: 42pt; margin: 0; padding: 0; + background-color: white; + background-size: cover; + } diff --git a/static/lib/hyph.js b/static/lib/hyph.js index 5c43ba1..86fe60c 100644 --- a/static/lib/hyph.js +++ b/static/lib/hyph.js @@ -10,7 +10,7 @@ var Hyphenopoly = { hyphen: "\u00AD", leftmin: 5, rightmin: 5, - minWordLength: 4, + minWordLength: 3, dontHyphenate: { math: true, acronym: true,