From 3180b6406e03086afdd90a05840b3bf2f60a4be8 Mon Sep 17 00:00:00 2001 From: nycki Date: Fri, 14 Nov 2025 15:13:39 -0800 Subject: [PATCH] dot grid --- static/papermod/dots.svg | 122 +++++++++++++++++++++++++++++++++++++ static/papermod/index.html | 18 +++--- 2 files changed, 131 insertions(+), 9 deletions(-) create mode 100644 static/papermod/dots.svg diff --git a/static/papermod/dots.svg b/static/papermod/dots.svg new file mode 100644 index 0000000..97e1bfa --- /dev/null +++ b/static/papermod/dots.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/papermod/index.html b/static/papermod/index.html index 29d3dac..2fef6ef 100644 --- a/static/papermod/index.html +++ b/static/papermod/index.html @@ -30,6 +30,9 @@ margin-top: 0; } @media print { + html { + background-color: white; + } .page { height: 100%; margin: 0; @@ -86,15 +89,12 @@ } /* page 4-5 */ - + /* page 6-7 */ - .dot-grid { - height: 100%; - width: 100%; - background-image: radial-gradient(circle at .5mm .5mm, black .5px, transparent 0); - background-size: 4mm 4mm; + .page:has(img) { + padding: 0; } - + /* page 8 */ @@ -140,10 +140,10 @@

page 5

-
+
-
+

page 8