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