@namespace h "http://www.w3.org/1999/xhtml";
.calibre {
display: block;
font-size: 1em;
margin-bottom: 0;
margin-left: 5pt;
margin-right: 5pt;
margin-top: 0;
padding-left: 0;
padding-right: 0
}
.calibre1 {
height: auto;
width: auto
}
.calibre2 {
display: block;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
margin-top: 1em
}
.calibre3 {
display: block
}
.calibre4 {
display: block;
font-size: 1.41667em;
font-weight: bold;
line-height: 1.2;
margin-bottom: 0.83em;
margin-left: 0;
margin-right: 0;
margin-top: 0.83em
}
.calibre5 {
font-style: italic
}
.sigilNotInTOC {
display: block;
font-size: 1.125em;
font-weight: bold;
line-height: 1.2;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
margin-top: 1em
}.body {
/* Unnecessary margins commented out
margin-left: 0.5em;
margin-right: 0.5em;
*/
}
/* 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 {
text-align:center;
}
/* Caption given to any figure */
/* Replaced with centre align only */
.figure-caption {
text-align: center;
}
/* Credit for the source of the image / diagram */
/* Replaced with hanging-indent style for poetry */
.figure-credit {
margin-left: 2em;
text-indent: -2em;
}
/* By default paragraphs are not indented */
.indented-para p {
margin-bottom: 0em;
}
.indented-para p + p {
text-indent: 1.5em;
margin-top: 0em;
}
p.indented-para {
margin-bottom: 0em;
}
p.indented-para + p.indented-para {
text-indent: 1.5em;
margin-top: 0em;
}
/* pullquote is similar to the blockquote, so we will try to mimic blockquote as much as we can */
.pullquote {
text-indent: 0em;
}
p.pullquote {
margin-bottom: 0em;
margin-left: 1em;
text-indent: -1em;
}
p.pullquote + p.pullquote {
margin-top: 0em;
}
.title1 {
margin-top: 2em;
font-size: 2.5em;
text-align: center;
}
.title2 {
margin-top: 2em;
font-size: 2em;
text-align: center;
}
.chapter-name {
font-size: 1.8em;
text-align: center;
}
.headline1 {
font-size: 1.5em;
}
.headline2 {
font-size: 1.2em;
}
/* 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;
font-size: 0.8em;
}