diff --git a/backcover.xhtml b/backcover.xhtml index cd84100..59c7044 100644 --- a/backcover.xhtml +++ b/backcover.xhtml @@ -8,6 +8,6 @@ 裏表紙 - + \ No newline at end of file diff --git a/colophon.xhtml b/colophon.xhtml index 0192818..9c2fbaa 100644 --- a/colophon.xhtml +++ b/colophon.xhtml @@ -8,6 +8,6 @@ 奥付 - + \ No newline at end of file diff --git a/config-vivliostyle.yml b/config-vivliostyle.yml index 0bc6d83..b5a4223 100644 --- a/config-vivliostyle.yml +++ b/config-vivliostyle.yml @@ -1,6 +1,7 @@ inherit: ["config.yml"] stylesheet: vivliostyle-a6.css -coverimage: title.png +cover: title.xhtml +coverimage: null titlepage: false titlefile: null colophon: colophon.xhtml diff --git a/cover.xhtml b/cover.xhtml index 017881b..29ed20b 100644 --- a/cover.xhtml +++ b/cover.xhtml @@ -8,6 +8,6 @@ 表紙 - + \ No newline at end of file diff --git a/sass/common/_contents.scss b/sass/common/_contents.scss index c189a77..eeb0682 100644 --- a/sass/common/_contents.scss +++ b/sass/common/_contents.scss @@ -118,6 +118,12 @@ img.max { height: 100vh; } +img.single-html { + margin: 0; + max-width: 100%; + max-height: 100%; +} + pre { box-decoration-break: clone; } diff --git a/sass/common/_format.scss b/sass/common/_format.scss index c0f87d0..18a8f3b 100644 --- a/sass/common/_format.scss +++ b/sass/common/_format.scss @@ -83,13 +83,25 @@ html { } @page :first { + size: $paper-width $paper-height; + // 行送り * 行数 + width: $paper-width; + // フォントサイズ * 文字数 + height: $paper-height; margin: 0; padding: 0; + marks: $marks; } @page :last { + size: $paper-width $paper-height; + // 行送り * 行数 + width: $paper-width; + // フォントサイズ * 文字数 + height: $paper-height; margin: 0; padding: 0; + marks: $marks; } /* 表紙ページ */ diff --git a/title.xhtml b/title.xhtml index 482ec90..3db3da8 100644 --- a/title.xhtml +++ b/title.xhtml @@ -3,11 +3,11 @@ - + - + \ No newline at end of file