datenspuren style: opaque .schedule background-colors for higher legibility

This commit is contained in:
Astro 2016-10-22 01:43:06 +02:00
parent 9fe62560b3
commit f13300f192
1 changed files with 10 additions and 2 deletions

View File

@ -227,6 +227,9 @@ footer a {
font-weight: 100;
}
.schedule td {
background-color: #ffeded;
}
.schedule td.cell-height1,
.schedule td.cell-height2,
.schedule td.cell-height3,
@ -234,10 +237,16 @@ footer a {
.schedule td.cell-height5,
.schedule td.cell-height6,
.schedule td.cell-height7,
.schedule td.cell-height8 {
.schedule td.cell-height8,
.schedule td.cell-height9,
.schedule td.cell-height10,
.schedule td.cell-height11,
.schedule td.cell-height12 {
background-color: white;
border: 1px solid #ccc;
}
.schedule td.cell-time {
background-color: white;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}
@ -248,7 +257,6 @@ footer a {
.schedule {
border-collapse: collapse;
table-layout: fixed;
background-color: rgba(255, 255, 255, 0.6);
}
.schedule thead th {
border-bottom: 1px solid #ccc;