Vorlage:Zitat/styles.css: Unterschied zwischen den Versionen

Aus skandinavien-wiki.net
KKeine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 9: Zeile 9:
margin: 1em 0;
margin: 1em 0;
}
}
.voy-cite-quote {
.voy-cite-quote { /* blockquotes with left border */
margin: 0;
margin: 0;
}
}

Version vom 5. Februar 2022, 12:09 Uhr

/*
	Styles for Zitat template
*/

.voy-cite {
	margin: 1em 40px;
}
.voy-cite-quotes-block {
	margin: 1em 0;
}
.voy-cite-quote { /* blockquotes with left border */
	margin: 0;
}
.voy-cite-source {
	margin: -1em 0 1em 1em;
}
.voy-cite-source::before {
	content: '– ';
}
.voy-cite-author {
}