initial commit

This commit is contained in:
eline
2023-05-05 12:55:05 +02:00
parent e93c1ea05e
commit d614d04520
76 changed files with 1210 additions and 705 deletions

30
styles/events.css Normal file
View File

@@ -0,0 +1,30 @@
table {
table-layout: fixed;
border-spacing: 0;
}
th,
td {
padding: 0 1rem 0 1rem;
text-align: left;
border-left: 2px solid var(--light-border);
}
th {
padding: 1rem 1rem 0 1rem;
border-bottom: 2px solid var(--light-border);
}
td:nth-child(odd) {
white-space: nowrap;
}
td {
padding: 0 1rem 1rem 1rem;
vertical-align: top;
}
h1 {
margin-bottom: 2rem;
font-weight: normal;
}