styled homepage

This commit is contained in:
Václav Šmejkal 2024-05-24 16:31:38 +02:00
parent 04f08779e5
commit ebc26dc8fb
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -32,12 +32,12 @@ body
border-top: none;
border-bottom-left-radius: 0.4vh 0.4vh;
width: fit-content;
height: 2vh;
display: flex;
justify-content: end;
padding: 0.25vh;
width: fit-content;
height: 2vh;
}
#upper_panel *
@ -132,3 +132,48 @@ img:hover
{
margin-top: 2vh;
}
#upload_btn
{
padding-top: 1vh;
padding-bottom: 1vh;
}
#upload_popup
{
position: relative;
display: none;
flex-direction: column;
align-items: start;
width: fit-content;
height: auto;
margin: 0 auto;
padding: 2vh;
border: solid 1px #3E392F;
border-radius: 0.5vh 0.5vh;
background: #6F7270;
margin-top: 19%;
}
#upload_popup div + div
{
margin-top: 2vh;
}
#upload_popup input
{
margin-top: 1vh;
border: 1px solid #3E392F;
border-radius: 0.5vh 0.5vh;
background-color: #C1BFBE;
}
#file_upload_style
{
margin-top: 200vh;
}