View Single Post
Old 02-04-2015, 02:39 PM   #22
Macsurfcat
Enthusiast
Macsurfcat began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Apr 2013
Location: New Jersey
Device: Kindle, Nook
Yes, that seems logical, and we and our vendors subscribe to that view. However, this is what we are seeing when we use kindlegen (within Previewer) locally to output a "mobi" file

This is what our CSS looks like (a truncated view):

Main CSS: epub selector:

.num00
{
font-size:small;
margin-top:1.3em;
margin-bottom:0em;
text-indent:-1.8em;
margin-left:3.5em;
margin-right:1.5em;
text-align:justify;
font-weight:normal;
}

Media Query

@media amzn-mobi {
.num00
{
font-size:small;
margin-top:1.3em;
margin-bottom:0em;
text-indent:-3.8em;
margin-left:0em;
margin-right:1.5em;
text-align:justify;
font-weight:normal;
}
}


We have used various values to highlight the effect, but the result is always the same:

If we take the values in the media query and apply it to the CSS proper, the display will change to reflect new values

If we use "amzn-mobi", nothing happens

If we use "amzn-kf8", the display will change to reflect new values



that's all I have, and no reasonable explanation . . .
Macsurfcat is offline   Reply With Quote