Made the website multilingual (German & English)

This commit is contained in:
The Wobbler 2025-03-02 19:07:16 +01:00
parent c4f6d64ff4
commit 44f3bfbe3e
3 changed files with 186 additions and 32 deletions

View file

@ -103,6 +103,21 @@ hr {
text-shadow: none;
}
.topnav-text {
font-family: ubuntu, arial;
float: left;
color: #f2f2f2;
text-align: center;
padding: 5px 16px;
text-decoration: none;
text-shadow: none;
font-size: 17px;
}
.align-right {
float: right;
}
.scriptsinactive:hover {
background-color: #ddd;
color: black;