/* UPDATED 2012-05-15 REMEMBER TO MAKE ANY INDIVIDUAL CHANGES FROM THE MOBI VERSION OF THE TITLE. */ /* THE PAGE BREAK THINGIE is
Do F/R in HTML for mobipocket page break with this, and then run PAGE BREAK ON SGF CHAPTERS and it'll automatically break them all. */ /* TITLE SPECIFIC code */ /* SVG div code */ div.svg_outer { display: block; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; text-align: center; } div.svg_inner { display: block; text-align: center; } /* title page */ h1.title { font-family: serif; font-weight: bold; text-align: center; margin-top: 3em; margin-bottom: 1em; } h3.subtitle { font-family: serif; font-weight: bold; text-align: center; } h2.author { font-family: serif; font-weight: bold; text-align: center; } /* other headers */ h2.chapter { font-family: serif; font-weight: bold; text-align: center; margin-top: 3em; margin-bottom: 3em; } h2.subheadcenter { font-family: serif; font-weight: bold; text-align: center; margin-top: 2em; margin-bottom: 1em; } h3.subheadleft { font-family: serif; font-weight: bold; text-align: left; margin-top: 2em; margin-bottom: 1em; } h3.subheadcenter { font-family: serif; font-weight: bold; text-align: center; margin-top: 2em; margin-bottom: 1em; } h4.subheadcenter { font-family: serif; font-weight: bold; text-align: center; margin-top: 0em; margin-bottom: 2em; } h2.copy { font-family: serif; font-weight: normal; text-align: center; font-size: .5em; margin-top: 3em; margin-bottom: 2em; } /* Text */ p { font-family: serif; margin-left: 2.5%; margin-right: 2.5%; text-indent: 20px; margin-bottom: 0em; margin-top: 0em; } p.bottom { margin-bottom: 2em; } /* toc */ p.toc { text-indent: 0px; text-align: left; } /* flush left */ p.block { text-indent: 0px; } p.block1 { text-indent: 0px; margin-bottom: 1em; } p.block2 { text-indent: 0px; margin-bottom: 2em; } /* indents */ p.indent { text-indent: 0px; margin-left: 5%; margin-right: 5%; } p.indent1 { text-indent: 0px; margin-left: 5%; margin-right: 5%; margin-bottom: 1em; } p.indent2 { text-indent: 0px; margin-left: 5%; margin-right: 5%; margin-bottom: 2em; } /* centered */ p.center { text-align: center; text-indent: 0px; } p.center1 { text-align: center; text-indent: 0px; margin-bottom: 1em; margin-top: 1em; } p.center2 { text-align: center; text-indent: 0px; margin-top: 2em; margin-bottom: 2em; } /* flush right */ p.rightsmall { text-align: right; text-indent: 0px; font-size: .5em; } p.right { text-align: right; text-indent: 0px; } p.right1 { text-align: right; text-indent: 0px; margin-bottom: 1em; } p.right2 { text-align: right; text-indent: 0px; margin-bottom: 2em; } /* miscellaneous */ p.copy { font-size: .5em; text-indent: 0px; margin-bottom: 1em; text-align: left; } p.brand { font-size: .5em; text-align: center; text-indent: 0px; margin-top: 4em; } /* Spacers */ p.blank1 { margin-bottom: 1em; } p.blank2 { margin-bottom: 2em; } p.blank3 { margin-bottom: 3em; } p.blank4 { margin-bottom: 4em; } p.blank5 { margin-bottom: 5em; } p.blank6 { margin-bottom: 6em; } p.blank7 { margin-bottom: 7em; } p.blank8 { margin-bottom: 8em; }