/* 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 60px 0px; font-weight: normal; font-size: 150%; text-align: center; text-indent: 0px; } .author { margin: 0px 0px 0px 0px; font-weight: normal; text-align: center; font-size: 140%; text-indent: 0px; } .publisher { margin: 100px 0px 5px 0px; font-weight: normal; text-align: center; font-size: 85%; text-indent: 0px; } .publisher1 { margin: 0px 0px 0px 0px; font-weight: normal; text-align: center; font-size: 85%; text-indent: 0px; } /* Misc frontmatter styles */ .copyright { margin: 30px 0px 30px 0px; font-weight: normal; font-size: 85%; text-indent: 0px; text-align: left; } .dedication { margin: 130px 0px 0px 0px; font-weight: normal; text-indent: 0px; text-align: left; font-style: italic; } .dedication1 { margin: 0px 80px 0px 80px; font-weight: normal; text-indent: 0px; text-align: left; font-style: italic; } /* Use these for interior markup */ .chapternum { margin: 10px 0px 40px 0px; font-weight: normal; font-size: 150%; text-indent: 0px; text-align: center; } .body-text { text-indent: 0px; margin: 0px 0px 0px 0px; } .indent { margin: 0px 0px 0px 0px; text-indent: 25px; } /* these two are used to create a larger spacing above a standard paragraph, but NOT with blockquotes or lists */ /*So, this?*/.body-text1 { text-indent: 0px; margin: 150px 0px 0px 0px; } /* this creates space above and below a blockquote or a list */ .img1 { margin: 0px 0px 0px 0px; text-align: center; text-indent: 0px; } .img { margin: 0px 0px 20px 0px; text-align: center; text-indent: 0px; } .imgsizing { max-width: 100%; } .center { margin: 0px 0px 120px 0px; font-weight: normal; font-size: 100%; text-indent: 0px; text-align: center; } /* Use these for backmatter markup */ /* this is for first entry of a letter section in the index */ /* Put additional styles, set up for individual titles, below */