View Single Post
Old 09-20-2019, 04:12 PM   #1
Camelot
Connoisseur
Camelot began at the beginning.
 
Posts: 53
Karma: 10
Join Date: Feb 2015
Device: Sony PRS-T1
blank sites when convert azw to epub

When convert a Kindle ebook from the german publisher "Forever" to epub, all sites are blank.

I think the problem is the following from the original stylesheet:
Code:
*::footnote-call {
  content: none;
  display: none;
}
After the conversion, all classes have display:none.

I created a small test file and attached the original CSS file.
Convert the test.epub to epub and you can see the problem.

Calibre v3.48
OS: Siduction (Debian/sid)
Attached Files
File Type: epub test.epub (9.1 KB, 93 views)
File Type: txt wrong.css.txt (16.4 KB, 102 views)
Camelot is offline   Reply With Quote