Jump to content

Index:Three Books of Occult Philosophy (De Occulta Philosophia) (1651).djvu/styles.css

From Wikisource
/**************************************************
				{{ppoem}}
**************************************************/
.ws-poem {
	font-style: italic;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
/* non-italic words within poem */
.ws-poem i {
	font-style: normal;
}

/**************************************************
				{{heading}}
**************************************************/
.ws-heading {
	text-align: center;
	font-weight: normal;
	font-size: 105%;
	word-spacing: 0.3em;
	letter-spacing: 0.15em;
	margin: 0.5em;
}

.chapter-description {
	font-style: italic;
	padding-left: 1.5em;
	text-indent: -1.5em;
	max-width: 50em;
}
/* non-italic words within section */
.chapter-description i {
	font-style: normal;
}

/**************************************************
				misc
**************************************************/
.wst-rh.ruled {
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin: 0.5em 0;
	font-size: 110%;
}

/**************************************************
				table
**************************************************/
.cell-table {
	border-collapse: collapse;
	margin: 0 auto;
}

.cell-table td {
	border: 1px solid;
	padding: 0.2em 0.5em;
}