Initial Commit

Just the very very basics are there now. It is not usable at all yet though.
This commit is contained in:
SileNce5k 2025-01-10 18:53:32 +01:00
commit c0af804da1
Signed by: SileNce
GPG key ID: B0A142BB4291B204
15 changed files with 2000 additions and 0 deletions

View file

@ -0,0 +1,78 @@
body {
background-color: #262626;
color: #dedede;
font-size: 40px;
text-align: center;
font-family: "Verdana, Geneva, Tahoma, sans-serif";
display: flex;
flex-direction: column;
min-height: 100vh;
min-height: 100svh;
}
ul {
list-style-type: none;
}
a {
color: #dedede;
}
a:visited {
color: #dedede;
}
#nav {
/*margin-top:20%;*/
position: fixed;
bottom: 20px;
text-align: center;
width: 100%;
}
#links p {
margin-top: 0px;
margin-bottom: 0px;
}
#incorrect-login{
color: #862121;
font-size: 25px;
}
#check01, ul.dropdown-submenu {
display: none;
}
.dropdown-label {
font-size: 20px;
display: inherit;
cursor: pointer;
background: #6a6a6a;
width: 100px;
color: white;
padding: 10px;
font-weight: bolder;
position: absolute;
border-radius: 12px;
}
#check01:checked~ul.dropdown-submenu {
display: inherit;
flex-direction: column;
}
.user-dropdown{
display:flex;
top: 8%;
right: 10%;
position: absolute;
}