Index:The story of Mary MacLane (IA storyofmarymacla00macliala).pdf/styles.css

.chapter {
	text-align: right;
	margin-right: 2em;
	margin-bottom: 1.5em;
	
	/* blackletter */
	font-family:UnifrakturMaguntia, UnifrakturCook, Unifraktur, serif;
	font-size: 113%;
	font-feature-settings:'cv01', 'cv02', 'cv03', 'cv04', 'cv05', 'cv06', 'cv07', 'cv08', 'cv09', 'cv10';
}

.half {
	text-align: center;
	font-size: 120%;
}

.poem {
	font-size: 92%;
	margin-top: 2em;
	margin-bottom: 2em;
}

.title {
	text-align:center;
 	font-size:144%;
 	border-top:4px double;
 	border-bottom:4px double;
}

/* borders */

.frontispiece {
	border:1px solid;
	display:table;
	margin:auto;
	padding:3px;
	text-align:center;
	max-width:100%;
}
.frontispiece table {
	border-collapse:collapse;
	border:1px solid;
}
.frontispiece td {
	padding:1em;
	line-height:1.2;
	font-style:italic;
	text-transform:uppercase;
	max-width:100%;
	border:1px solid;
}

.title-page {
	border:2px solid;
	display:table;
	margin:auto;
	padding:3px;
	text-align:center;
	line-height:1.2;
	max-width:100%;
}
.title-page > div {
	border:1px solid;
	display:table;
	margin:auto;
	padding:1em;
}