Ugrás a tartalomhoz

Sablon:Idézet 2/styles.css

Ellenőrzött
A Wikipédiából, a szabad enciklopédiából
.idezet-2 {
	display: table; /* make the quotation and the attribution have the same width */
}
.idezet-2 > blockquote {
	all: unset;
	display: table;
}
.idezet-2 > blockquote::before,
.idezet-2 > blockquote > div,
.idezet-2 > blockquote::after {
	display: table-cell;
	padding: 10px;
}
.idezet-2 > blockquote::before,
.idezet-2 > blockquote::after {
	color: var(--tpl-quotes-color);
	font-size: 40px;
	font-family: Times New Roman, serif;
	font-weight: bold;
}
.idezet-2 > blockquote::before {
	content: "„";
	vertical-align: bottom;
}
.idezet-2 > blockquote::after {
	content: "”";
	vertical-align: top;
}
.idezet-2-forras {
	padding: 1px 40px 10px 1px;
	text-align: right;
	font-size: smaller;
}