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",