diff --git a/content/static/datenspuren/fahrplan/style.css b/content/static/datenspuren/fahrplan/style.css index 0be2700f9..defd600e0 100644 --- a/content/static/datenspuren/fahrplan/style.css +++ b/content/static/datenspuren/fahrplan/style.css @@ -132,6 +132,7 @@ img { /* TABLES */ table { border-collapse: seperate; + border-spacing: 2px; } th { background-color: #047000; @@ -258,11 +259,11 @@ h1 { padding: 2px; } #schedule td.empty { - background-color: #e6e9e1; } #schedule td.event { - background-color: #c1c1c1; + background-color: #ccc; padding: 2px; + -webkit-box-shadow: #aaa 3px 4px 0; /* border-color: black; border-style: solid; @@ -319,6 +320,7 @@ ul.speakers li+li:before { content: ", "; } width: 3em; } #schedule p.title { + text-shadow: white 0 1px 1px; font-weight: bold; font-size: 125%; margin-bottom: 0; @@ -326,9 +328,9 @@ ul.speakers li+li:before { content: ", "; } } #schedule p.subtitle { font-family: "Times", serif; - font-style: italic; - font-size: 125%; + font-size: 110%; margin-top: 0; + color: #555; } /* LINKS */ #conference-logo {