From 3613b10a254530a317828978bb766a71f2458c76 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Sun, 25 Feb 2024 10:59:29 +0000 Subject: [PATCH] css/style.css aktualisiert --- css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/style.css b/css/style.css index f57d989..a9ce33c 100644 --- a/css/style.css +++ b/css/style.css @@ -198,4 +198,12 @@ td { .edit-form img:hover, .edit-form a:hover { cursor: pointer; +} +.watermark { + position: fixed; + bottom: 10px; + right: 10px; + color: rgba(0, 0, 0, 0.3); /* Farbe des Wasserzeichens */ + font-size: 10px; + pointer-events: none; /* Damit das Wasserzeichen nicht klickbar ist */ } \ No newline at end of file