/* Template CSS, (c) 2009 LibreDigital */ /* -------------- General Styles -------------- */ body { /*margin-left:15.0px; margin-right:15.0px;*/ } a { text-decoration:none; } .break { page-break-before: always;} .atptext { font-family:"Times New Roman", serif; font-size:small; margin-top:15.0px; margin-bottom:0.0px; text-indent:0.0px; text-align: center; } .atptext1 { font-family:"Times New Roman", serif; font-size:small; margin-top:0.0px; margin-bottom:0.0px; text-indent:0.0px; text-align:center; } .atptext2 { font-family:"Times New Roman", serif; font-size:small; margin-top:3.75px; margin-bottom:0.0px; text-indent:0.0px; text-align:center; } p { margin-top:0.0px; margin-bottom:0.0px; } .indent { margin-top:0.0px; margin-bottom:0.0px; font-size: small; text-align: justify; text-indent:22.5px; } .noindent { margin-top:0.0px; margin-bottom:0.0px; font-size: small; text-align: justify; text-indent: 0; } .center { margin-top:0.0px; margin-bottom:0.0px; font-size: small; text-align: center; text-indent:0.0px; } .centerb { margin-top:0.0px; margin-bottom:7.5px; font-size: large; text-align: center; } .centera { margin-top:0.0px; margin-bottom:0.0px; font-size: x-small; text-align: center; } .right { margin-top:15.0px; margin-bottom:0.0px; font-size:small; text-indent:0.0px; text-align: right;} .left { font-size: large; margin-top:22.5px; margin-bottom:30.0px; text-align: center; font-weight: normal; } .first {margin-top:45.0px;} .spacer {margin-top:30.0px;} .hang { margin-left:30.0px; text-indent:-30.0px; } .tbmargins { margin-top: 8px; margin-bottom: 8px; } blockquote { font-size: small; text-align: justify; text-indent:0.0px; margin-top:15.0px; margin-left:15.0px; margin-bottom:15.0px; } blockquote.quote { margin-top:45.0px; margin-bottom:45.0px; } img { border: 0; } span.dropcap { font-weight: bold; font-size: xx-large; line-height: 0.8em; } span.big {font-size: 1.2em;} span.small {font-size: 0.8em;} sup { vertical-align: 4px; } sup.frac, sub.frac { font-size: 0.7em; } .clear {clear: both} /* -------------- Headings -------------- */ h1 { text-align: center; } h2 { text-align: center; margin-top:15.0px; } h3 { text-align: center; margin-top:15.0px; } h4 { text-align: justify; margin-top:15.0px; } h5 { text-align: justify; margin-top:15.0px; } h6 { text-align: justify; margin-top:15.0px; } /* -------------- Cover page -------------- */ div#coverpage { text-align: center; } /* -------------- Title Page -------------- */ div#titlepage { } .booktitle { margin-top:0.0px; margin-bottom:90.0px; font-size: x-large; text-align: center; font-weight: normal; } .subtitle { margin-bottom:45.0px; text-align: center; } .byline { /* by, translated by, edited by, etc. */ text-align: center; } .author { font-size: large; margin-top:30.0px; margin-bottom:0.0px; text-align: center; font-weight: normal; } .othertext { /* "a novel", "author of...", etc. */ text-align: center; } .publogo { margin-top:30.0px; margin-bottom:0.0px; text-align: center; } .image { margin-top:15.0px; margin-bottom:15.0px; text-align: center; } /* -------------- Copyright -------------- */ div#copyright { font-size: 0.8em; } div#copyright p { margin-top: 3px; margin-bottom: 3px; } div#copyright blockquote { margin-top: 0; margin-bottom: 0; } /* -------------- Dedication -------------- */ div#dedication { padding-top: 30%; } /* -------------- TOC -------------- */ div#TOC p { margin-top: 3px; margin-bottom: 3px; } div#TOC blockquote { margin-top: 0; margin-bottom: 0; } /* -------------- Front Matter (Preface, Forward, Introduction) -------------- */ div.fbmatter .fbmtitle { font-style: italic; font-size: x-large; } /* -------------- Parts/Sections -------------- */ .notextbelow { margin-bottom:0.0px; font-size:large; font-weight:normal; text-align:center; margin-top:60.0px; } part { } hr { border: 0; color: black; background-color: black; height: 2px; text-align: center; } /* -------------- Chapters -------------- */ chapter h1 { font-size: x-large; } div.chapter { font-size: x-large; margin-top:45.0px; margin-bottom:45.0px; } chapter { } hr { border: 0; color: black; background-color: black; height: 2px; text-align: center; } /* -------------- Extracts, Sidebars, Pull Quotes -------------- */ div.extract { border: 1px solid black; padding: 10px; margin: 10px; font-family: sans-serif; } div.sidebar-center { border: 1px solid black; padding: 10px; margin: 10px; } div.sidebar-left { float: left; width: 30%; border: 1px solid black; padding: 10px; margin: 10px 0 10px 10px; } div.sidebar-right { float: right; width: 30%; border: 1px solid black; padding: 10px; margin: 10px 10px 10px 0; } /* -------------- Images -------------- */ div.image { text-align: center; margin: 10px 0; } .floatleft { float: left; margin: 10px 10px 10px 0; } .floatright { float: right; margin: 10px 0 10px 10px; } img.inline { vertical-align: middle; } p.caption { text-indent: 0; margin: 0 2em 2em 2em; font-family: sans-serif; font-size: 0.8em; } p.title { text-align: center; font-family: sans-serif; font-weight: bold; } /* -------------- Tables -------------- */ div.table { text-align: center; } table { border-collapse: collapse; margin: 1em 0; } td, th { padding: 3px 5px; } table.grid { border: 1px solid black; } table.grid td, table.grid th { border: 1px solid black; } /* use p.title and p.caption from image section above */ .bdrtop { border-top: 1px solid black; } .bdrbottom { border-bottom: 1px solid black; } .bdrleft { border-left: 1px solid black; } .bdrright { border-right: 1px solid black; } /* -------------- Lists -------------- */ ul, ol { margin-top:15.0px; margin-bottom:15.0px; } ol ol, ul ul, ul ol, ol ul { margin-top: 0; margin-bottom: 0; } ul.disc { list-style-type: disc; } ul.circle { list-style-type: circle; } ul.square { list-style-type: square; } ol.decimal { list-style-type: decimal; } ol.upper-roman { list-style-type: upper-roman; } ol.lower-roman { list-style-type: lower-roman; } ol.upper-alpha { list-style-type: upper-alpha; } ol.lower-alpha { list-style-type: lower-alpha; } /* -------------- Index -------------- */ div#index p { margin-top: 3px; margin-bottom: 3px; } .index1 { margin-left:30.0px; text-indent:-30.0px; } .index2 { margin-left:60.0px; text-indent:-30.0px; } .index3 { margin-left:90.0px; text-indent:-30.0px; } /* -------------- Footnotes -------------- */ div#footnotes .note { text-indent: 0; margin-top:30.0px; } /* ------------- About the Publisher --------- */ div#atp p { font-size: 0.9em; text-align: justify; text-indent:0.0px; } .atpimg { margin-top:15.0px; margin-bottom:30.0px; font-size: small; text-align: center; } .atptext { font-family:"Times New Roman", serif; font-size:small; margin-top:15.0px; margin-bottom:0.0px; text-indent:0.0px; } h2.atphead { text-align: justify; font-size: 1.5em; margin-bottom:30.0px; } /* -------------- Added ---------------- */ a.puburl { color: #dc7ea8; font-size: 0.8em; margin-top:15.0px; } /* ----------------- Mobi ----------------*/ p.noindentfirst { margin-top:22.5px; margin-bottom:0.0px; font-size:small; text-align:justify; text-indent:0.0px; } .toc { margin-top:0.0px; margin-bottom:0.0px; font-size:small; margin-left:22.5px; text-indent:0.0px; text-align:justify; } .toc1 { margin-top:0.0px; margin-bottom:0.0px; font-size:small; text-indent:0.0px; text-align:justify; } .toc2 { margin-top:15.0px; margin-bottom:0.0px; font-size:small; text-indent:0.0px; text-align:justify; } p.indentx{ margin-top:0.0px; margin-bottom:0.0px; font-size:small; margin-right:15.0px; margin-left:15.0px; text-align: justify; text-indent:15.0px; } .indentb { margin-top:0.0px; margin-bottom:15.0px; font-size:small; text-indent:22.5px; text-align:justify; } .noindentb { margin-top:15.0px; margin-bottom:0.0px; font-size:small; text-indent:0.0px; text-align:justify; } .noindent1 { margin-top:0.0px; margin-bottom:15.0px; font-size:small; text-indent:0.0px; text-align:justify; } p.noindentx{ margin-top:0.0px; margin-bottom:0.0px; font-size:small; margin-left:15.0px; margin-right:15.0px; text-align: justify; text-indent:0.0px; } .toc3 { margin-top:7.5px; margin-bottom:0.0px; font-size:small; text-indent:0.0px; text-align:justify; } .toc4 { margin-top:0.0px; margin-bottom:15.0px; font-size:small; text-indent:0.0px; text-align:justify; } enterfirst { text-align: center; margin-top:30.0px; } .indentfirst { text-indent:30.0px; margin-top:30.0px; } .rightfirst { text-align: right; margin-top:30.0px; } .leftfirst { text-align: justify; margin-top:30.0px; } .hangfirst { margin-top:30.0px; margin-left:30.0px; text-indent:-30.0px; } .nounder { text-decoration: none; } .pagebreak { page-break-after:always; } body { text-align: justify; }