Index:Richard Cumberland (1919).djvu/styles.css

From Wikisource
Jump to navigation Jump to search
/*
 * The cast list on p. x
 */
/* The table as a whole */
.__cast {
	width: 100%;
	margin: 0 auto 0 auto;
}
/* The first column. */
.__cast td:first-child {
	padding-left: 2em; text-indent: -2em; /* fake hanging indent. */
	text-align: left; /* left-aligned text */
	vertical-align: top; /* top-aligned text */
}
/* The last / second column. */
.__cast td:last-child {
	text-align: right; /* right-align text */
	vertical-align: bottom; /* bottom-align text */
	padding-left: 2em; /* force a little space */
}

/*
 * Chapter headings etc.
 */
/* Basic styling for the chapter headings */
.wst-heading, .wst-subheading {
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
	text-align: center;
	font-weight: bold;
}