mirror of
https://github.com/SileNce5k/discord_bot_mgmt.git
synced 2025-05-01 08:50:49 +02:00
Initial Commit
Just the very very basics are there now. It is not usable at all yet though.
This commit is contained in:
commit
c0af804da1
15 changed files with 2000 additions and 0 deletions
78
frontend/public/css/main.css
Normal file
78
frontend/public/css/main.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue