View Single Post
Old 11-30-2022, 08:13 PM   #1
Vanguard3000
Groupie
Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.
 
Posts: 168
Karma: 474196
Join Date: Jan 2011
Location: Canada
Device: Kobo Libra 2
Kobo-compatible upside-down text

I'm editing a book that contains some upside-down text, and I'm having issues getting it to show correctly on my Kobo Libra 2. Here is my current CSS class:

Code:
.anclrg-ud {
  transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -moz-transform: scale(-1, -1);
}
Even without the -ms, -webkit, -o, and -moz compatabilities it shows just fine in Sigil, and, at least with them, it works in Calibre, but on my Kobo it's not working. Is there an additional version of the transform element I can add, or is it just something Kobo won't play nice with?

My Kobo is at the latest stock firmware. I should mention I'm using ePub 2. I'd rather not go to 3 because I don't use any of its other features and hate seeing the nav file in Sigil, but if that's what's necessary then it is what it is.

Thanks in advance!

Last edited by Vanguard3000; 12-01-2022 at 11:27 AM.
Vanguard3000 is offline   Reply With Quote