From cd599ef82271ed898a8a687c503a80d24172cdf2 Mon Sep 17 00:00:00 2001 From: Julie Blanc Date: Sun, 11 Jan 2026 11:36:26 +0100 Subject: [PATCH] corrections --- assets/style-print.css | 1 + assets/style-screen.css | 24 ++++++++++++++++++++---- layouts/index.html | 2 +- public/csspageweaver/manifest.json | 2 -- public/index.html | 2 +- public/style-print.css | 1 + public/style-screen.css | 24 ++++++++++++++++++++---- static/csspageweaver/manifest.json | 2 -- 8 files changed, 44 insertions(+), 14 deletions(-) diff --git a/assets/style-print.css b/assets/style-print.css index 40c8c25..bf5ac4f 100644 --- a/assets/style-print.css +++ b/assets/style-print.css @@ -8,6 +8,7 @@ -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -o-font-smoothing: antialiased; + position: relative; } a { color: currentColor; diff --git a/assets/style-screen.css b/assets/style-screen.css index 1edbf8a..f411a40 100644 --- a/assets/style-screen.css +++ b/assets/style-screen.css @@ -1,4 +1,18 @@ -@import "modules/base.css"; +/* NE PAS TOUCHER CE CODE ------------------------------------- */ +/* ---------------------------------------------------------- */ + +* { + margin: 0; + padding: 0; + box-sizing: border-box; + -webkit-font-smoothing: antialiased; + -moz-font-smoothing: antialiased; + -o-font-smoothing: antialiased; + position: relative; +} +a { + color: currentColor; +} #btn-print{ @@ -7,17 +21,19 @@ background: Lavender; font-size: 30px; border-radius: 10px; - a{ color: currentColor; text-decoration: none; padding: 0.75ch 1ch; } - - } + +/* VOTRE CODE ----------------------------------------------- */ +/* ---------------------------------------------------------- */ + + figure, img{ width: 200px; } \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html index 3e1dd61..f587361 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,7 +2,7 @@

Nos vertiges

-

Échelles, formats, mesures et démesure

+

Échelles, formats, mesures et démesure

22–27 août 2026

74o rencontres internationales de Lure

diff --git a/public/csspageweaver/manifest.json b/public/csspageweaver/manifest.json index ba463a8..596cd70 100644 --- a/public/csspageweaver/manifest.json +++ b/public/csspageweaver/manifest.json @@ -6,8 +6,6 @@ "moveElems", "marginBox", "imposition", - "inlineNotes", - "footnotesFix", "spread", "previewPage", "reloadInPlace", diff --git a/public/index.html b/public/index.html index 678def5..0cf326a 100644 --- a/public/index.html +++ b/public/index.html @@ -25,7 +25,7 @@

Nos vertiges

-

Échelles, formats, mesures et démesure

+

Échelles, formats, mesures et démesure

22–27 août 2026

74o rencontres internationales de Lure

diff --git a/public/style-print.css b/public/style-print.css index 40c8c25..bf5ac4f 100644 --- a/public/style-print.css +++ b/public/style-print.css @@ -8,6 +8,7 @@ -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -o-font-smoothing: antialiased; + position: relative; } a { color: currentColor; diff --git a/public/style-screen.css b/public/style-screen.css index 1edbf8a..f411a40 100644 --- a/public/style-screen.css +++ b/public/style-screen.css @@ -1,4 +1,18 @@ -@import "modules/base.css"; +/* NE PAS TOUCHER CE CODE ------------------------------------- */ +/* ---------------------------------------------------------- */ + +* { + margin: 0; + padding: 0; + box-sizing: border-box; + -webkit-font-smoothing: antialiased; + -moz-font-smoothing: antialiased; + -o-font-smoothing: antialiased; + position: relative; +} +a { + color: currentColor; +} #btn-print{ @@ -7,17 +21,19 @@ background: Lavender; font-size: 30px; border-radius: 10px; - a{ color: currentColor; text-decoration: none; padding: 0.75ch 1ch; } - - } + +/* VOTRE CODE ----------------------------------------------- */ +/* ---------------------------------------------------------- */ + + figure, img{ width: 200px; } \ No newline at end of file diff --git a/static/csspageweaver/manifest.json b/static/csspageweaver/manifest.json index ba463a8..596cd70 100644 --- a/static/csspageweaver/manifest.json +++ b/static/csspageweaver/manifest.json @@ -6,8 +6,6 @@ "moveElems", "marginBox", "imposition", - "inlineNotes", - "footnotesFix", "spread", "previewPage", "reloadInPlace",