2017-01-26 01:38:19 -05:00
|
|
|
#loginBody {
|
|
|
|
|
height: 94vh;
|
2016-09-07 11:51:30 -04:00
|
|
|
width: 100%;
|
2017-01-26 01:38:19 -05:00
|
|
|
background-color: #222328;
|
2016-08-09 01:33:14 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#loginFooter {
|
2016-08-12 12:50:37 -04:00
|
|
|
width: 100%;
|
2016-09-24 19:48:50 -04:00
|
|
|
height: 6vh;
|
2017-01-26 01:38:19 -05:00
|
|
|
background-color: #1C1C1F;
|
2016-08-12 12:50:37 -04:00
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
2016-08-09 01:33:14 -04:00
|
|
|
}
|
|
|
|
|
|
2017-01-26 01:38:19 -05:00
|
|
|
#loginLogo {
|
|
|
|
|
height: 50vh;
|
|
|
|
|
}
|
|
|
|
|
|
2016-09-24 19:48:50 -04:00
|
|
|
#github, #version {
|
|
|
|
|
font-size: 2.3vh;
|
2017-01-26 01:38:19 -05:00
|
|
|
color: #FFF !important;
|
2016-09-24 19:48:50 -04:00
|
|
|
|
|
|
|
|
height: 6vh;
|
2016-08-12 12:50:37 -04:00
|
|
|
margin: 0;
|
2016-09-09 00:45:58 -04:00
|
|
|
padding: 0 0 0 1vw;
|
2016-08-12 12:50:37 -04:00
|
|
|
|
2016-09-24 19:48:50 -04:00
|
|
|
line-height: 6vh;
|
|
|
|
|
display: inline-block;
|
2016-08-09 01:33:14 -04:00
|
|
|
}
|
|
|
|
|
|
2016-09-24 19:48:50 -04:00
|
|
|
#version {
|
|
|
|
|
float: right;
|
|
|
|
|
margin-right: 1%;
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-09 01:33:14 -04:00
|
|
|
a {
|
2016-08-12 12:50:37 -04:00
|
|
|
color: #0099CC;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
|
|
-webkit-transition: color 0.4s ease;
|
|
|
|
|
-moz-transition: color 0.4s ease;
|
|
|
|
|
-ms-transition: color 0.4s ease;
|
|
|
|
|
transition: color 0.4s ease
|
2016-08-09 01:33:14 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:hover {
|
2016-08-12 12:50:37 -04:00
|
|
|
color: #00BFFF;
|
2016-10-13 14:10:39 -04:00
|
|
|
}
|