View Single Post
Old 02-09-2018, 11:12 PM   #700
Kiruhdu
Enthusiast
Kiruhdu began at the beginning.
 
Kiruhdu's Avatar
 
Posts: 25
Karma: 10
Join Date: Mar 2014
Device: Pocket Book Touch Lux 4
Unhappy CSS-problem in CR3

Hi there

I have a little problem with CR3 on PB TL3. If I load an epub with e.g.

.dropcap {
float: left;
font-size: 3.9em;
line-height: 0.9em;
margin-right: 5pt;
margin-bottom: -0.1em;
font-style: normal;
font-family: "Dearest_outline.ttf";
font-weight: lighter;
color: #000000;
}

in the stylesheet, it shows already the initial in the specified font and size, but it doesn't flow left; instead it places the initial correct but just in the first line, second line is placed under the initial with a slightly bigger bottom gap.

In Sigil the above constrution works pretty well as it should - initial flows left of the first three lines and 4th line is placed under initial...
Same on installed AdobeReader on the PB TL3

Could anyone help to save this issue please?

Last edited by Kiruhdu; 02-09-2018 at 11:20 PM.
Kiruhdu is offline   Reply With Quote