Index:The Odyssey (Butler).djvu/styles.css
Jump to navigation
Jump to search
/* nested ordered list */
ol li {
counter-increment: list;
}
ol li::marker {
content: "(" counter(list, decimal) ") ";
}
.wst-quote {
font-size: 95%;
}
.summary p {
font-variant: all-small-caps;
margin-left: 1.5em;
text-indent: -1.5em;
}
.wst-heading {
text-align: center;
font-size: 150%;
text-transform: uppercase;
letter-spacing: 0.1em;
}
/* line after heading */
.section-heading::after {
content: "";
display: block;
border-top: 1px solid black;
width: 2em;
margin: 0.75em auto;
}
.wst-section-end-rule {
width: 12em;
margin: 2.5em auto;
}