Quote:
Originally Posted by weatherwax
Wenn die Anzeige in Sigil / Calibre anders ist als in Sony ist meistens eine Kleinigkeit im Stylsesheet nicht in Ordnung. Calibre und Sigil sind grosszügiger als ADE.
Ich habe des Stylesheet validieren lassen und bekam folgendes Ergebnis:
.
--> hinter dem "super" fehlt ein Semikolon.
|
Hat leider nichts genützt. Hab noch ein paar Semikolon mehr gesetzt, hat aber auch nichts genutzt:
So sieht das Stylesheet jetzt aus:
Quote:
body, body.tei.tei-text {
color: black;
background-color: white;
margin: 0.5em 1em 0 0.5em;
border: 0;
padding: 0;
}
div, p, pre, h1, h2, h3, h4, h5, h6 {
margin-left: 0;
margin-right: 0;
}
h2 {
padding-top: 1em;
}
.pgmonospaced {
font-family: monospace;
font-size: 0.9em;
}
a.pgkilled {
text-decoration: none;
}
p{
text-indent: 1.5em;
margin: 0em;
margin-bottom: 0.1em;
text-align: justify;
}
.calibre11 {
margin-bottom: 0.3em;
font-size: 0.575em;
line-height: normal;
text-align: center;
vertical-align: super;
}
.calibre12 {
margin-bottom: 0.3em;
font-size: 0.575em;
font-style: italic
line-height: normal;
text-align: center;
vertical-align: super;
margin-bottom: 0.1em;
}
|