/* modified to work with AeP */ /* impulse style */ a, a:visited, a:active, a:link { text-decoration: underline; color: inherit } /* * 0 Master Page Items */ /* Section intentionally empty as master page items (page numbers, running heads, etc) should never appear in an epub */ /* * 1a Book Cover Pages */ h1.book-title { margin-top: 5em; page-break-after: avoid; text-align: center; margin-bottom: 1em } .book-subtitle { page-break-after: avoid; text-align: center; margin-bottom: 1em } .book-author { page-break-after: avoid; text-indent: 0; text-align: center; font-size: 1.2em; margin-top: 4em; margin-bottom: 5em } /* * 1b Prelims */ p.prelims-copyright { text-indent: 0; text-align: center; line-height: 1.2em } p.prelims-copyright-space-after { text-indent: 0; text-align: center; line-height: 1.2em; margin-bottom: 1em } p.prelims-publisher { text-indent: 0; text-align: center; text-indent: 0; line-height: 1.2em } p.prelims-dedication { text-align: center; text-indent: 0; margin-top: 2em; line-height: 1.2em } /* * 1c Table of Contents */ /* Section intentionally empty as a manual TOC should never appear in an epub */ /* * 1d Epigraphs */ /* * 2a Part Headings */ /* * 3a Chapter Headings */ .chapter-title-only-on-1-line { text-align: center; text-indent: 0; page-break-after: avoid; margin-top: 2em; margin-bottom: 2em } /* * 3b Sub-Headings and Breaks */ /* * 4a Main Text */ p.text-flush-left { text-indent: 0; margin-top: 0; margin-bottom: 0; line-height: 1.2em } p.text-flush-left-space-after { text-indent: 0; margin-top: 0; margin-bottom: 1em; line-height: 1.2em } p.text-flush-centered { text-indent: 0; text-align: center; margin-top: 0; margin-bottom: 0; line-height: 1.2em } p.text-flush-centered-space-after { text-indent: 0; text-align: center; margin-top: 0; margin-bottom: 1em; line-height: 1.2em } p.text-indented { text-indent: 1em; margin-top: 0; margin-bottom: 0; line-height: 1.2em } p.text-indented-space-after { text-indent: 1em; margin-top: 0; margin-bottom: 1em; line-height: 1.2em } /* * 4b Extracts */ /* * 4c Lists */ /* * 4d Footnotes and Endnotes */ /* * 5a End of Book */ /* index-1 et al should never appear */