Index:The Urantia Book, 1st Edition.djvu/styles.css

From Wikisource
Jump to navigation Jump to search
.dropinitial-mid {
	font-size: 101%; /* Make 155% oncea all DI's are not x-large */
}

.wst-heading {
	font-variant-numeric: lining-nums; /* Avoid "old-style" numbers in headings and italicized text. Usually only issue in serif font. */
}

i {
	font-variant-numeric: lining-nums; /* Avoid "old-style" numbers in headings and italicized text. Usually only issue in serif font. */
}

/* Tables of Contents */
._totp {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

._totp td:nth-child(1) {
	vertical-align: top; /* top-aligned */
	text-align: right; /* right-aligned */
	padding-right: 1em; /* force some space */
}

._totp td:nth-child(2), ._totp td:nth-child(3) {
	text-align: left;
	vertical-align: top;
	padding-left: 2em; text-indent: -2em; /* fake hanging indent. */
}

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

._totp td._paperheading, ._totp td._authorheading {
	text-align: center;
	font-variant: all-small-caps;
	vertical-align: bottom;
}

._totp td._pageheading {
	text-align: right;
	font-variant: all-small-caps;
	vertical-align: bottom;
}