From 69c847d72e17d82b2a383419c7502f34ab07d8d1 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 1 Oct 2012 22:16:47 +0200 Subject: [PATCH] datenspuren fahrplan style --- .../static/datenspuren/2012/style/style.css | 36 +++++++++++++++++++ xsl/datenspuren/xhtml5.xsl | 4 +-- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/content/static/datenspuren/2012/style/style.css b/content/static/datenspuren/2012/style/style.css index 8eb1941a8..652bf6c52 100644 --- a/content/static/datenspuren/2012/style/style.css +++ b/content/static/datenspuren/2012/style/style.css @@ -221,4 +221,40 @@ section.resource > ul.links .size { list-style-type: none; margin-left: 7pt; margin-top: 5pt; +} + +/* Fahrplan */ + +.scheduletitle { + text-align: center; + color: #333; +} +.schedulehead { + color: #333; +} + +.schedule .timeslot { + font-size: 80%; + color: #999; +} +table.schedule { + border-spacing: 4px 2px; +} +.schedule td { + margin: 2px 4px; +} +.schedule td.event { + border: 2pt solid black; + border-radius: 8pt; + padding: 0.5em 1em; +} +.schedule ul { + padding: 0; + margin: 1em 0; + list-style-type: none; + font-size: 80%; +} +.schedule ul li { + display: inline-block; + margin-right: 2em; } \ No newline at end of file diff --git a/xsl/datenspuren/xhtml5.xsl b/xsl/datenspuren/xhtml5.xsl index 7cbde340d..f915fd765 100644 --- a/xsl/datenspuren/xhtml5.xsl +++ b/xsl/datenspuren/xhtml5.xsl @@ -202,14 +202,14 @@ event - +