FabrikaHradekTour/res/global.css

32 lines
663 B
CSS
Raw Permalink Normal View History

body
{
2024-01-06 16:00:04 +01:00
background: url("http://109.123.243.163/fht/background_downscaled.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
user-select: none;
}
#back_button
{
position: fixed;
2023-06-01 10:07:41 +02:00
/* margin-top: 1vh;
margin-left: 1vh; */
top: 1vh;
left: 1vh;
font-size: xx-large;
padding: 1vh;
border-radius: 0.5vh;
background-color: #B97C15;
color: #C1BFBE;
border-color: #4D2B09;
2023-05-29 19:31:37 +02:00
width: 8vh;
height: 8vh;
2024-01-07 15:58:04 +01:00
}
*
{
font-family: monospace;
text-shadow: 1px 1px #4D2B09;
}