Vorlage:Event card/styles.css: Unterschied zwischen den Versionen
Aus Ardapedia
Alboin (Diskussion | Beiträge) K Keine Zusammenfassung |
Alboin (Diskussion | Beiträge) Änderung 121535 von Alboin (Diskussion) rückgängig gemacht. Markierung: Rückgängigmachung |
||
| Zeile 1: | Zeile 1: | ||
.tg-event-card.tg-card { | .tg-event-card.tg-card { | ||
width: | width: 300px; | ||
height: 300px; | height: 300px; | ||
} | } | ||
Aktuelle Version vom 20. November 2025, 20:00 Uhr
.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;
}
