CSS-Rätsel
ich stehe vor folgendem Rätsel:
eine bestimmte CSS-Formatierung wird in Sigil und Calibre Viewer korrekt angezeigt, während sämtliche andere (sony for pc, sony reader, cool reader usf.) das, worauf es ankommt, unterdrücken.
Die mir wichtige Sache wäre ein überdimensionales Anführungszeichen am Beginn eines Zitates. Es ist im folgenden "blockquote:before" verpackt. Meine Versuche, probeweise Grösse und Lage zu verändern, änderten daran nichts.
blockquote {
font-family: Georgia, serif;
/*font-size: 15px;*/
font-style: italic;
/*width: 600px;*/
margin: 1em 0 0 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
}
blockquote:before {
display: block;
content: "\201C";
font-size: 3em;
position: absolute;
left: -0px;
top: -20px;
color: #7a7a7a;
}
Vielleicht kommt jemand von euch auf die Lösung?
lg
nazareno
|