View Single Post
Old 09-17-2010, 09:49 PM   #5
Michaelus
Junior Member
Michaelus began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jun 2010
Device: kobo
Quote:
Originally Posted by ldolse View Post

Calibre generally moves all the formatting to CSS when it does the conversion, so it should be trivial to find the setting in there and fix it. If you unzipped it then you need to recompress all the files together afterward and give it the exact same name/location as the original epub Calibre created.
Here is the CSS from the unzipped conversion.

@namespace h "http://www.w3.org/1999/xhtml";
.body {
display: block;
font-size: 1em;
margin-bottom: 0;
margin-left: 10pt;
margin-right: 5pt;
margin-top: 0;
page-break-before: always;
text-align: justify
}
.bs {
border-color: rgb(0, 0, 0);
border-style: solid;
border-width: 0;
color: rgb(0, 0, 0);
display: block;
font-size: 1.29167em;
font-weight: bold;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
text-align: center;
text-indent: 0
}
.bs1 {
border-color: rgb(0, 0, 0);
border-style: solid;
border-width: 0;
color: rgb(0, 0, 0);
display: block;
font-size: 1em;
font-weight: bold;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
text-align: center;
text-indent: 0
}
.bs2 {
border-color: rgb(0, 0, 0);
border-style: solid;
border-width: 0;
color: rgb(0, 0, 0);
display: block;
font-size: 0.83333em;
font-weight: bold;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
text-align: justify;
text-indent: 8pt
}
.bs3 {
border-color: rgb(0, 0, 0);
border-style: solid;
border-width: 0;
color: rgb(0, 0, 0);
display: block;
font-size: 0.625em;
font-weight: bold;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
text-align: center;
text-indent: 0
}
.calibre {
display: block;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
margin-top: 1em
}
.calibre1 {
font-style: italic
}
.ts {
font-weight: bold
}
.ts1 {
font-size: 1em
}

Do you know what changes I would need to make?
Michaelus is offline   Reply With Quote