Index:The English housekeeper, 6th.djvu/styles.css

From Wikisource
Jump to navigation Jump to search
/* entry heading: {{ph|<whatever>}} */
.wst-heading {
	text-align: center;
	font-style: italic;
	font-size: 125%;
	margin-top: 1.5em;
}

/* chapter heading: {{ph|class=chapter_header|Chapter <number>.}} */
.chapter_header {
	font-style: unset;
	margin: 0.5em;
	margin-top: 1.5em;
	text-transform: uppercase;
}

/* section heading: {{ph|class=section_header|<whatever>}} */
.section_header {
	font-style: unset;
	margin: 0.5em;
	font-size: 110%;
	font-variant: all-small-caps;
}

/* {{section end rule}} */
.wst-section-end-rule {
	width: 10em;
	margin: 2em auto;
}

/* running header */
.wst-rh-center {
	font-variant: all-small-caps;
}