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

Aus skandinavien-wiki.net
(angelegt)
 
KKeine Bearbeitungszusammenfassung
Zeile 15: Zeile 15:
margin: -1em 0 1em 1em;
margin: -1em 0 1em 1em;
}
}
.voy-cite-source:before {
.voy-cite-source::before {
content: '– ';
content: '– ';
}
}
.voy-cite-author {
.voy-cite-author {
}
}

Version vom 5. Februar 2022, 11:58 Uhr

/*
	Styles for Zitat template
*/

.voy-cite {
	margin: 1em 40px;
}
.voy-cite-quotes-block {
	margin: 1em 0;
}
.voy-cite-quote {
	margin: 0;
}
.voy-cite-source {
	margin: -1em 0 1em 1em;
}
.voy-cite-source::before {
	content: '– ';
}
.voy-cite-author {
}