/* Default paragraph formatting */ p { margin: 0rem 0rem 0rem 0rem; text-indent: 0.94rem; } .separator + p { text-indent: 0em; } .separator + div > p:first-child { text-indent: 0em; } .br + p { text-indent: 0em; } .br + div > p:first-child { text-indent: 0em; } /* Styles */ .block-quote { margin: 1rem 0rem 1rem 3rem; text-indent: 0rem; line-height: 1.1em; } .centered-text { margin: 0rem 0rem 0rem 0rem; text-indent: 0rem; text-align: center; line-height: 1.1em; } .ebook-title { margin: 1.08rem 0rem 0rem 0rem; text-indent: 0rem; text-align: center; line-height: 1.1em; font-size: 2.33rem; } .header-3 { margin: 0.67rem 0rem 0rem 0rem; text-indent: 0rem; text-align: center; line-height: 1.1em; font-size: 0.83rem; font-weight: bold; } .message { margin: 0rem 0rem 0rem 0rem; text-indent: 0rem; line-height: 1.1em; font-size: 0.83rem; } .proclamation { margin: 0rem 0rem 0rem 0rem; text-indent: 1.5rem; line-height: 1.2em; font-size: 0.83rem; } .separator + .proclamation { text-indent: 0em; } .separator + div > .proclamation:first-child { text-indent: 0em; } .br + .proclamation { text-indent: 0em; } .br + div > .proclamation:first-child { text-indent: 0em; } .proclamation-header { margin: 0rem 0rem 0rem 0rem; text-indent: 0rem; text-align: center; line-height: 1.5em; font-size: 1.5rem; color: #333333; } .table-of-contents-for-print { margin: 0rem 0rem 0rem 3rem; text-indent: -3rem; line-height: 1.1em; font-size: 0.83rem; } .title { margin: 1.08rem 0rem 0rem 0rem; text-indent: 0rem; line-height: 1.1em; font-size: 2.33rem; } /* Direct formatting styles */ .ps1 { margin-left: 0rem; text-indent: 0rem; text-align: center; } .ps2 { margin-left: 0rem; text-indent: 0rem; text-align: center; font-size: 0.67rem; } .ps3 { margin: 0rem 0rem 0rem 0rem; text-align: center; line-height: 1em; font-size: 1.08rem; font-weight: bold; } .ps4 { margin: 0rem 0rem 0rem 0rem; text-align: center; line-height: 1em; font-size: 0.92rem; font-weight: bold; } .ps5 { margin-left: 0rem; text-indent: 0rem; text-align: center; font-size: 1.5rem; } .ps6 { margin: 0.67rem 0rem 3rem 0rem; text-align: center; line-height: 1em; font-size: 0.92rem; font-weight: normal; } .ps7 { margin-top: 2rem; margin-bottom: 1rem; margin-left: 0rem; text-indent: 0rem; text-align: center; font-size: 1.08rem; } /* Footnotes */ a.fn-marker { vertical-align: super; line-height: 1em; text-decoration: none; } a.fn-label { text-decoration: none; } /* Separators */ .separator { text-align: center; text-indent: 0em; margin-left: 0em; margin-right: 0em; } /* Page padding */ .chapter-title-page-padding { margin: 0rem 0rem 0rem 0rem; font-size: 1rem; line-height: 6rem; } .epilogue-page-padding { margin: 0rem 0rem 0rem 0rem; font-size: 1rem; line-height: 6rem; } /* Tables */ /* Reset all potential built-in rendering assumptions so we have full control. */ table, table * { border: none; padding: 0em 0em 0em 0em; margin: 0em 0em 0em 0em; } table { /* Will centre tables on iBooks and others, but annoyingly, not ADE-based devices, which ignore auto margins. */ margin: 1em auto 1em auto; border-spacing: 0em; border: solid #000; border-width: 0pt 0pt 1pt 1pt; } table caption { margin-top: 0.25em; caption-side: bottom; text-align: center; } /* Insert a little padding within cells, mainly horizontal, to keep tables from being cramped to the content width of each cell. */ th, td { padding: 0.25em 0.35em; border: solid #000; border-width: 1pt 1pt 0pt 0pt; } /* Avoid text indents in paragraphs inside cells. */ td p { margin: 0rem 0rem 0rem 0rem; text-indent: 0rem; } /* Images */ img { display: block; margin: 1rem auto 1rem auto; } img + figcaption { margin-top: -0.75rem; } /* Numbered lists */ /* 1. a. i. ... */ /* Level Two */ ol ol { list-style-type: lower-alpha; } /* Level Three */ ol ol ol { list-style-type: lower-roman; } /* Level Four */ ol ol ol ol { list-style-type: decimal; } /* Level Five */ ol ol ol ol ol { list-style-type: lower-alpha; } /* Level Six */ ol ol ol ol ol ol { list-style-type: lower-roman; } /* Level Seven */ ol ol ol ol ol ol ol { list-style-type: decimal; } /* Bullets */ /* Bullets, and then it's Dashes all the way down. */ ul ul { list-style: none; display: block; text-indent: -0.6em; } ul ul li:before { content: '⁃ '; } /* Table of contents navigation */ nav#toc ol { list-style: none; padding: 0em; text-align: center; line-height: 1.5em; margin-top: 0.5rem; margin-bottom: 0.5rem; } nav#toc ol li:before { content: none; } /* Small-caps */ .small-caps { font-variant: small-caps; } /* Superscript and Subscript */ sup { font-size: 0.66em; } sub { font-size: 0.66em; }