Quote:
Originally Posted by Mercador
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;
}