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; + }
-Your Name Here
-email@example.com
+| mon | tue | wed | thu | fri | sat | sun | - |
Your Name Here
+email@example.com
+| mon | tue | wed | thu | fri | sat | sun | - | ||||||||||||||||||||||
| mon | tue | wed | thu | fri | sat | sun | +
| mon | tue | wed | thu | fri | sat | sun | +
|
+ |
+
+ |
+
+ |
+ |||||||||||||||||||||||||||
|
+ |
+
+ |
+
+ |
+ |||||||||||||||||||||||||||
|
+ |
+
+ |
+
+ |
+