View Single Post
Old 10-29-2019, 11:24 AM   #27
Hitch
Bookmaker & Cat Slave
Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.
 
Hitch's Avatar
 
Posts: 11,503
Karma: 158448243
Join Date: Apr 2010
Location: Phoenix, AZ
Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2
Quote:
Originally Posted by JSWolf View Post
Here are the media queries that validated in both ePub 2 and ePub 3. I converted the ePub 3 eBook to ePub 2 and it validates no problem. Maybe you last did it with an older epubscheck.

Code:
@media amzn-kf8 {
  div.body {
    margin: 0 0 0 0;
  }
  body {
    margin: 0 1.2em 0 1.2em;
  }
  img.epub {
    display: none;
  }
  img.sign-up {
    width: 3.5em;
    display: inline;
  }
  img.fb {
    width: 1em;
    display: inline;
  }
}
@media amzn-mobi {
  div.body {
    margin: 0 0 0 0;
  }
  body {
    margin: 0 1.2em 0 1.2em;
  }
  img.epub {
    display: none;
  }
  img.sign-up {
    width: 3.5em;
    display: inline;
  }
  img.fb {
    width: 1em;
    display: inline;
  }
  sup {
    vertical-align: super;
    font-size: 0.65em;
  }
  sub {
    vertical-align: sub;
    font-size: 0.65em;
  }
}
Dunno, I'll have to look into it. I mean...obviously, this is something that we've messed with, intermittently, over time; I'd LOVE LOVE LOVE to be able to switch to "one ePUB to rule them all" rather than both ePUB and MOBI files for customers.

But I'm reasonably sure that all MQ experimentation that we've conducted has lead to not-passing ePUBs. Granted...have we tested it this year? Perhaps not. Not sure...I'll check and post back.

Hitch
Hitch is offline   Reply With Quote