Die Ardapedia braucht Deine Hilfe!
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

Aus Ardapedia
Alboin (Diskussion | Beiträge)
K test
Alboin (Diskussion | Beiträge)
Schnelllöschantrag
 
(29 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
{{Löschen|Dieses Stylesheet wird nicht mehr verwendet.|[[Benutzer:Alboin|Alboin]]  19:07, 29. Nov. 2025 (CET)}}
.template-month {
.template-month {
background: #E9F3CF;
width: 300px;
width: 300px;
background: #E9F3CF;
border: 1px solid #8A9163;
border: 1px solid #8A9163;
border-radius: 8px;
font-size: 0.875rem;
font-size: 0.875rem;
font-weight: 500;
font-weight: 500;
padding: 0px;
}
}


Zeile 24: Zeile 27:


.template-month__grid {
.template-month__grid {
border-bottom: 1px solid #8A9163;
border-bottom: 1px solid #c0c0c0;
padding: 0.5rem;
padding: 0.5rem;
display: grid;
display: grid;
Zeile 30: Zeile 33:
text-align: center;
text-align: center;
gap: 0.25rem;
gap: 0.25rem;
}
.template-month__day:empty {
    display: none;
}
}


Zeile 40: Zeile 39:
color: #1a1f15;
color: #1a1f15;
border-radius: 4px;
border-radius: 4px;
padding: 0.5rem;
justify-content: center;
justify-content: center;
align-items: center;
align-items: center;
Zeile 45: Zeile 45:


.template-month__day--nextmonth > a {
.template-month__day--nextmonth > a {
color: #8A9163;
color: #4e5a42;
}
}


.template-month__day > a.selflink {
.template-month__day > a.selflink {
background-color: #8A9163;
background-color: rgba(0, 0, 0, 0.09);
color: #fff;
}
}


.template-month__day > a:hover {
.template-month__day > a:hover {
background-color: #8A9163;
background-color: rgba(0, 0, 0, 0.07);
color: #fff;
}
}


.template-month__day > a:active {
.template-month__day > a:active {
background-color: var( --background-color-button-quiet--active );
background-color: rgba(0, 0, 0, 0.09);
}
}



Aktuelle Version vom 29. November 2025, 19:07 Uhr

Diese Seite wurde nach den Regeln der Schnelllöschung zum sofortigen Löschen vorgeschlagen.

Einsprüche bitte auf diese Seite schreiben.

Begründung: Dieses Stylesheet wird nicht mehr verwendet. --Alboin 19:07, 29. Nov. 2025 (CET)


.template-month { background: #E9F3CF; width: 300px; border: 1px solid #8A9163; font-size: 0.875rem; font-weight: 500; padding: 0px; }

.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 #c0c0c0; 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; padding: 0.5rem; justify-content: center; align-items: center; }

.template-month__day--nextmonth > a { color: #4e5a42; }

.template-month__day > a.selflink { background-color: rgba(0, 0, 0, 0.09); }

.template-month__day > a:hover { background-color: rgba(0, 0, 0, 0.07); }

.template-month__day > a:active { background-color: rgba(0, 0, 0, 0.09); }

.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; }