2023-05-29 18:53:41 +02:00
|
|
|
body
|
|
|
|
{
|
2023-05-29 19:03:49 +02:00
|
|
|
background: url("http://207.180.212.190/fht/background.jpg") no-repeat center center fixed;
|
2023-05-29 18:53:41 +02:00
|
|
|
-webkit-background-size: cover;
|
|
|
|
-moz-background-size: cover;
|
|
|
|
-o-background-size: cover;
|
|
|
|
background-size: cover;
|
|
|
|
user-select: none;
|
2023-05-29 19:17:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#back_button
|
|
|
|
{
|
|
|
|
position: fixed;
|
|
|
|
margin-top: 1vh;
|
|
|
|
margin-left: 1vh;
|
|
|
|
font-size: xx-large;
|
|
|
|
padding: 1vh;
|
|
|
|
border-radius: 0.5vh;
|
|
|
|
background-color: #B97C15;
|
|
|
|
color: #C1BFBE;
|
|
|
|
border-color: #4D2B09;
|
2023-05-29 18:53:41 +02:00
|
|
|
}
|