171 lines
2.7 KiB
CSS
Raw Normal View History

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;
2024-05-07 21:24:14 +02:00
overflow: hidden;
2023-05-29 19:03:49 +02:00
}
#textPole
{
width: 55.5vh;
height: 25.5vh;
resize: none;
border-radius: 0.5vh;
font-size: 1.7vh;
user-select: none;
2024-05-07 21:57:39 +02:00
border: 1px solid #3E392F;
2023-05-29 19:24:28 +02:00
background: #6F7270;
color: #C1BFBE;
2023-06-01 10:16:39 +02:00
padding: 1vh;
2024-05-16 21:02:47 +02:00
overflow-y: scroll;
}
::-webkit-scrollbar
{
width: 0.75vh;
2024-05-16 21:02:47 +02:00
}
::-webkit-scrollbar-track
{
background-color: #C1BFBE;
}
::-webkit-scrollbar-thumb
{
background-color: #888;
}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track
{
border-radius: 5vh 5vh;
}
2024-05-16 21:02:47 +02:00
::-webkit-scrollbar-thumb:hover
{
background-color: #555;
}
2023-06-01 10:09:36 +02:00
#nav_buttons
{
display: flex;
flex-direction: column;
position: absolute;
margin-top: 50vh;
padding:auto;
margin-left: 15vh;
}
.tlacitko
{
2024-05-08 20:50:52 +02:00
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;
2023-06-02 08:57:30 +02:00
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;
2024-05-08 17:04:50 +02:00
border: solid 1px #3E392F;
border-radius: 0.5vh 0.5vh;
background: #6F7270;
}
#login_pane *
{
padding: 1vh;
2024-05-08 17:04:50 +02:00
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;
}
2024-05-08 17:04:50 +02:00
#sub_btn
{
padding-right: 2vh;
padding-left: 2vh;
}
#login_buttons, #logout_button
2024-05-07 21:24:14 +02:00
{
margin-top: 5vh;
}
#login_buttons *
{
width: 17vh;
2024-05-07 20:51:32 +02:00
}
2024-05-07 21:24:14 +02:00
#logout_button
{
display: none;
2024-05-07 21:24:14 +02:00
}
2024-05-07 20:51:32 +02:00
#login_indicator
{
visibility: hidden;
position: fixed;
top: 0;
right: 0;
margin: 0.5vh;
padding: 1vh;
border: 1px #3E392F solid;
background: #6F7270;
2024-05-07 21:16:40 +02:00
border-radius: 0.3vh 0.3vh;
2024-05-08 20:50:52 +02:00
}
#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;
}