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 - +