css/install.css aktualisiert

This commit is contained in:
M_Viper 2024-02-25 15:26:18 +00:00
parent d731f0e430
commit 9203cd0bfb
1 changed files with 60 additions and 46 deletions

View File

@ -27,6 +27,7 @@ form label {
form input[type="text"], form input[type="text"],
form input[type="password"], form input[type="password"],
form input[type="email"], form input[type="email"],
form input[type="number"],
form input[type="submit"] { form input[type="submit"] {
padding: 8px; padding: 8px;
margin-bottom: 10px; margin-bottom: 10px;
@ -44,3 +45,16 @@ form input[type="submit"] {
form input[type="submit"]:hover { form input[type="submit"]:hover {
background-color: #45a049; background-color: #45a049;
} }
.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 */
}
img {
width: 80px; /* Breite des Logos anpassen */
height: auto; /* Automatische Anpassung der Höhe */
}