Zuletzt bearbeitet vor 2 Tagen
von Xineohp1506

styles.css

Version vom 18. August 2022, 06:12 Uhr von wikivoyage>RolandUnger
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
/*
	Citation template styles
	Version: 2022-08-18
*/

.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: ")";
}
.voy-cite-access {
	position: relative;
	top: -2px;
}
.Z3988 { /* COinS */
	display: none;
}