From f9202512c672871d23ba9d8a136166b4369a6fae Mon Sep 17 00:00:00 2001 From: sven Date: Mon, 8 May 2006 17:00:57 +0000 Subject: [PATCH] fahrplan update git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@236 31f61c52-7bfb-0310-b897-fc00f8a278f0 --- www/datenspuren/fahrplan/stylesheet.css | 64 +++++++++++++------------ 1 file changed, 33 insertions(+), 31 deletions(-) diff --git a/www/datenspuren/fahrplan/stylesheet.css b/www/datenspuren/fahrplan/stylesheet.css index 7324e60e0..811ee7077 100644 --- a/www/datenspuren/fahrplan/stylesheet.css +++ b/www/datenspuren/fahrplan/stylesheet.css @@ -27,6 +27,10 @@ td { padding: 2px; } +fieldset { + border: 1px solid #d4b08e; +} + img { border-style: none; } :link, :visited { @@ -68,7 +72,7 @@ img { border-style: none; } border: 1px solid #d4b08e; } -#event-index img.event-image{ +#event-index img.event-image, #speaker-index img.speaker-image { margin: 0.5em; float: left; border: 1px solid #d4b08e; @@ -76,6 +80,11 @@ img { border-style: none; } #content div.abstract, div.description, div.links { margin: 1em; } +#content p.welcome{ + margin: 1em; + font-size: 1.1em; +} + /* LINKS */ #menu { @@ -107,18 +116,35 @@ img { border-style: none; } border: 1px solid #d4b08e; } -#menu :link, -#menu :visited { +#menu :link, #menu :visited { text-decoration: none; color: black; } #menu span { background-color: #ffeede; } - #menu span.normal { background-color: inherit; } - #menu span.normal:hover { background-color: #d4b08e; } +/* NAVIGATION */ + +#navigation { + clear: both; + margin: 0; + padding: 0; +} + +#navigation span { + + padding: 5px; + background-color: #d4b08e; + color: white; + border: 1px solid #d4b08e; +} + +#navigation span.previous { float: left; } +#navigation span.next { float: right; } +#navigation a { color: white; } +#navigation a:hover { text-decoration: underline; } /* SCHEDULE */ @@ -151,7 +177,6 @@ img { border-style: none; } #event-index td { background-color: #ffeede; } #event-index p.info { display: none; } - /* INFOBOXES */ #infobox { @@ -164,9 +189,7 @@ img { border-style: none; } padding: 1px; } -#infobox table { - width: 100%; -} +#infobox table { width: 100%; } #infobox th { background-color: #d4b08e; } @@ -192,25 +215,4 @@ img { border-style: none; } #infobox .feedback a { color: #ffeede; font-weight: bold; -} - -/* NAVIGATION */ - -#navigation { - clear: both; - margin: 0; - padding: 0; -} - -#navigation span { - - padding: 5px; - background-color: #d4b08e; - color: white; - border: 1px solid #d4b08e; -} - -#navigation span.previous { float: left; } -#navigation span.next { float: right; } -#navigation a { color: white; } -#navigation a:hover { text-decoration: underline; } \ No newline at end of file +} \ No newline at end of file