/* Tags */ body, h1, h2, h3, h4, h5, h6, p, ul, li { margin: 0; } p { text-indent: 1.5em; text-align: justify; } ul { list-style: none; } a { text-decoration: underline; } /* Alignment, strips indent */ .text-center { text-align: center; text-indent: 0; } .text-justify { text-align: justify; text-indent: 0; } .text-left { text-align: left; text-indent: 0; } .text-right { text-align: right; text-indent: 0; } .weight-normal { font-weight: normal; } .double-space { font-size: 200%; } /* Cover */ div.cover { page-break-after: always; text-align: center; text-indent: 0; } img.cover { height: 100%; } /* Title */ .title-top-pad { font-size: 600%; } .title { font-size: 160%; text-align: center; text-indent: 0; } .author { font-size: 120%; text-align: center; text-indent: 0; } /* Book */ .section-top-pad { /* margin-top: 20vh; margin-top: 20%; padding-top: 20%;*/ } .section { text-align: center; text-indent: 0; } .chapter-top-pad { /* margin-top: 12vh; margin-top: 12%; padding-top: 12%;*/ } .chapter { text-align: center; text-indent: 0; font-size: 160%; } .pov-top-pad { } .pov { font-size: 130%; font-weight: bold; font-style: italic; text-align: left; text-indent: 0; } .when-top-pad { } .when { font-size: 130%; font-style: italic; font-weight: bold; text-align: center; text-indent: 0; } .first-top-pad { } .first { } .break-top-pad { } .break { text-align: center; text-indent: 0; }