View Single Post
Old 07-20-2020, 02:21 PM   #11
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,754
Karma: 169712580
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Mercador View Post
Thanks both of you. I don't know there so much style editing in tjis epub, it feels like the editor was trying everything that was available....
And even sadder is where there are masses of classes in the CSS stylesheet(s) that are not used matched by a mass of classes in the HTML/text files that are not defined. One ebook when I ran CSSRemoveUnusedSelectors (a Sigil plugin) removed 382 classes from the 2 stylesheets. Removing the 100+ undefined classes from the HTML/text files was a matter of search and replace. One of the reasons the creators of Vellum have earned a spot of my "may they burn forever" list. I mean things like the <body> tag having 3 undefined classes (<body class="content layout-paginated layout-vellum"> while body in the CSS stylesheets was:

Code:
body {
    font-family: Palatino, Malabar, Merriweather, "Droid Serif", serif;
}

Last edited by DNSB; 07-20-2020 at 03:42 PM.
DNSB is offline   Reply With Quote