...
|
...
|
@@ -2,7 +2,6 @@ body, |
|
|
html {
|
|
|
background-image: linear-gradient(#131313, #3e3e3e);
|
|
|
background-repeat: no-repeat;
|
|
|
min-height: 100%;
|
|
|
background-color: #3e3e3e;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -163,23 +162,33 @@ html { |
|
|
}
|
|
|
}
|
|
|
|
|
|
.reload {
|
|
|
.reload-c {
|
|
|
width: 750px;
|
|
|
height: 90px;
|
|
|
line-height: 90px;
|
|
|
background-color: #333;
|
|
|
position: fixed;
|
|
|
bottom: 54px;
|
|
|
left: 50%;
|
|
|
font-size: 24px;
|
|
|
color: #b0b0b0;
|
|
|
width: 200px;
|
|
|
line-height: 30px;
|
|
|
margin-left: -100px;
|
|
|
text-align: center;
|
|
|
|
|
|
span {
|
|
|
font-size: 40px;
|
|
|
color: #eee;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
|
|
|
.reload {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
left: -30px;
|
|
|
bottom: 0;
|
|
|
left: 50%;
|
|
|
font-size: 24px;
|
|
|
color: #b0b0b0;
|
|
|
width: 200px;
|
|
|
line-height: 90px;
|
|
|
margin-left: -100px;
|
|
|
text-align: center;
|
|
|
|
|
|
span {
|
|
|
font-size: 40px;
|
|
|
color: #eee;
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
left: -30px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|