|
|
|
@ -3,15 +3,14 @@
|
|
|
|
|
body
|
|
|
|
|
{
|
|
|
|
|
margin:0;
|
|
|
|
|
background-image: url("../images/wallhaven-650953.jpg");
|
|
|
|
|
height:100%;
|
|
|
|
|
width:100%;
|
|
|
|
|
margin: 0 0 0 0;
|
|
|
|
|
position:absolute;
|
|
|
|
|
top:0%;
|
|
|
|
|
left:0%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-attachment: fixed;
|
|
|
|
|
background-position: center;
|
|
|
|
|
font-family: 'lato';
|
|
|
|
|
background-color: #071c24;
|
|
|
|
|
}
|
|
|
|
|
.Footer
|
|
|
|
|
{
|
|
|
|
@ -42,8 +41,8 @@ button
|
|
|
|
|
}
|
|
|
|
|
.githublogo
|
|
|
|
|
{
|
|
|
|
|
height:5%;
|
|
|
|
|
width:5%;
|
|
|
|
|
height: 20px;
|
|
|
|
|
width: 20px;
|
|
|
|
|
}
|
|
|
|
|
.github
|
|
|
|
|
{
|
|
|
|
@ -54,14 +53,22 @@ button
|
|
|
|
|
font-weight:bolder;
|
|
|
|
|
color:black;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top:55%;
|
|
|
|
|
left:40vw;
|
|
|
|
|
top: 55%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
width: 8%;
|
|
|
|
|
height: 4%;
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
|
}
|
|
|
|
|
a
|
|
|
|
|
{
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color:black;
|
|
|
|
|
}
|
|
|
|
|
h1
|
|
|
|
|
{
|
|
|
|
|
display:block;
|
|
|
|
|
padding-bottom: 30%;
|
|
|
|
|
color:rgb(0, 183, 255);
|
|
|
|
|
display: block;
|
|
|
|
|
padding-top: 22%;
|
|
|
|
|
color: rgb(0, 183, 255);
|
|
|
|
|
font-size: 50px;
|
|
|
|
|
font-family: 'Lato', sans-serif;
|
|
|
|
|
font-weight: bolder;
|
|
|
|
@ -72,67 +79,41 @@ h1
|
|
|
|
|
{
|
|
|
|
|
text-align: center;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 60%;
|
|
|
|
|
|
|
|
|
|
padding-top: 1%;
|
|
|
|
|
}
|
|
|
|
|
.bottom
|
|
|
|
|
{
|
|
|
|
|
position: absolute;
|
|
|
|
|
top:98%;
|
|
|
|
|
width: 85%;
|
|
|
|
|
border-bottom: 2px solid #010f14;
|
|
|
|
|
}
|
|
|
|
|
a,
|
|
|
|
|
a:link,
|
|
|
|
|
a:visited,
|
|
|
|
|
a:hover,
|
|
|
|
|
a:active
|
|
|
|
|
{
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color:black;
|
|
|
|
|
}
|
|
|
|
|
.center
|
|
|
|
|
{
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: auto;
|
|
|
|
|
width: 50%;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.verticalCenter
|
|
|
|
|
.Container
|
|
|
|
|
{
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
margin: 0;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
-ms-transform: translate(-50%, -50%);
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
}
|
|
|
|
|
.container
|
|
|
|
|
{
|
|
|
|
|
height: 100%;
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#iName:focus
|
|
|
|
|
{
|
|
|
|
|
color: black
|
|
|
|
|
top:0;
|
|
|
|
|
left:0;
|
|
|
|
|
background-color: #fffff08c;
|
|
|
|
|
}
|
|
|
|
|
#iPassword:focus
|
|
|
|
|
.background
|
|
|
|
|
{
|
|
|
|
|
color: black
|
|
|
|
|
}
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
label
|
|
|
|
|
{
|
|
|
|
|
color:ivory;
|
|
|
|
|
}
|
|
|
|
|
.LoginBT
|
|
|
|
|
{
|
|
|
|
|
position: relative;
|
|
|
|
|
float:right;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
margin-top: 5vh;
|
|
|
|
|
margin-right: 5vw;
|
|
|
|
|
text-align: center;
|
|
|
|
@ -141,14 +122,15 @@ label
|
|
|
|
|
width: 10vw;
|
|
|
|
|
border: 1px solid rgb(0, 0, 0);
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
font-size: larger;
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
font-weight: bolder;
|
|
|
|
|
font-family: 'Lato';
|
|
|
|
|
cursor:pointer;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
#login
|
|
|
|
|
{
|
|
|
|
|
color:rgb(252, 252, 218);
|
|
|
|
|
position: relative;
|
|
|
|
|
top:1vh;
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
}
|