View Single Post
Old 05-10-2025, 11:15 PM   #3271
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,450
Karma: 27757438
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by npr View Post
Can I request a the following change to the drivers "Modify CSS" setting.
A present any mods to the css are added to both kepubs and epubs.
Can it please be changed so any css changes are only added to kepubs as per the previous driver. Or better still have the ability to specify different changes for each of the two formats.
All content in kepub files is inside a divs

Code:
<div id="book-columns"><div id="book-inner">
So simply gate rules you want to apply to kepub only with selectors that start with

Code:
#book-columns #book-inner
or similar.
kovidgoyal is online now   Reply With Quote