Vorlage:Event card/styles.css: Unterschied zwischen den Versionen
Aus Ardapedia
Alboin (Diskussion | Beiträge) Die Seite wurde neu angelegt: „.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-…“ |
Alboin (Diskussion | Beiträge) Änderung 121535 von Alboin (Diskussion) rückgängig gemacht. Markierung: Rückgängigmachung |
||
| (3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 23: | Zeile 23: | ||
.tg-event-card-year { | .tg-event-card-year { | ||
font-size: 1.25rem; | |||
font-weight: 500; | |||
} | } | ||
.tg-event-card-month { | .tg-event-card-month { | ||
font-size: 1.25rem; | font-size: 1.25rem; | ||
font-weight: 500; | |||
} | } | ||
.tg-event-card-day { | .tg-event-card-day { | ||
font-size: | font-size: 1.25rem; | ||
font-weight: | font-weight: 500; | ||
} | } | ||
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;
}
