Jump to content

Index:The Waldensian Church in the valleys of Piedmont.djvu/styles.css

From Wikisource
/* Table of Contents format */
._toc {
	margin-left: 0;
	margin-right: 0;
	font-family: Serif;
}
/* Chapter number. */
._toc ._cno {
	font-size: 120%; /* larger text */
	text-align: center; /* centered text */
	padding-top: 1em; /* space before */
}
/* Chapter heading. */
._toc ._chd {
	text-align: center; /* centered text */
}
/* Contents. */
._toc ._con {
	text-align: justify; /* justified text */
	padding-left: 1em; text-indent: -1em; /* fake hanging indent. */
}
/* Page heading. */
._toc ._phd {
	text-align: right; /* right-aligned text */
	font-size: 75%; /* x-larger text */
}
/* Page number. */
._toc ._pno {
	text-align: right; /* right-aligned text */
	vertical-align: bottom; /* align with bottom of Contents */
}

/* image size in proportion to page */
.width-25 {
    width: 25%;
    height: auto;
}
.width-50 {
    width: 50%;
    height: auto;
}
.width-75 {
    width: 75%;
    height: auto;
}
.width-90 {
    width: 90%;
    height: auto;
}