diff --git a/colophon.xhtml b/colophon.xhtml deleted file mode 100644 index 369bce3..0000000 --- a/colophon.xhtml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - 奥付 - - -
-
-
-

イノカシラ神話体系

-

並行現実小説集 総集編・一

-
-
-

二〇二四年十二月一日 初版第一刷 発行

-
-
-
著者
-
るいざ・しゃーろっと
-
-
-
連絡先
-
るいざ・しゃーろっと<louisa.vrc@gmail.com>
-
-
-
印刷所
-
ねこのしっぽ
-
-
- -
-
-
- - \ No newline at end of file diff --git a/config-ebook-tate.yml b/config-ebook-tate.yml index 7519793..e4deb6a 100644 --- a/config-ebook-tate.yml +++ b/config-ebook-tate.yml @@ -18,8 +18,8 @@ backcover: backcover.xhtml # XHTMLなので、編集すれば自前の大扉が入る titlefile: title.xhtml -# 奥付は自作したXMTMLファイルを使う -colophon: colophon.xhtml +# 奥付はデフォルトの物を使用する +colophon: true # 著者紹介は自作したXMTMLファイルを使う profile: profile.xhtml diff --git a/config-ebook-yoko.yml b/config-ebook-yoko.yml index b6ef273..f6a060f 100644 --- a/config-ebook-yoko.yml +++ b/config-ebook-yoko.yml @@ -18,8 +18,8 @@ backcover: backcover.xhtml # XHTMLなので、編集すれば自前の大扉が入る titlefile: title.xhtml -# 奥付は自作したXMTMLファイルを使う -colophon: colophon.xhtml +# 奥付はデフォルトの物を使用する +colophon: true # 著者紹介は自作したXMTMLファイルを使う profile: profile.xhtml diff --git a/config-epub-tate.yml b/config-epub-tate.yml index 3dd32c1..0aaa186 100644 --- a/config-epub-tate.yml +++ b/config-epub-tate.yml @@ -21,8 +21,8 @@ backcover: backcover.xhtml # XHTMLなので、編集すれば自前の大扉が入る titlefile: title.xhtml -# 奥付は自作したXMTMLファイルを使う -colophon: colophon.xhtml +# 奥付はデフォルトの物を使用する +colophon: true # 著者紹介は自作したXMTMLファイルを使う profile: profile.xhtml diff --git a/config-epub-yoko.yml b/config-epub-yoko.yml index b37bb40..584475c 100644 --- a/config-epub-yoko.yml +++ b/config-epub-yoko.yml @@ -21,8 +21,8 @@ backcover: backcover.xhtml # XHTMLなので、編集すれば自前の大扉が入る titlefile: title.xhtml -# 奥付は自作したXMTMLファイルを使う -colophon: colophon.xhtml +# 奥付はデフォルトの物を使用する +colophon: true # 著者紹介は自作したXMTMLファイルを使う profile: profile.xhtml diff --git a/config-print-tate.yml b/config-print-tate.yml index c7294ef..3f6b880 100644 --- a/config-print-tate.yml +++ b/config-print-tate.yml @@ -9,12 +9,13 @@ prt: ねこのしっぽ direction: "rtl" # 表紙と裏表紙は作らない +cover: false # 大扉は画像で作る titlefile: title.xhtml -# 奥付は自作したXMTMLファイルを使う -colophon: colophon.xhtml +# 奥付はデフォルトの物を使用する +colophon: true # 著者紹介は自作したXMTMLファイルを使う profile: profile.xhtml diff --git a/config-print-yoko.yml b/config-print-yoko.yml index c146669..0b27a01 100644 --- a/config-print-yoko.yml +++ b/config-print-yoko.yml @@ -9,12 +9,13 @@ direction: "ltr" prt: ○○印刷所 # 表紙と裏表紙は作らない +cover: false # 大扉は画像で作る titlefile: title.xhtml -# 奥付は自作したXMTMLファイルを使う -colophon: colophon.xhtml +# 奥付はデフォルトの物を使用する +colophon: true # 著者紹介は自作したXMTMLファイルを使う profile: profile.xhtml diff --git a/config.yml b/config.yml index 0d6cc14..0012b46 100644 --- a/config.yml +++ b/config.yml @@ -27,7 +27,7 @@ subtitle: "並行現実小説集 総集編・一" # 著者名。「, 」で区切って複数指定できる # 読みを入れる例 aut: [{name: "青木峰郎", file-as: "アオキミネロウ"}, {name: "武藤健志", file-as: "ムトウケンシ"}, {name: "高橋征義", file-as: "タカハシマサヨシ"}, {name: "角征典", file-as: "カドマサノリ"}] -aut: [{name: "るいざ・しゃーろっと", file-as: "ルイザ・シャーロット"}, {name: "sun@メタバース小説家", file-as: "サン@メタバースショウセツカ"}] +aut: [{name: "るいざ・しゃーろっと", file-as: "ルイザ・シャーロット"}] # 以下はオプション # 以下はオプション(autと同じように配列書式で複数指定可能)。 diff --git a/sass/tate/_format.scss b/sass/tate/_format.scss index f97c92e..de46b12 100644 --- a/sass/tate/_format.scss +++ b/sass/tate/_format.scss @@ -206,52 +206,41 @@ html { /* 奥付 */ .colophon { page: colophon; + font-size: 7pt; writing-mode: horizontal-tb; -webkit-writing-mode: horizontal-tb; -epub-writing-mode: horizontal-tb; - font-size: 0.8rem; width: 80%; - margin-right: 10%; - margin-left: auto; + + p { + text-indent: 0; + hanging-punctuation: none; + + &.title { + font-size: 1.3em; + margin-top: $base-line-height * 10; + } - .page-break { - margin-right: 0; + &.copyright { + font-size: 0.8em; + } } - div.colophon-wrapper { - margin-block-start: 70%; + table { + display: table; width: 100%; - height: 100%; - writing-mode: horizontal-tb; - -webkit-writing-mode: horizontal-tb; - -epub-writing-mode: horizontal-tb; - - div.colophon-content { - writing-mode: horizontal-tb; - -webkit-writing-mode: horizontal-tb; - -epub-writing-mode: horizontal-tb; - font-size: 7pt; - - h1 { - line-height: 1.3em; - } - - h2 { - text-indent: 0em; - line-height: 1.3em; - } - - h1 + h2 { - margin-block-start: 0; - } + margin: 0; + border-collapse: collapse; + border-top: 1px solid currentColor; + border-top: 1px solid currentColor; - p { - text-indent: 0; - hanging-punctuation: none; - - &.subtitle { - font-size: 1.3rem; - } + & th, & td { + padding: 0; + background-color: transparent; + border: 0; + + &:first-child { + padding-left: .2em; } } }