diff --git a/__pycache__/pelicanconf.cpython-38.pyc b/__pycache__/pelicanconf.cpython-38.pyc index 39d49a6..72c1a36 100644 Binary files a/__pycache__/pelicanconf.cpython-38.pyc and b/__pycache__/pelicanconf.cpython-38.pyc differ diff --git a/plugins/data_files/__pycache__/__init__.cpython-38.pyc b/plugins/data_files/__pycache__/__init__.cpython-38.pyc index 17635b0..b09513d 100644 Binary files a/plugins/data_files/__pycache__/__init__.cpython-38.pyc and b/plugins/data_files/__pycache__/__init__.cpython-38.pyc differ diff --git a/plugins/data_files/__pycache__/file_formats.cpython-38.pyc b/plugins/data_files/__pycache__/file_formats.cpython-38.pyc index 52ae9c5..6d207b4 100644 Binary files a/plugins/data_files/__pycache__/file_formats.cpython-38.pyc and b/plugins/data_files/__pycache__/file_formats.cpython-38.pyc differ diff --git a/plugins/data_files/__pycache__/generators.cpython-38.pyc b/plugins/data_files/__pycache__/generators.cpython-38.pyc index e37b2c2..1099c54 100644 Binary files a/plugins/data_files/__pycache__/generators.cpython-38.pyc and b/plugins/data_files/__pycache__/generators.cpython-38.pyc differ diff --git a/plugins/gallery/__pycache__/__init__.cpython-38.pyc b/plugins/gallery/__pycache__/__init__.cpython-38.pyc index b68116a..6ef06bf 100644 Binary files a/plugins/gallery/__pycache__/__init__.cpython-38.pyc and b/plugins/gallery/__pycache__/__init__.cpython-38.pyc differ diff --git a/plugins/html-comment-sections/__pycache__/__init__.cpython-38.pyc b/plugins/html-comment-sections/__pycache__/__init__.cpython-38.pyc index 7046fda..752e76a 100644 Binary files a/plugins/html-comment-sections/__pycache__/__init__.cpython-38.pyc and b/plugins/html-comment-sections/__pycache__/__init__.cpython-38.pyc differ diff --git a/plugins/multilang-json-page/__pycache__/__init__.cpython-38.pyc b/plugins/multilang-json-page/__pycache__/__init__.cpython-38.pyc index 83ef6fa..53eed2e 100644 Binary files a/plugins/multilang-json-page/__pycache__/__init__.cpython-38.pyc and b/plugins/multilang-json-page/__pycache__/__init__.cpython-38.pyc differ diff --git a/theme/static/css/flyer.css b/theme/static/css/flyer.css index 846b6d4..8a83458 100644 --- a/theme/static/css/flyer.css +++ b/theme/static/css/flyer.css @@ -155,7 +155,7 @@ footer{ } .verso footer{ - color: white; + /* color: white; */ } /* GRID DRAWING @@ -211,4 +211,65 @@ footer{ /* border: var(--border); background: white; */ +} + +/* SVG DRAWING + ===================================================== */ + +.verso{ + /* background-color: lightgrey; */ +} + +.svg-layer{ + padding: var(--margin); + padding-bottom: calc( var(--margin) * 2); +} +.svg-layer svg{ + display: block; + margin: 0 auto; + max-width: 100%; + max-height: 100%; + +} +.svg-layer path{ + fill: none; + stroke: black; + vector-effect: non-scaling-stroke; + stroke-width: var(--border-width); + /* stroke-dasharray: 4; */ + +} +.new-full-drawing{ + /* padding: var(--margin); + display: grid; + grid-template-rows: 1fr 1fr; + gap: var(--margin); */ +} +.new-full-drawing > *{ + border-radius: 50%; + width: 5cm; + height: 5cm; + position: absolute; +} + +.new-moon-drawing{ + top: 5cm; + left: 5cm; + + box-sizing: border-box; + border-style: dotted; + border-width: 0.25cm; + border-color: rgba(0,0,0,0.5); + + /* background-color: white; + background: linear-gradient(to left, white, transparent); */ +} + +.full-moon-drawing{ + + top: 12cm; + left: 7cm; + + background-color: white; + background: linear-gradient(to bottom, black, transparent 75%); } \ No newline at end of file diff --git a/theme/templates/flyer.html b/theme/templates/flyer.html index c0cf10a..6fd670d 100644 --- a/theme/templates/flyer.html +++ b/theme/templates/flyer.html @@ -49,7 +49,7 @@ @@ -60,11 +60,20 @@
-
+ + + +
+ {% include 'inline-svg/bouleau.svg' %}
+
+
+
+
+