Quote:
Originally Posted by Brett Merkey
That is precisely why the "clean CSS" Calibre tool will remove all the interesting structural code added in the conversion.
|
I just did a conversion here, from EPUB to AZW3.
This is the original style sheet:
Now, this is the new style sheet after the conversion:
The resulting css has a lot of classes called 'calibreXX', and some of the original names are lost. The XHTML files are now referring to this new names. So, if you just paste the old style sheet, and clean the unused rules/classes, all the rules mismatching the text will be deleted, and so will be the classes unused on the XHTML files. Information/formatting
will be lost.