Modul:Citation/styles.css

< Modul:Citation
Version vom 5. Februar 2022, 09:35 Uhr von wikivoyage>RolandUnger (angelegt)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
/*
	Citation template styles
	Version: 2021-11-09
*/

.citation {
	font-style: normal;
}
.voy-cite-title, .voy-cite-collection-title, .voy-cite-journal-title,
.voy-cite-chapter-title, .voy-cite-website-title, .voy-cite-newspaper-title {
	font-style: italic;
}
.voy-cite-quotation {
	quotes: "„" "“" "‚" "‘";
}
.voy-cite-quotation:before {
    content: open-quote;
}
.voy-cite-quotation:after {
    content: close-quote;
}
.voy-cite-series:before {
    content: "(";
}
.voy-cite-series:after {
    content: ")";
}