/* Copyright belongs to Gylphi Limited, http://www.gylphi.co.uk, for original CSS and XHTML layout. Acknowledgement goes to Liz Castro's book EPUB: Straight to the Point, ISBN 978-0-321-73468-6, the developers of Sigil, Threepress Consulting Inc. http://threepress.org, and the #eprdctn team on Twitter for sharing tips and tricks*/ body { font-family: sans-serif; } a {text-decoration: none ! important; color: darkblue;} /* Copyright page*/ div.copyright {padding-right: 3%; padding-left: 1%;} div.copyright p { font-family: "Baskerville", serif; line-height: 130%; text-align:left ! important; font-size: 0.7em ! important; } div.copyright p + p { margin-top: 1em; } p.displayindent { margin-top: 1em ! important; margin-bottom: 0em ! important; padding-left: 4% ! important; font-size: 0.7em; text-indent: 1em ! important; } p.display + p.displayindent {margin-top: 0em ! important;} p.displayindent + p.displayindent {margin-top: 0em ! important;} /* Title page*/ div.title {padding-right: 10%; padding-left: 1%; text-align: right;} div.title h1 {text-align: right ! important; font-size: 2em; margin-top: 10%; margin-bottom: 0em ! important; } div.title h2 {text-align: right ! important; font-size: 1.5em; } div.title h3 {text-align: right ! important; font-size: 1em; margin-bottom: 0em ! important; } div.title h4 {text-align: right ! important; font-size: 1.5em; margin-bottom: 20% ! important; } h1 + h2 {margin-top: 0em ! important;} h2 + h3 {margin-top: 30% ! important;} h3 + h4 {margin-top: 0em ! important;} /* Series/Acknowldgements Page*/ div.title {padding-right: 3%; padding-left: 1%; } div.acknowledgements h1 { font-size: 1em ! important; font-family: "GillSans", sans-serif ! important; font-weight: normal; color: black; margin-top: 10%; page-break-after: avoid ! important; } div.acknowledgements h2 {font-size: 0.7em ! important; text-transform: uppercase ! important; font-family: "GillSans", sans-serif ! important; font-weight: normal; color: black; margin-bottom: 0 ! important; page-break-after: avoid ! important; } div.acknowledgements h3 {font-size: 0.8em ! important; font-family: "GillSans", sans-serif ! important; font-weight: bold; color: black; margin-bottom: 0 ! important; page-break-after: avoid ! important; } div.acknowledgements p { font-size: 0.9em ! important; font-family: "Baskerville", serif ! important; font-weight: normal; color: black; page-break-after: avoid ! important; } /* epigraph/dedication */ div.epigraph {padding-right: 3%; padding-left: 1%;} div.epigraph p { margin-top: 10%; margin-bottom: 0em ! important; font-size: 0.9em ! important; font-family: "Baskerville", serif ! important; font-weight: normal; text-align: center; color: black; page-break-after: avoid ! important; } p.epigraph + p.epigraph {margin-top: 0em ! important;} p.ref { margin-left: 10% ! important; text-indent: -10% ! important; font-size: 0.9em ! important; text-align: left ! important; }