Here is the CSS from the ePub version with a few changes. I removed the font size that makes the body text small. So now it's the default size. I added in my body style, and I removed the Widows and Orphans of 2 since my body style has them as 1. Other then that it's the same CSS.
font-size: 0.83em; as shown int he CSS snippet above is really annoying as it makes the base font size smaller. That means then having to adjust your font size and then when you open a new book that has the 1em font size, having to change it back.
So here is the CSS code you could try in the KF8.
Code:
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, code, blockquote {
font-weight: normal;
font-style: normal;
}
body {
widows: 1;
orphans: 1;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
text-align: justify;
}
p.x01-FM-Ack {
font-family: serif;
/*"Sabon LT Std"*/
margin: 0;
text-indent: 1.67em;
}
p.x01-FM-Ack-FL {
font-family: serif;
/*"Sabon LT Std"*/
margin: 0;
text-indent: 0;
}
p.x01-FM-Ack-Head {
color: #9d9fa2;
font-family: sans-serif;
/*"Briem Akademi Std Semibold Cond"*/
font-size: 1.583em;
font-weight: bold;
margin: 15% 1.47em 2em 0;
text-align: right;
text-indent: 0;
}
p.x01-FM-Copyright-Text {
font-family: serif;
/*"Times LT Std"*/
font-size: 0.583em;
margin: 0;
text-align: center;
text-indent: 0;
}
p.x01-FM-Copyright-Text-Space {
font-family: serif;
/*"Times LT Std"*/
font-size: 0.583em;
margin: 1.14em 0 0 0;
text-align: center;
text-indent: 0;
}
p.x01-FM-Dedi-Body {
font-family: sans-serif;
/*"Trade Gothic LT Std Cn"*/
font-size: 0.833em;
font-style: italic;
margin: 15% 0 0 0;
text-align: center;
text-indent: 0;
}
p.x01-FM-Front-Sales-Headnote-FL {
font-family: sans-serif;
/*"Trade Gothic LT Std Cn"*/
font-size: 0.917em;
margin: 15% 0 0.36em 0;
text-align: center;
text-indent: 0;
}
p.x01-FM-Front-Sales-Headnote {
font-family: sans-serif;
/*"Trade Gothic LT Std Cn"*/
font-size: 0.917em;
margin: 1.2em 0 0.36em 0;
text-align: center;
text-indent: 0;
}
p.x01-FM-Front-Sales-Quote {
font-family: serif;
/*"Sabon LT Std"*/
font-size: 0.854em;
margin: 1.37em 0 0 0;
text-indent: 0;
}
p.x01-FM-Front-Sales-Source {
font-family: serif;
/*"Sabon LT Std"*/
font-size: 0.771em;
margin: 0;
text-align: right;
text-indent: 0;
}
p.x01-FM-Front-Sales-Subhead {
font-family: sans-serif;
/*"Trade Gothic LT Std Cn"*/
font-size: 0.771em;
margin: 0;
text-align: center;
text-indent: 0;
}
p.x01-FM-Front-Sales-Title-No-Space {
color: #9d9fa2;
font-family: sans-serif;
/*"Briem Akademi Std Semibold Cond"*/
font-size: 2.25em;
margin: 0.67em 0 0 0;
text-align: center;
text-indent: 0;
}
p.x03-CO-Body-Text {
font-family: serif;
/*"Sabon LT Std"*/
margin: 0;
text-indent: 0;
}
h1.x03-Chapter-Number {
color: #c7c8ca;
font-family: sans-serif;
/*"Briem Akademi Std Cond"*/
font-size: 3.333em;
font-weight: bold;
margin: 15% 0.7em 1.5em 0;
page-break-after: avoid;
text-align: right;
text-indent: 0;
}
p.x04-Body-Text {
font-family: serif;
/*"Sabon LT Std"*/
margin: 0;
text-indent: 1.67em;
}
p.x04-Space-Break-FL {
font-family: serif;
/*"Sabon LT Std"*/
margin: 0;
text-indent: 0;
}
div.x04-Space-Break-Orn {
font-family: serif;
/*"Sabon LT Std"*/
margin: 1em 0;
page-break-after: avoid;
text-align: center;
text-indent: 0;
}
p.x06-Text-Message {
font-family: monospace;
/*"Briem Akademi Std"*/
font-size: 0.83em;
margin: 1.82em 10%;
text-indent: 0;
}
p.xCaption {
font-family: serif;
/*"Sabon LT Std"*/
font-size: 0.438em;
margin: 0 0 1.5em 0;
text-indent: 0;
text-align: center;
}
span._6-Text-Message-Inline {
font-family: monospace;
/*"Briem Akademi Std"*/
font-size: 0.83em;
}
span.CO-and-SB {
font-family: sans-serif;
/*"Trade Gothic LT Std Cn"*/
}
span.SCAP {
font-size: 70%;
}
div.h100 {
text-align: center;
height: 100%;
max-width: 100%;
}
img.h100 {
height: 100%;
max-width: 100%;
}
div.w30c {
text-align: center;
max-height: 100%;
margin-left: 35%;
margin-right: 35%;
}
img.w30c {
max-height: 100%;
width: 100%;
}
img.h2em {
height: 2em;
}
img.h4em {
height: 4em;
}
.x01-FM-Contents-FL {
font-size: 1em;
margin: 0 0 0 1.5em;
text-indent: -1.5em;
}
.x01-FM-Contents-Space {
font-size: 1em;
margin: 1em 0 0 1.5em;
text-indent: -1.5em;
}
h1.x01-FM-Head {
color: #c7c8ca;
font-family: sans-serif;
/*"Briem Akademi Std Cond"*/
font-size: 3.333em;
font-weight: bold;
margin: 15% 0.7em 1.5em 0;
page-break-after: avoid;
text-align: right;
text-indent: 0;
}
hr.transition {
display: block;
border: none;
margin: 0;
}