26 lines
357 B
CSS
26 lines
357 B
CSS
#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;
|
|
}
|