View Single Post
Old 02-05-2015, 12:39 PM   #26
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by Macsurfcat View Post
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 . . .
Try using both in the book. Perhaps the main entry is overriding the selection entry. It should a selection entry also. But, some of the mobi entries are not supported in mobi so how can they work? Look at http://www.mobipocket.com/dev/articl...TagRef_OEB.htm for what is supported.

Dale

Dale
DaleDe is offline   Reply With Quote