Sjabloon:Cquote/styles.css

Uit Wikipedia, de vrije encyclopedie
.cquote {
	margin: 1.5em 0;
	padding: 0 50px;
	display: table;
	position: relative;
	border-left: none;
}

.cquote > :nth-last-child(2) {
	margin-bottom: 0;
}

.cquote-cite {
	position: relative;
	margin: 20px -40px 0;
	text-align: right;
	font-size: 90%;
}

.cquote-cite-leeg {
	margin-top: 0;
}

.cquote > :first-child::before,
.cquote-cite::after {
	color: #B2B7F2;
	font-size: 42px;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	position: absolute;
}

.cquote > :first-child::before {
	content: '\201C';
	left: 10px;
	top: -19px;
}

.cquote-cite::after {
	content: '\201D';
	right: 0;
	top: -53px;
	height: 0;
}

.cquote-cite-leeg::after {
	top: -33px;
}

/* [[Categorie:Wikipedia:TemplateStyles-pagina's]] */