diff --git a/content/static/datenspuren/fahrplan/style.css b/content/static/datenspuren/fahrplan/style.css index f5def3e8f..6608bee71 100644 --- a/content/static/datenspuren/fahrplan/style.css +++ b/content/static/datenspuren/fahrplan/style.css @@ -1,21 +1,57 @@ -table.schedule { - margin-top: 0.2em; - margin-bottom: 1em; +#conference-logo, #menu, #content { + float: left; + clear: none; } -table.schedule tr th { - background-color: #eee; + +#schedule h1 { + clear: left; } -table.schedule tr td.odd { - background-color: #eee; + +img { + border: none; } -table.schedule tr td.event { - background-color: #eee; - padding: 0 0.2em; + +a { + color: #025000; + text-decoration: none; } -table.schedule tr td.event ul { - list-style-type: none; - font-size: 50%; +a:hover { + color: white; + background-color: #049000; + text-decoration: none; +} + +.release { + display: none; +} + +#schedule table { + border-collapse: collapse; + border-spacing: 0; +} +#schedule th, #schedule td { + margin: 0; + padding: 0.1em 0.2em; +} +#schedule tbody tr td.event { + background-color: #eee; + border: 2px solid #049000; +} +#schedule tbody tr td.empty { + background-color: #74c070; + border: 2px solid #74c070; +} + +#infobox { + float: right; + background-color: #eee; + border: 2px solid #049000; +} + +#navigation { + text-align: center; +} +#navigation .previous, #navigation .next { + background-color: #74c070; + border: 2px solid #049000; } -table.schedule tr td.event ul li { - display: inline-block; -} \ No newline at end of file