/* BiblioVault's bv_ebook_style.css, version 3.0, 2014 */ 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; } /* for left-aligned title page - for center, change text-align values in this group */ .title { margin: 10px 0px 30px 0px; font-weight: bold; font-size: 200%; text-align: center; text-indent: 0px; } .subtitle { margin: 0px 0px 0px 0px; font-weight: normal; font-size: 140%; text-align: center; text-indent: 0px; } .author { margin: 70px 0px 0px 0px; font-weight: normal; font-style: italic; text-align: center; font-size: 130%; text-indent: 0px; } .author1 { margin: 20px 0px 0px 0px; font-weight: normal; text-align: center; font-size: 110%; text-indent: 0px; } .publisher { margin: 100px 0px 0px 0px; font-weight: normal; text-align: center; font-size: 85%; text-indent: 0px; } /* Misc frontmatter styles */ .copyright { margin: 0px 0px 20px 0px; font-weight: normal; font-size: 85%; text-indent: 0px; text-align: center; } .copyrightx { margin: 0px 0px 40px 0px; font-weight: normal; font-size: 85%; text-indent: 0px; text-align: center; } .copyrightr { margin: 0px 0px 20px 0px; font-weight: normal; font-size: 85%; text-indent: 0px; text-align: right; } .copyright1 { margin: 0px 0px 20px 20px; font-weight: normal; font-size: 85%; text-indent: 0px; text-align: left; } .copyright1x { margin: 0px 0px 0px 20px; font-weight: normal; font-size: 85%; text-indent: 0px; text-align: left; } .dedication { margin: 0px 0px 25px 0px; font-weight: normal; text-indent: 0px; text-align: center; } .toc { margin: 0px 0px 25px 0px; font-size: 100%; font-weight: normal; text-align: center; text-indent: 0px; } /* Use these for interior markup */ .chapternum { margin: 0px 0px 5px 0px; font-weight: bold; font-size: 170%; text-indent: 0px; text-align: center; } .chaptertitle { margin: 0px 0px 130px 0px; font-weight: normal; font-size: 150%; text-indent: 0px; text-align: center; } .subhead { margin: 40px 0px 25px 0px; font-weight: bold; text-align: center; font-size: 120%; text-indent: 0px; } .subhead1 { margin: 55px 0px 25px 0px; font-weight: normal; text-align: left; font-size: 110%; text-indent: 0px; } .body-text { text-indent: 0px; margin: 0px 0px 0px 0px; } .indent { margin: 0px 0px 0px 0px; text-indent: 25px; } .indent1 { margin: 25px 0px 0px 0px; text-indent: 25px; } .poem { margin: 0px 0px 0px 0px; padding-left: 40px; text-indent: -40px; font-size: 85%; text-align: left; } /* these two are used to create a larger spacing above a standard paragraph, but NOT with blockquotes or lists */ /* this creates space above and below a blockquote or a list */ .blockquotex { margin: 0px 0px 5px 0px; font-size: 85%; text-indent: 0px; } .blockquote { margin: 0px 25px 0px 25px; font-weight: normal; font-size: 85%; text-indent: 0px; text-align: justify; } .blockquote-indent { margin: 0px 25px 0px 25px; font-weight: normal; font-size: 85%; text-indent: 25px; text-align: justify; } /* Use these for backmatter markup */ .indexitem { margin: 0px 0px 5px 0px; padding-left: 20px; text-indent: -20px; font-weight: normal; font-size: 85%; text-align: justify; } .indexitem1 { margin: 30px 0px 5px 0px; padding-left: 20px; text-indent: -20px; font-weight: normal; font-size: 85%; text-align: justify; } /* this is for first entry of a letter section in the index */ /* Put additional styles, set up for individual titles, below */ .right { text-indent: 0px; margin: 0px 0px 0px 0px; text-align: right; } .img { text-indent: 0px; margin: 20px 0px 20px 0px; text-align: center; } .imgsizing { max-width:100%; }