ProleWiki:Library/book.css

From ProleWiki, the proletarian encyclopedia
Revision as of 23:04, 10 January 2022 by Forte (talk | contribs) (Attempt to prevent reference lists from being affected by CSS)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* CSS options for books in Library */

p {
	text-indent: 2.5em;
	width: 95%;
	margin: auto;
	text-align: justify;
}

blockquote p {
	text-indent: 0;
	text-align: justify;
	font-size: 95%;
}

blockquote {
	padding: 0px 2.5em;
}

ol:not(.references) {
	padding: 0.5em 5em;
}

h2 {
	text-align: center;
}