From f13300f1927a2bd09224e4d70150e55e99c1a042 Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 22 Oct 2016 01:43:06 +0200 Subject: [PATCH] datenspuren style: opaque .schedule background-colors for higher legibility --- content/static/datenspuren/2016/style/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/content/static/datenspuren/2016/style/style.css b/content/static/datenspuren/2016/style/style.css index 757eb4239..43a8f4f9b 100644 --- a/content/static/datenspuren/2016/style/style.css +++ b/content/static/datenspuren/2016/style/style.css @@ -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;