2023-05-29 19:03:49 +02:00
|
|
|
body
|
|
|
|
{
|
2024-01-06 16:00:04 +01:00
|
|
|
background: url("http://109.123.243.163/fht/fabrika_imgs/downscaled/23.jpg") no-repeat center center fixed;
|
2023-05-29 19:03:49 +02:00
|
|
|
-webkit-background-size: cover;
|
|
|
|
-moz-background-size: cover;
|
|
|
|
-o-background-size: cover;
|
|
|
|
background-size: cover;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
2023-05-29 18:53:41 +02:00
|
|
|
#textPole
|
|
|
|
{
|
|
|
|
width: 55.5vh;
|
|
|
|
height: 25.5vh;
|
|
|
|
resize: none;
|
|
|
|
border-radius: 0.5vh;
|
|
|
|
font-size: 1.7vh;
|
|
|
|
user-select: none;
|
2023-05-29 19:24:28 +02:00
|
|
|
border-color: #3E392F;
|
|
|
|
background: #6F7270;
|
|
|
|
color: #C1BFBE;
|
2023-06-01 10:16:39 +02:00
|
|
|
padding: 1vh;
|
2023-05-29 18:53:41 +02:00
|
|
|
}
|
|
|
|
|
2023-06-01 10:09:36 +02:00
|
|
|
#nav_buttons
|
2023-05-29 18:53:41 +02:00
|
|
|
{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
position: absolute;
|
|
|
|
margin-top: 50vh;
|
|
|
|
padding:auto;
|
|
|
|
margin-left: 15vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tlacitko
|
|
|
|
{
|
|
|
|
color: #C1BFBE;;
|
|
|
|
background: #9E6812;
|
|
|
|
border-color: #4D2B09;
|
|
|
|
margin-bottom: 1vh;
|
|
|
|
border-radius: 0.84vh;
|
|
|
|
border-width: 0.32vh;
|
|
|
|
width: 35vh;
|
|
|
|
height: 7vh;
|
|
|
|
font-size: larger;
|
2023-06-02 08:57:30 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#slideshow
|
|
|
|
{
|
|
|
|
width: 40vh;
|
|
|
|
height: 30vh;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0vh;
|
|
|
|
right: 0vh;
|
|
|
|
border-top-left-radius: 0.7vh;
|
|
|
|
filter: drop-shadow(-0.5vh -0.5vh 1vh black);
|
2023-05-29 18:53:41 +02:00
|
|
|
}
|