Vorlage:Zitat/styles.css: Unterschied zwischen den Versionen

Aus skandinavien-wiki.net
Keine Bearbeitungszusammenfassung
K (3 Versionen von wikivoyage:Vorlage:Zitat/styles.css importiert)
 

Aktuelle Version vom 11. Februar 2023, 21:56 Uhr

/*
	Styles for Zitat template
*/

.voy-cite {
	margin: 1em 40px;
}
.voy-cite-quotes-block {
	margin: 1em 0;
}
.voy-cite-quote { /* blockquotes with left border */
	margin: 0;
}
.voy-cite-source {
	margin: -1em 0 1em 1em;
}
.voy-cite-source::before {
	content: '– ';
}
.voy-cite-author {
}