Index:Geyser.djvu/styles.css

Från Wikisource, det fria biblioteket.
/* TOC formatting, centered, heading like caption and right aligned last column (from [[w:en:Template:Table alignment]]) */
.table-of-contents  {
	margin:auto;
}

.table-of-contents caption {
	font-size:125%;
	text-align:center;
	margin-top:2em;
	margin-bottom:0.5em;
	text-transform:uppercase;
}

.table-of-contents th:last-child {
	text-align:right;
	font-weight:normal;
	font-size:90%;
	min-width:4em;
}

.table-of-contents td:last-child {
	text-align:right;
}

/* sizing and placement of poem titles, h2 elements */
.poem-title {
	border-bottom:none;
	text-transform:uppercase;
	margin-bottom:0;
	padding-top:0.5em;
}