Index:The Gentle Grafter (1908).djvu/styles.css

From Wikisource
Jump to navigation Jump to search
/* Chapter headings are normal sized capitals */
.wst-heading {
	font-size: 100%;
	font-weight: bold;
}

/* As are subheadings */
.wst-subheading {
	font-size: 100%;
	font-weight: bold;
}

/* Large initials are 1.5 x larger */
.wst-largeinitial {
	font-size: 150%;
}

/* Poems set out in fine font size and a more modest line height. */
.ws-poem {
	font-size: 92%;
	line-height: 1.4;
}

.work_TOC {
	margin: auto;
	max-width: 38em;
}

.work_TOC  td:nth-child(1) {
	text-align: left;
    vertical-align:top;
    font-variant:small-caps;
    padding-left:2em; text-indent:-2em;
}

.work_TOC  td:nth-last-child(1) {
	text-align: right;
    vertical-align:bottom;
    padding-left:2em;
}