Made some style changes.

This commit is contained in:
The Wobbler 2024-10-25 18:03:01 +02:00
parent 1689b727f9
commit fc34947b48
2 changed files with 20 additions and 2 deletions

View file

@ -14,12 +14,12 @@
</head>
<body style="background-color: #2e2e2e">
<body>
<div class="background" id="background">
<div class="topnav-placeholder"></div>
<p class="big-text">Seite von dem Wobbler</p>
<div class="glass inset">
<p class="normal-text">

View file

@ -8,6 +8,17 @@ html:not([data-scroll='0']) .topnav {
position: fixed;
}
* {
font-family: ubuntu, arial;
font-size: 16px;
text-color: white;
text-shadow: 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0);
}
body {
background-color: #2e2e2e
}
p {
font-family: ubuntu, arial;
padding-left: 20px;
@ -22,6 +33,13 @@ a {
text-decoration: none;
}
label {
font-family: ubuntu, arial;
font-size: 16px;
color: white;
text-shadow: 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0);
}
.background {
background-image: url('<?= $chosen_background ?>');
background-repeat: no-repeat;