Sjabloon:FMpromotion/styles.css

Uit Wiki Raamsdonk
Versie door Colani (overleg | bijdragen) op 29 jul 2024 om 11:01 (1 versie geïmporteerd: Category:Commons templates-i18n)
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)
.fm-promotion {
	margin: auto;
	border: 2px solid #c88515;
	text-align: center;
	border-spacing: 4px;
}
.fm-promotion[dir="ltr"] {
	/* @noflip */
	border-left-width: 20px;
}
.fm-promotion[dir="rtl"] {
	/* @noflip */
	border-right-width: 20px;
}
.fm-promotion td {
	padding: 4px;
}
.fm-promotion-title {
	font-weight: bold;
}
.fm-promotion-title::before,
.fm-promotion-title::after {
	display: inline;
	color: #c88515;
}
.fm-promotion-title::before {
	content: "★ ";
}
.fm-promotion-title::after {
	content: " ★";
}