diff --git a/static/papermod/index.html b/static/papermod/index.html index 2fef6ef..4509188 100644 --- a/static/papermod/index.html +++ b/static/papermod/index.html @@ -9,11 +9,27 @@ } body { margin: 0; - display: flex; - flex-wrap: wrap; /* break after fourth page on large monitors */ max-width: calc((74mm + 8mm) * 4); } + + #settings { + width: calc(100% - 12mm); + margin: 4mm; + padding: 4mm; + background-color: white; + } + #settings * { + margin: 2mm 0; + } + #settings :first-child { + margin: 0; + } + + #document { + display: flex; + flex-wrap: wrap; + } .page { background-color: white; box-sizing: border-box; @@ -33,9 +49,13 @@ html { background-color: white; } + #settings { + display: none; + } .page { - height: 100%; + max-height: 100%; margin: 0; + break-inside: avoid; break-after: page; } } @@ -84,11 +104,23 @@ .month thead { height: 0.01%; } - .month td:not(:last-child) { + .month td { border: thin solid black; } /* page 4-5 */ + .week table { + height: 100%; + width: 100%; + border: thin dashed black; + border-collapse: collapse; + } + .week tr { + border: thin solid black; + } + .week tr:nth-child(odd) { + height: 4mm; + } /* page 6-7 */ .page:has(img) { @@ -96,57 +128,193 @@ } /* page 8 */ + .sudoku table:has(table) { + width: fit-content; + margin: auto; + padding-top: 12mm; + border-collapse: separate; + } + .sudoku table table { + border-collapse: collapse; + } + .sudoku table table td { + width: 5mm; + height: 5mm; + border: thin solid black; + } -
-
2025
-
W46
-
11-09 ... 11-15
-
-

Your Name Here

-

email@example.com

+
+

settings

+
+ +
- +
-
-
- - - - - - - -
montuewedthufrisatsun
+
+
+
+
+
11-09 ... 11-15
+
+

Your Name Here

+

email@example.com

+
+
-
-
- - - - - - - +
+
montuewedthufrisatsun
+ + + + + +
montuewedthufrisatsun
+
+
+
+
+ + + + + + +
montuewedthufrisatsun
+
+
+
+ + + + + + +
+
+ + + + + + + +
+
+
+ +
+
+ +
+
+
+ + + + + + + + + + + + + + + + +
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+
+
-
-

page 4

-
-
-

page 5

-
-
- -
-
- -
-
-

page 8

-
+ \ No newline at end of file