diff options
author | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-07-09 21:40:29 +0000 |
---|---|---|
committer | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-07-09 21:40:29 +0000 |
commit | fbfa3a7f29bf9c7d5a6558e4106e95ced79b5761 (patch) | |
tree | 82c76a58d9493738df911e5dceef7047b398b59a /www/stylesheet.css | |
parent | 2dce8e0fbf76d87460f513e7034989e118ab61f4 (diff) |
wwwdir hinzugefügt (Martin Engels Vorschlag No.3)
git-svn-id: https://svn.neo-layout.org@630 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | www/stylesheet.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/www/stylesheet.css b/www/stylesheet.css new file mode 100644 index 0000000..5ee5d7b --- /dev/null +++ b/www/stylesheet.css @@ -0,0 +1,30 @@ +body { + margin-left:50px; margin-right:50px; margin-top:100px; margin-bottom:100px; + background-image:url(./hintergrund.png); + } + +#linkbutton + { + line-height:2em; + text-align:left; color:#000; + } + +#linkbutton a + { + border-width:1px; border-style:solid; + border-color:#FFF; + padding-top:.25em; padding-bottom:.25em; + background-image:url(./hintergrund_button.png); + padding-left:1em; padding-right:1em; + } + +#linkbutton a:link { color:#000; text-decoration:none; } +#linkbutton a:visited { color:#a14a4a; 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; + background-image:url(./hintergrund_button_hover.png); + background-position:top left; + } + + |