From 229b75f9ff26eabb58c9b6182baa33515ba2dc38 Mon Sep 17 00:00:00 2001 From: Iosif Takakura Date: Fri, 5 Jul 2024 18:16:26 +0900 Subject: [PATCH] up --- backcover.xhtml | 2 +- colophon.xhtml | 2 +- cover.xhtml | 2 +- title.xhtml | 2 +- zenmen.css | 4 ++++ 5 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 zenmen.css diff --git a/backcover.xhtml b/backcover.xhtml index 09e1f90..c2ab786 100644 --- a/backcover.xhtml +++ b/backcover.xhtml @@ -3,7 +3,7 @@ - + 裏表紙 diff --git a/colophon.xhtml b/colophon.xhtml index 37d3ef1..f5242b7 100644 --- a/colophon.xhtml +++ b/colophon.xhtml @@ -3,7 +3,7 @@ - + 奥付 diff --git a/cover.xhtml b/cover.xhtml index d98b39e..9f79448 100644 --- a/cover.xhtml +++ b/cover.xhtml @@ -3,7 +3,7 @@ - + 表紙 diff --git a/title.xhtml b/title.xhtml index 3c26f15..0000eff 100644 --- a/title.xhtml +++ b/title.xhtml @@ -3,7 +3,7 @@ - + diff --git a/zenmen.css b/zenmen.css new file mode 100644 index 0000000..f960812 --- /dev/null +++ b/zenmen.css @@ -0,0 +1,4 @@ +@page { size: a6 !important; marks: crop !important; bleed: 3mm !important; } +@page :first { margin: 0 !important; } +:root, body { margin: 0 !important; } +img, svg { max-inline-size: 100% !important; max-block-size: 100vb !important; object-fit: contain !important; } \ No newline at end of file