Thread: CSS-Rätsel
View Single Post
Old 12-31-2014, 04:46 AM   #1
nazareno
Member
nazareno began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Nov 2013
Device: pocketbook touch lux 623; Sony prs-t1; Sony prs-t2
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
nazareno is offline   Reply With Quote