Quote:
Originally Posted by DNSB
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.