summaryrefslogtreecommitdiff
path: root/www/stylesheet.css
diff options
context:
space:
mode:
authormartinEngel <martinEngel@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-07-20 16:27:39 +0000
committermartinEngel <martinEngel@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-07-20 16:27:39 +0000
commitc37ee99139f534971ed543f3bf874160651db047 (patch)
treefa430ffe7a7f10d341f668c4c5f5a43dac1ea76d /www/stylesheet.css
parent9cec93d9fb9208e85378f24e19ea5003621d77b6 (diff)
downloadneo-layout-c37ee99139f534971ed543f3bf874160651db047.tar.gz
neo-layout-c37ee99139f534971ed543f3bf874160651db047.tar.bz2
neo-layout-c37ee99139f534971ed543f3bf874160651db047.zip
Neues Design (Weniger Tastentierchendominant, offizieller)
Die Tierchen rechts sind Quicklinks Bei Nichtgefallen: Wieder zurücksetzen git-svn-id: https://svn.neo-layout.org@677 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'www/stylesheet.css')
-rw-r--r--www/stylesheet.css18
1 files changed, 10 insertions, 8 deletions
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);}