/** Name: Clean - para-indent Version: 1.4 Author: PressBooks (Book Oven Inc.) Author URI: http://pressbooks.com License: Creative Commons Attribution 2.0 Generic license License URI: http://creativecommons.org/licenses/by/2.0/ Tags: basic, simple, serif fonts, paragraph-indents Description: A basic, simple ePub style, with paragraph indents. Copyright 2011-2012 Book Oven Inc. (PressBooks.com) support@pressbooks.com */ .pb-body { font-family: "Times New Roman", Georgia, serif; line-height: 1.5em; } a { color: #9A3D4B; text-decoration: none; } /* HEADERS =============== */ h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, sans-serif; line-height: 1.4em; } h1 { font-size: 1.5em; } /* Part and Chapter Titles */ h1.chapter, h1.part-title { border-top: 1px solid #666; font:1.4em/1.6em Helvetica, Arial, sans-serif; margin: 1.2em auto; padding : 15px 15px 0 0; -webkit-hyphens: none; } /* Chapter Number */ h4.chapter-number { font-size: 2.4em; font-weight: normal; line-height: 1.2em; margin: 20px 0 -0.5em; } h1.part-title { font-size: 1.7em; } h2 { font-size: 1.2em; -webkit-hyphens: none; } h3 { font-size: 1.1em; -webkit-hyphens: none; } /* DEFAULT STYLES =================== */ p { margin: 0; } /* Adds indent to paragraphs with a preceding paragraphs */ p + p, .indent { text-indent: 1.2em; } .nonindent, .pb-authors p, .pb-copyright p{ text-indent: 0; } ul, ol { padding-left: 30px; } ul { list-style: disc; } img { height: auto; width: 100%; } table { border-collapse: collapse; margin-bottom: 30px; text-align: left; width:100%; } th { border-bottom: 1px solid #333; padding: 10px 10px 5px; } td { border-top: 1px solid #333; padding: 10px; } dl { margin-bottom: 30px; } dt { color:#333; font-weight: bold; } dd { margin-bottom: 20px; } /* BLOCKQUOTES =============== */ div.blockquote { border-width: 0 4px; font:0.8em/1.5em Helvetica, Arial, sans-serif; padding: 0 15px; } p.bl_nonindent { margin: 2em 10%; text-align: justify; text-indent: 0; } p.bl_indent { text-indent: 1em; margin: 2em 10%; text-align: justify; } /* PARAGRAPH BREAKS ==================== */ /* paragraph break with stars */ hr.break-symbols { border: medium none; margin: 0 0 20px; padding: 20px 0; text-align: center; } hr.break-symbols:after { content: "\273D\A\273D\A\273D"; display: block; font-size: 0.9em; line-height: 0.8em; } /* paragraph break with spacing */ hr.break-blank { border: medium none; margin: 0 0 20px; padding: 20px 0; text-align: center; } /* IMAGE W/CAPTION AND IMAGE CAPTION TEXT ========================================== */ /* wraps around image and text. Holds it together */ .wp-caption { display: inline-block; } .wp-caption-text { font-size: 0.80em; font-style: italic; } /* FOOTNOTES/ENDNOTES ==================== */ .footnotes { display: block; font-size: 0.875em; margin: 20px 10px 40px 40px; } .footnotes-wrap { list-style: none; display: block; margin: 10px 10px 10px 40px; } .footnotes p + p { text-indent: 0; } .footnotes .footnotes-wrap p { text-indent: -1em; } .footnotes p a { display: block; text-decoration: none; }