View Single Post
Old 09-21-2025, 07:12 AM   #5
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 81,029
Karma: 150250725
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by DNSB View Post
Have you tried wrapping your extra CSS for KF8/azw3 in @media amzn-kf8 { .... } selectors? The CSS will only apply to KF8 format ebooks, anything else will just skip it. For example:

Code:
@media amzn-kf8 {
   html {  
     margin-right: -47px;
     margin-left: -47px;
     break-inside: avoid !important;
   }
}
Nope. because I don't want that in my ePub. I on;y want the extra CSS in the KF8 eBooks.
JSWolf is offline   Reply With Quote