Vorlage:Event card/styles.css

Aus Ardapedia
.tg-event-card.tg-card {
	width: 300px;
	height: 300px;
}

.template-flexbox-item .tg-event-card.tg-card {
	width: inherit;
	margin: 1rem -1rem;
	border: 0;
	border-radius: 0;
}

.tg-event-card.tg-card .tg-card-label > span {
	margin-left: 12px;
	height: auto;
	padding: 8px;
	padding-bottom: 20px;
    border-radius: 0;
	flex-direction: column;
	font-weight: 500;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 16px), 0 100%);
}

.tg-event-card-year {
	font-size: 1.25rem;
	font-weight: 500;
}

.tg-event-card-month {
	font-size: 1.25rem;
	font-weight: 500;
}

.tg-event-card-day {
	font-size: 1.25rem;
	font-weight: 500;
}

.tg-event-card .tg-card-content {
	display: flex;
	flex-direction: column-reverse;
}