Ardapedia wird von Menschen wie Dir gemacht. Erstelle jetzt Dein kostenloses Benutzerkonto und trage dazu bei, unser Wiki zu verbessern.
Vorlage:Kalender/styles.css: Unterschied zwischen den Versionen
Alboin (Diskussion | Beiträge) Der Seiteninhalt wurde durch einen anderen Text ersetzt: „{{Löschen|Diese Seite wird nicht mehr benötigt.|~~~~}}“ Markierung: Ersetzt |
Alboin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung Markierung: Manuelle Zurücksetzung |
||
| Zeile 1: | Zeile 1: | ||
{{ | .template-month { | ||
width: 300px; | |||
background: #E9F3CF; | |||
border-radius: 8px; | |||
font-size: 0.875rem; | |||
font-weight: 500; | |||
} | |||
.template-month .tg-event-card { | |||
border-bottom-left-radius: 0; | |||
border-bottom-right-radius: 0; | |||
} | |||
.tg-event-card-button { | |||
margin: 1rem; | |||
} | |||
/* Reset styles for using in calendar */ | |||
.template-month .tg-section-divider { | |||
margin-top: 0.5rem; | |||
margin-bottom: 0; | |||
} | |||
.template-month__grid { | |||
border-bottom: 1px solid #4e5a42; | |||
padding: 0.5rem; | |||
display: grid; | |||
grid-template-columns: repeat(7, 1fr); | |||
text-align: center; | |||
gap: 0.25rem; | |||
} | |||
.template-month__day > a { | |||
display: flex; | |||
color: #1a1f15; | |||
border-radius: 4px; | |||
justify-content: center; | |||
align-items: center; | |||
} | |||
.template-month__day--nextmonth > a { | |||
color: #4e5a42; | |||
} | |||
.template-month__day > a.selflink { | |||
background-color: var( --background-color-button-quiet--active ); | |||
} | |||
.template-month__day > a:hover { | |||
background-color: var( --background-color-button-quiet--hover ); | |||
} | |||
.template-month__day > a:active { | |||
background-color: var( --background-color-button-quiet--active ); | |||
} | |||
.template-month__footer { | |||
padding: 0.5rem; | |||
display: grid; | |||
grid-template-columns: repeat(6, 1fr); | |||
} | |||
.template-month__footer .tg-button > a { | |||
padding-left: 0.5rem !important; | |||
padding-right: 0.5rem !important; | |||
} | |||
Version vom 17. November 2025, 18:14 Uhr
.template-month { width: 300px; background: #E9F3CF; border-radius: 8px; font-size: 0.875rem; font-weight: 500; }
.template-month .tg-event-card { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.tg-event-card-button { margin: 1rem; }
/* Reset styles for using in calendar */ .template-month .tg-section-divider { margin-top: 0.5rem; margin-bottom: 0; }
.template-month__grid { border-bottom: 1px solid #4e5a42; padding: 0.5rem; display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; gap: 0.25rem; }
.template-month__day > a { display: flex; color: #1a1f15; border-radius: 4px; justify-content: center; align-items: center; }
.template-month__day--nextmonth > a { color: #4e5a42; }
.template-month__day > a.selflink { background-color: var( --background-color-button-quiet--active ); }
.template-month__day > a:hover { background-color: var( --background-color-button-quiet--hover ); }
.template-month__day > a:active { background-color: var( --background-color-button-quiet--active ); }
.template-month__footer { padding: 0.5rem; display: grid; grid-template-columns: repeat(6, 1fr); }
.template-month__footer .tg-button > a { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
