Index:The complete poems of Paul Laurence Dunbar.pdf/styles.css

From Wikisource
Jump to navigation Jump to search
/* block center poems */
.poem {
	display:table;
	margin:0 auto;
	position:relative; 
	width:auto;
	max-width:100%;
}

/* TOC */
.wst-toc-table {
	font-variant:small-caps;
	max-width:32em;
}
.wst-toc-table caption {
	text-transform:uppercase;
	font-size:144%;
}
.wst-toc-table th {
	font-variant:all-small-caps;
}

/*PDF page 6*/
.by-same-author-table {
	margin:auto;
	border:solid 1px black;
	padding:2em;
}
.by-same-author-table tr :first-child {
	padding-right:1em;
}
.by-same-author-table tr :last-child {
	text-align:right;
}