Okay, I'm trying here and I hope it's the good place to post it. I'm working on a template for a receipes book in ePub format for a friend of mine. Everything goes weel escept for two little (damn) things. I'm trying to have specific field for every aspect of the receipe (ingredients, preparation, cooking instructions...) When I look in Sigil everything is perfect but when put into my Kobo, I lost the circle in front of the ingredients and the text is sooooo small even if I put the font zine at max. What am I doing wrong here?
Here's my CSS style sheet:
Quote:
ul {
list-style-type: circle;
font-family: serif;
line-height: 1,50 em;
font-size: 1.00 em;
font-weight: normal;
font-style: italic;
text-align: left;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 1.00px;
margin-left: 0px;
padding-top: 0.5em;
padding-right: 0px;
padding-bottom: 0.5em;
padding-left: 0px;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: rgb(231, 224, 206);
border-bottom-color: rgb(231, 224, 206);
}
|
linked to:
Quote:
<ul>
<li>5 oz (150 g) de fromage de chèvre</li>
<li>3 cuillères à table (45 ml) de pacanes (ou noix de Grenoble) hachées</li>
<li>1 rôti 2 à 3 livres (1 à 1,5 kg) de longe de porc</li>
<li>3/4 de tasse (180 ml) de sirop d'érable</li>
<li>1/4 de tasse (60 ml) d'eau</li>
<li>sel et poivre noir du moulin, au goût</li>
</ul>
|
I've tried many things but each time the test is unreadeable.
Can you help me, please?
p.s. I'm not programer, I'm learning here! Be gentle with me!