Sjabloon:Asterisme/styles.css

Uit Wikisource
.wst-asterism {
	border: 0;
	background: none;
	margin: 1em 0;
	padding: 0;
	color: inherit;
	background-color: inherit;
}

.wst-asterism::after {
	content: '⁂';
	text-align: center;
	display: block;
	line-height: 0;
}

.wst-asterism-rotate {
	transform: rotate(180deg);
}

.wst-asterism.wst-asterism-plat::after {
	content: '***';
}