2020-10-31 12:56:53 +01:00
|
|
|
a {
|
|
|
|
color: #17c3ea;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:active {
|
|
|
|
color: #0b69bc;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2020-10-30 17:18:03 +01:00
|
|
|
background-image: url(../gif/bg/0.gif);
|
|
|
|
background-size: cover;
|
|
|
|
margin: 0;
|
2020-10-31 12:56:53 +01:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
color: #F0F0FF;
|
2020-10-30 17:18:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
background-color: rgba(0,0,0, 0.8);
|
2020-10-31 12:56:53 +01:00
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
z-index: 1;
|
|
|
|
overflow-x: hidden;
|
|
|
|
padding-top: 5%;
|
|
|
|
padding-bottom: 5%;
|
2020-10-30 17:18:03 +01:00
|
|
|
}
|
|
|
|
|
2020-10-31 10:42:39 +01:00
|
|
|
.footer {
|
|
|
|
position: absolute;
|
2020-10-31 12:56:53 +01:00
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 60px;
|
|
|
|
text-align: center;
|
2020-10-30 17:18:03 +01:00
|
|
|
}
|