diff --git a/static/papermod/index.html b/static/papermod/index.html
index 57d250b..aa2e330 100644
--- a/static/papermod/index.html
+++ b/static/papermod/index.html
@@ -39,6 +39,8 @@
@page {
size: 74mm 105mm;
}
+
+ /* page 1 */
.year {
font-weight: bold;
font-size: 20mm;
@@ -62,6 +64,26 @@
bottom: 4mm;
width: 100%;
}
+
+ /* page 2-3 */
+ .month .landscape {
+ width: calc(105mm - 8mm);
+ height: calc(74mm - 8mm);
+ transform-origin: 0mm 0mm;
+ transform: rotate(-90deg) translateX(-100%);
+ }
+ .month table {
+ height: 100%;
+ width: 100%;
+ table-layout: fixed;
+ border-collapse: collapse;
+ }
+ .month thead {
+ height: 0.01%;
+ }
+ .month td:not(:last-child) {
+ border: thin solid black;
+ }
@@ -75,11 +97,29 @@
-
-
page 2
+
+
+
+ | mon | tue | wed | thu | fri | sat | sun | |
+ | | | | | | | |
+ | | | | | | | |
+ | | | | | | | |
+ | | | | | | | |
+ | | | | | | | |
+
+
-
-
page 3
+
+
+
+ | mon | tue | wed | thu | fri | sat | sun | |
+ | | | | | | | |
+ | | | | | | | |
+ | | | | | | | |
+ | | | | | | | |
+ | | | | | | | |
+
+
page 4