From fbfa3a7f29bf9c7d5a6558e4106e95ced79b5761 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 9 Jul 2008 21:40:29 +0000 Subject: wwwdir hinzugefĆ¼gt (Martin Engels Vorschlag No.3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@630 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- www/stylesheet.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 www/stylesheet.css (limited to 'www/stylesheet.css') 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; + } + + -- cgit v1.2.3