/* BiblioVault's bv_ebook_style.css, version 2.0, 2012 */ body { margin-left: 5%; margin-right: 5%; margin-top: 5%; margin-bottom: 5%; text-align: justify; background-color: #fff; } /* cover page */ .coverpage { vertical-align: middle; text-align: center; background-color: white; margin: 0em; } .coverimage { height: 100%; margin: 0em; } /* OR use these, for left-aligned title page */ .title { margin: 10px 0px 10px 0px; font-weight: bold; font-size: 250%; text-align: center; text-indent: 0px; } .author { margin: 100px 0px 10px 0px; font-weight: normal; text-align: center; font-size: 180%; text-indent: 0px; } .publisher { margin: 180px 0px 5px 0px; font-weight: normal; text-align: center; font-size: 85%; text-indent: 0px; } .publisher1 { margin: 5px 0px 5px 0px; font-weight: normal; text-align: center; font-size: 85%; text-indent: 0px; } /* Misc frontmatter styles */ .copyright { margin: 20px 0px 20px 0px; font-size: 85%; text-indent: 0px; text-align: center; } .toc1 { margin: 30px 0px 20px 0px; font-size: 100%; text-align: left; text-indent: 0px; } .toc { margin: 10px 0px 20px 0px; font-size: 100%; text-align: left; text-indent: 0px; } /* Use these for interior markup */ .partnum { margin: 10px 0px 10px 0px; text-align: center; font-size: 130%; font-weight: normal; text-indent: 0px; } .parttitle { margin: 10px 0px 10px 0px; font-weight: normal; text-align: center; font-size: 190%; text-indent: 0px; } .chaptertitle { margin: 10px 0px 100px 0px; font-weight: normal; font-size: 160%; text-indent: 0px; text-align: center; } .body-text { text-indent: 0px; margin: 10px 0px 20px 0px; } .right { text-indent: 0px; text-align: right; margin: 10px 20px 20px 0px; } .indent { margin: 10px 0px 20px 0px; text-indent: 20px; } sup a { font-size: 85%; } hr { margin: 20px 0px 10px 0px; border: 1px solid black; width: 15%; } /* Use these for backmatter markup */ /* Put additional styles, set up for individual titles, below */ .body-text1 { text-indent: 0px; margin: 35px 0px 20px 0px; } .extra-indent { text-indent: 0px; margin: 10px 0px 10px 0px; }