The document contains a comprehensive CSS stylesheet designed for formatting a book, including styles for various sections such as chapters, tables, figures, and footnotes. It also outlines specific page layouts for different types of pages like cover, frontmatter, and blank pages. Additionally, the stylesheet provides guidelines for typography, margins, and visual elements to enhance readability and presentation.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
6 views9 pages
Css - 15 With Page Breaks
The document contains a comprehensive CSS stylesheet designed for formatting a book, including styles for various sections such as chapters, tables, figures, and footnotes. It also outlines specific page layouts for different types of pages like cover, frontmatter, and blank pages. Additionally, the stylesheet provides guidelines for typography, margins, and visual elements to enhance readability and presentation.
/* A book consists of different types of sections. We propose to use DIV elements with these class names:
frontcover halftitlepage: contains the title of the book titlepage: contains the title of the book, name of author(s) and publisher imprint: left page with copyright, publisher, library printing information dedication: right page with short dedication foreword: written by someone other than the author(s) toc: table of contents preface: preface, including acknowledgements chapter: each chapter is given its own DIV element references: contains list of references appendix: each appendix is given its own bibliography glossary index colophon: describes how the book was produced backcover
A book will use several of the types listed above, but few books will use all of them. */