You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

141 lines
2.4 KiB

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,900&display=swap');
body
{
margin:0;
height:100%;
width:100%;
margin: 0 0 0 0;
position:absolute;
top:0%;
left:0%;
font-family: 'lato';
background-color: #071c24;
}
.Footer
{
font-family:Verdana, sans-serif;
color:rgb(14, 19, 19);
position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
}
button
{
display:inline-block;
padding:0%;
margin:0;
height:10%;
width:30%;
}
.DiscordAddBtn
{
position:absolute;
top:45%;
left:calc(50% - 17.5%);
height: 10%;
width:35%;
}
.githublogo
{
height: 20px;
width: 20px;
}
.github
{
display:inline-block;
padding:3%;
font-family:Verdana, sans-serif;
font-size:100%;
font-weight:bolder;
color:black;
position: absolute;
top: 55%;
left: 50%;
width: 8%;
height: 4%;
transform: translateX(-50%);
}
a
{
text-decoration: none;
color:black;
}
h1
{
display: block;
color: rgb(0, 183, 255);
font-size: 50px;
font-family: 'Lato', sans-serif;
font-weight: bolder;
text-align: center;
position: absolute;
height: 1em;
left: 50%;
top: 30%;
transform: translateX(-50%);
}
.h3
{
text-align: center;
position: absolute;
top: 38%;
left: 50%;
transform: translateX(-50%)
}
.Container
{
height: 100%;
width: 100%;
position: absolute;
top:0;
left:0;
background-color: #fffff08c;
}
.background
{
height: 100%;
width: 100%;
position: absolute;
top:0;
left:0;
background-image: url("../images/wallhaven-650953.jpg");
background-size: 100.5% 100%;
background-position: 9990% 0%;
background-repeat-x: repeat;
background-repeat-y: no-repeat;
background-attachment: fixed;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: contrast(1) blur(0.5px) grayscale(0.2)
}
.LoginBT
{
position: absolute;
top: 0;
right: 0;
margin-top: 5vh;
margin-right: 5vw;
text-align: center;
background-color: #7188DA;
height: 5vh;
width: 10vw;
border: 1px solid rgb(0, 0, 0);
border-radius: 5px;
font-size: 1em;
font-weight: bolder;
font-family: 'Lato';
cursor: pointer;
}
#login
{
color:rgb(252, 252, 218);
position: relative;
top:1vh;
font-size: 1em;
}