summaryrefslogtreecommitdiff
path: root/www/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/stylesheet.css')
-rw-r--r--www/stylesheet.css30
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;
+ }
+
+