From c37ee99139f534971ed543f3bf874160651db047 Mon Sep 17 00:00:00 2001 From: martinEngel Date: Sun, 20 Jul 2008 16:27:39 +0000 Subject: Neues Design (Weniger Tastentierchendominant, offizieller) Die Tierchen rechts sind Quicklinks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bei Nichtgefallen: Wieder zurücksetzen git-svn-id: https://svn.neo-layout.org@677 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- www/stylesheet.css | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'www/stylesheet.css') diff --git a/www/stylesheet.css b/www/stylesheet.css index 5ee5d7b..2d13271 100644 --- a/www/stylesheet.css +++ b/www/stylesheet.css @@ -1,6 +1,8 @@ body { - margin-left:50px; margin-right:50px; margin-top:100px; margin-bottom:100px; - background-image:url(./hintergrund.png); + margin-left:50px; margin-right:50px; margin-top:100px; margin-bottom:0px; + background-color:#bb5957; background-image:url(./hintergrund.png); + background-color:#dceeee; + background-repeat:no-repeat; background-position:50% 0px; } #linkbutton @@ -11,20 +13,20 @@ body { #linkbutton a { - border-width:1px; border-style:solid; - border-color:#FFF; + border-width:2px; border-style:solid; + border-color:#aaaaaa; padding-top:.25em; padding-bottom:.25em; - background-image:url(./hintergrund_button.png); + background-image:url(./linkhintergrund.jpg); padding-left:1em; padding-right:1em; } #linkbutton a:link { color:#000; text-decoration:none; } -#linkbutton a:visited { color:#a14a4a; text-decoration:none; } +#linkbutton a:visited { color:#4a4a4a; text-decoration:none; } #linkbutton a:focus { color:#223; text-decoration:underline; } #linkbutton a:active { color:#8b2121; text-decoration:none; } -#linkbutton a:hover { color:#000; text-decoration:none; +#linkbutton a:hover { color:#020; text-decoration:none; background-image:url(./hintergrund_button_hover.png); background-position:top left; } - +hr { margin-left:2em; margin-right:2em; margin-top:3ex; margin-bottom:4ex; height:15px; border:0px; background-image:url(taste_schraeg2.png);} -- cgit v1.2.3