From 15ef06a1a07757c8f7590784438b82a873fbdc02 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 1 Oct 2008 16:32:55 +0200 Subject: Initialer Import. --- stylesheets/screen/theme.css | 87 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 stylesheets/screen/theme.css (limited to 'stylesheets/screen/theme.css') diff --git a/stylesheets/screen/theme.css b/stylesheets/screen/theme.css new file mode 100644 index 0000000..d22c35f --- /dev/null +++ b/stylesheets/screen/theme.css @@ -0,0 +1,87 @@ +@media screen +{ + body + { + background: #666; + } + + div#wrapper + { + background: #cdcdcd; + } + + div#header + { + height: 140px; + background: #cdcdcd; + } + + div#separator + { + background: #666; + } + + div#mainmenu + { + background: #333 url(../../images/verlauf.png) repeat-x center; + color:#fff; + } + + div#sidebar + { + background: #f5f5f5; + border: solid 1px #e1e1e1; + } + + div#inhalt + { + background: #f5f5f5; + border: solid 1px #e1e1e1; + } + + div#footer + { + background: #666; + color: #f5f5f5; + } + + div#mainmenu a:link + { + color: #cdcdcd; + } + + div#mainmenu a:visited + { + color: #cdcdcd; + } + + div#mainmenu a:hover + { + color: #fff; + } + + div#mainmenu a:active + { + color: #fff; + } + + div#sidebar a:link + { + color: #333; + } + + div#sidebar a:visited + { + color: #666; + } + + div#sidebar a:hover + { + color: #800000; + } + + div#sidebar a:active + { + color: #800000; + } +} -- cgit v1.2.3