View Single Post
Old 12-17-2013, 07:43 AM   #112
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,857
Karma: 8821117
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Now it will work:

Code:
p {
    text-align: justify;
    text-indent: 0;
}

p + p {
    text-indent: 1.2em;
}

span.dropcap {
    margin-top: 0.2em;
    margin-right: 0.38em;
}

span.dropcap img {
    width: 100%;
}

span.drop {
    display: none;
}
 
span.drop1 {
    float: left;
    width: 6em;
    max-width: 23%;
}

@media amzn-mobi {
span.dropcap {
    display: none;
}

span.dropcap img {
    display: none;
}

span.drop {
    display: inline !important;
    font-size: 1.8em;
    font-weight: bold;
}

span.drop1 {
    display: none;
}
}

Code:
<p><span class="dropcap drop1"><img alt="M" src="../Images/init-m.gif" /></span><span class="drop">M</span>ORBI dictum luctus velit nec faucibus. Cras vitae tortor purus, ut tincidunt mauris. Sed at velit nisl. Donec eu mauris tortor, interdum condimentum erat. Nam egestas turpis eget nibh laoreet pharetra. Suspendisse a sem eros, ut pulvinar enim. In sed elit eu nulla accumsan tincidunt eget sit amet ipsum. Nullam ut massa rutrum dolor placerat tempor accumsan eget purus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ac tellus nunc. Phasellus imperdiet leo metus, et gravida lacus. Donec metus ligula, elementum at pellentesque pellentesque, suscipit ac nunc. Etiam lobortis, massa ac aliquam auctor, augue nisl sagittis urna, at dapibus tellus erat ullamcorper ligula. Praesent orci dui, pulvinar id convallis a, faucibus non mauris. Donec tellus augue, tempus sed facilisis sed, fringilla quis leo. Mauris vulputate, leo ac facilisis vulputate, enim orci interdum augue, in blandit quam turpis quis dui.</p>
So it is as looks in KDX:

Click image for larger version

Name:	KDX1.jpg
Views:	333
Size:	158.3 KB
ID:	116812

Below you can see the respective ePub.

Regards
Rubén
Attached Files
File Type: epub Psymon.epub (29.8 KB, 261 views)
RbnJrg is offline   Reply With Quote