Quote:
Originally Posted by ldolse
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?