/****************************************************************************\ ** ** style.css ** ** This is the default css which is bundled inside the ePUB book, you can modify this file ** to change the styling of the book. Note: Not all book readers honor all the attributes specified here. ** ** (c) 1986 - 2011 Quark, Inc. ** All rights reserved. ** \****************************************************************************/ /* Body is always applied as the default style even when no text tagging is selected */ p { margin-top: 0.00em; margin-bottom: 0.00em; text-indent: 1em; } p.title1 + p, p.title2 + p { text-indent: 0.00em; } .body { margin-left: 1em; margin-right: 1em; } /* Name of the author */ .byline { font-size: 0.8em; } /* An image inside a paragraph is always centered, so we apply this style on the p tag */ .figure { font-size: 2.5em; text-align: center; text-align:center; } /* Caption given to any figure */ .figure-caption { font-size: 0.8em; text-align: center; } /* Credit for the source of the image / diagram */ .figure-credit { font-size: 0.6em; text-align: center; } /* By default paragraphs are not indented */ .indented-para { margin-top: 0em; text-align: justify; margin-bottom: 0em; margin-left: 2em; margin-right: 2em; } /* pullquote is similar to the blockquote, so we will try to mimic blockquote as much as we can */ .pullquote { margin-top: 0.00em; margin-bottom: 0.00em; text-align: center; text-indent: 0.00em; } .title1 { page-break-before:always; font-size: 1.5em; margin-bottom: 1.5em; margin-top: 1.5em; text-align: center; } .title2 { page-break-before:always; margin-top: 1.5em; margin-bottom: 1.5em; font-size: 1 em; text-align: center; } .chapter-name { text-align: center; font-size: 1.8em; } .headline1 { text-align: center; font-size: 2.5em; margin-bottom: 3em; text-indent: 0.00em; } .headline2 { text-align: center; font-size: 1.2em; text-indent: 0.00em; } /* Character attributes can also be modified, by using the following classes */ .bold { font-weight: bold; } .italic { font-style: italic; } .underline { text-decoration: underline; } .strikethrough { text-decoration: line-through; } .strikethrough-and-underline { text-decoration: line-through underline; } .superscript { vertical-align: super; } .subscript { vertical-align: sub; } .superior { vertical-align: super; }