Modul:Citation/styles.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
K (5 Versionen von wikivoyage:Modul:Citation/styles.css importiert) |
||
(2 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* | /* | ||
Citation template styles | Citation template styles | ||
Version: 2022-08- | Version: 2022-08-18 | ||
*/ | */ | ||
Zeile 25: | Zeile 25: | ||
.voy-cite-series:after { | .voy-cite-series:after { | ||
content: ")"; | content: ")"; | ||
} | |||
.voy-cite-access { | |||
position: relative; | |||
top: -2px; | |||
} | } | ||
.Z3988 { /* COinS */ | .Z3988 { /* COinS */ | ||
display: none; | display: none; | ||
} | } |
Aktuelle Version vom 11. Februar 2023, 20:58 Uhr
/*
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;
}