Index:Life·of·Seddon•James·Drummond•1907.pdf/styles.css

From Wikisource
Jump to navigation Jump to search
.chapter-heading, .wst-toc-table caption {
	font-size:144%;
	text-align:center;
	text-transform:uppercase;
}
.wst-toc-table {
	font-variant:small-caps;
}
.wst-toc-table th {
	font-size:92%;
	font-weight:normal;
}
.wst-toc-table th:last-child {
	text-align:right;
}
.wst-toc-table td:last-child {
	font-variant:normal;
}

/* Borders for tables */
._colhdbordernoside {
	border-collapse: collapse;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin:0 auto 0 auto;
}
._colhdbordernoside th {
	border-bottom: 1px solid;
	text-align: center;
}
._colhdbordernoside th:nth-child(n+2),
._colhdbordernoside td:nth-child(n+2) {
	border-left: 1px solid;
}