View Single Post
Old 02-17-2021, 07:57 AM   #17
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: 79,993
Karma: 147448039
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
Jon, as I asked you before, please name a few of that mass of users still using ADE 2.0.1 to read epubs.

As far as I recall, after @davidfor made a comment about the media selector, the response from Standard Ebooks was that it would be fixed. When I downloaded The Count of Monte Cristo about 2 minutes ago, the media query in the CSS is now:
Code:
/* Invert images in dark mode. RMSDK requires a target media as well as a state. */
@media all and (prefers-color-scheme: dark){
	img.epub-type-se-image-color-depth-black-on-transparent{
		filter: invert(100%);
	}
which oddly enough matches what @davidfor posted. Though I would have preferred if they had added the widows: 1 and orphans: 1 as well.

I tend to agree with @acabal when he called ADE 2.0.1 the IE6 of epub readers. It's time to give up on using it to read books and reserve it for downloading epubs that use an .acsm file. A renderer that does not barf on a media query would be a good start.
If you drop both of the @media queries, ADE 2.0.1 does not ignore the CSS. IMO, they are needed and that would fix things well enough.

Last edited by JSWolf; 02-17-2021 at 08:03 AM.
JSWolf is offline   Reply With Quote