mirror of https://gitlab.com/bashrc2/epicyon
Calendar style
parent
cc51a036f5
commit
8c3c429496
|
@ -44,16 +44,16 @@ a:visited{
|
||||||
color: var(--day-number);
|
color: var(--day-number);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
padding: 2rem;
|
padding: 1rem;
|
||||||
margin: -2rem;
|
margin: -1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
color: var(--day-number);
|
color: var(--day-number);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
padding: 2rem;
|
padding: 1rem;
|
||||||
margin: -2rem;
|
margin: -1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar__day__header,
|
.calendar__day__header,
|
||||||
|
@ -116,19 +116,6 @@ tr:nth-child(even) > .calendar__day__cell:nth-child(even) {
|
||||||
color: var(--event-foreground);
|
color: var(--event-foreground);
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar__day__cell[data-event]:after {
|
|
||||||
content: attr(data-event);
|
|
||||||
color: var(--day-number);
|
|
||||||
display: block;
|
|
||||||
font-weight: 400;
|
|
||||||
font-size: 5rem;
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 1rem;
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar__day__cell[data-today] {
|
.calendar__day__cell[data-today] {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 4px solid var(--today-circle);
|
border: 4px solid var(--today-circle);
|
||||||
|
@ -143,18 +130,6 @@ tr:nth-child(even) > .calendar__day__cell:nth-child(even) {
|
||||||
color: var(--event-foreground);
|
color: var(--event-foreground);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.calendar__day__cell[data-today-event]:after {
|
|
||||||
content: attr(data-today-event);
|
|
||||||
color: var(--day-number);
|
|
||||||
display: block;
|
|
||||||
font-weight: 400;
|
|
||||||
font-size: 5rem;
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 1rem;
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
|
||||||
|
|
||||||
.buttonprev {
|
.buttonprev {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in New Issue