Modul:Citation/styles.css: Unterschied zwischen den Versionen

Aus skandinavien-wiki.net
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 26: Zeile 26:
     content: ")";
     content: ")";
}
}
.Z3988 {
.Z3988 { /* COinS */
display: none;
display: none;
}
}

Version vom 17. August 2022, 05:28 Uhr

/*
	Citation template styles
	Version: 2022-08-17
*/

.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: ")";
}
.Z3988 { /* COinS */
	display: none;
}