Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:CSS/book.css

Template page
Revision as of 22:43, 19 August 2022 by Forte (talk | contribs) (Blockquote paragraphs now inherit paragraph indent)
/* CSS options for books in Library */

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

blockquote p {
	text-align: justify;
	font-size: 95%;
	width:100%;
}

blockquote {
	margin-left: 7.5%;
}
@media screen and (max-width: 800px) {
	blockquote {
		  margin:16px 0 8px 12%;
	}
}

ol:not(.references) {
	padding: 1em 0;
}

li {
	margin-left: 2.5%;
}

.references > li {
	margin-left:auto;
}
.toc ul > li {
	margin-left: auto;
}

h2 {
	text-align: center;
}

.starsection {
	text-align: center;
	font-size: 150%;
	margin-top: 15px;
	margin-bottom: 15px;
}