Startpunkten för version 1.0

This commit is contained in:
2026-04-02 11:59:34 +02:00
commit 150a654cb9
6 changed files with 322 additions and 0 deletions

25
css/style.css Normal file
View File

@@ -0,0 +1,25 @@
#hv-schema {
padding: 10px;
font-family: Arial;
}
.hv-item {
border: 1px solid #ccc;
padding: 8px;
margin-bottom: 6px;
border-radius: 4px;
}
.hv-kurs {
font-weight: bold;
color: #003366;
}
.hv-moment {
font-style: italic;
}
.hv-datum,
.hv-tid {
color: #333;
}
.hv-lokal {
color: #660000;
font-weight: bold;
}