View Single Post
Old 09-16-2023, 06:34 PM   #1
WV-Mike
Connoisseur
WV-Mike began at the beginning.
 
Posts: 74
Karma: 10
Join Date: Jul 2023
Device: None
An error occurred while parsing the CSS: Premature end of grammar (expecting: :).

Greetings,

Pagina returned this error:

ERROR (CSS-008) at "e_book_mnc-1970s-reports - no_lists.epub/OEBPS/Text/all_day_june_21_1979.xhtml" (line 129, col 1):
An error occurred while parsing the CSS: Premature end of grammar (expecting: .


I have not had this error before so apparently I did something which was unintended.
Editor: Sigil 1.9.3

Here is the CSS:
body {
display: block;
font-size: 1em;
margin: 0 0 0 0;
padding: 0 0 0 0;
text-indent: 0;
widows: 1;
orphans: 1;
}
p {
text-indent: 0;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
.center {
text-align: center;
}
.right {
text-align: right;
margin-top: 1em;
}
h1 {
font-family: "SmallCaps", sans-serif;
font-size: 1.3em;
font-weight: bold;
text-align: center;
margin-top: 0;
}
@font-face {
font-family: "SmallCaps";
font-weight: bold;
font-style: normal;
font-variant: small-caps;
src: url(../Fonts/Fontin-SmallCaps.otf);
}

div.container {
text-align: center;
}


.poem {
margin: auto;
width: 80%;
padding: 10px;
line-height: 1.4em
}

.list {
margin-bottom: 2em;
line-height: 1.4em
}

blockquote {
margin-top: 1em;
margin-right: 1.5em;
margin-bottom: 1em;
margin-left: 1.5em;
}
WV-Mike is offline   Reply With Quote