145 lines
2.4 KiB
CSS
145 lines
2.4 KiB
CSS
body
|
|
{
|
|
background: url("http://109.123.243.163/fht/fabrika_imgs/downscaled/23.jpg") no-repeat center center fixed;
|
|
-webkit-background-size: cover;
|
|
-moz-background-size: cover;
|
|
-o-background-size: cover;
|
|
background-size: cover;
|
|
user-select: none;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#textPole
|
|
{
|
|
width: 55.5vh;
|
|
height: 25.5vh;
|
|
resize: none;
|
|
border-radius: 0.5vh;
|
|
font-size: 1.7vh;
|
|
user-select: none;
|
|
border: 1px solid #3E392F;
|
|
background: #6F7270;
|
|
color: #C1BFBE;
|
|
padding: 1vh;
|
|
}
|
|
|
|
#nav_buttons
|
|
{
|
|
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;
|
|
}
|
|
|
|
#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);
|
|
}
|
|
|
|
#login_pane
|
|
{
|
|
position: relative;
|
|
visibility: hidden;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items:center;
|
|
|
|
width: fit-content;
|
|
height: auto;
|
|
margin: 0 auto;
|
|
padding: 5vh;
|
|
position: relative;
|
|
|
|
border: solid 1px #3E392F;
|
|
border-radius: 0.5vh 0.5vh;
|
|
background: #6F7270;
|
|
}
|
|
|
|
#login_pane *
|
|
{
|
|
padding: 1vh;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items:center;
|
|
|
|
font-size: 2vh;
|
|
}
|
|
|
|
#login_pane input
|
|
{
|
|
margin-top: 1vh;
|
|
border: 1px solid #3E392F;
|
|
border-radius: 0.5vh 0.5vh;
|
|
|
|
background-color: #C1BFBE;
|
|
}
|
|
|
|
#sub_btn
|
|
{
|
|
padding-right: 2vh;
|
|
padding-left: 2vh;
|
|
}
|
|
|
|
#login_buttons, #logout_button
|
|
{
|
|
margin-top: 5vh;
|
|
}
|
|
|
|
#login_buttons *
|
|
{
|
|
width: 17vh;
|
|
}
|
|
|
|
#logout_button
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
#login_indicator
|
|
{
|
|
visibility: hidden;
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
|
|
margin: 0.5vh;
|
|
padding: 1vh;
|
|
|
|
border: 1px #3E392F solid;
|
|
background: #6F7270;
|
|
border-radius: 0.3vh 0.3vh;
|
|
}
|
|
|
|
#social_button
|
|
{
|
|
width: 100%;
|
|
padding: 0.3vh;
|
|
margin-top: 0.2vh;
|
|
background-color: #9E6812;
|
|
border: 1px solid #3E392F;
|
|
color: #C1BFBE;
|
|
border-radius: 0.3vh 0.3vh;
|
|
} |