Modul:Citation/styles.css: Unterschied zwischen den Versionen
(angelegt) |
(kein Unterschied)
|
Version vom 5. Februar 2022, 09:35 Uhr
/*
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: ")";
}