Files
gelbooru-mirrored/static/css/my.css
T
Hell13Cat 8f1e805511 [Server] build 0009
Clear data
2023-03-18 22:55:22 +03:00

94 lines
1.4 KiB
CSS

* {
box-sizing: border-box;
}
body {
font: 16px Arial;
background-color: rgb(37, 37, 37);
width: 100%;
height: 100%;
min-height: 100vh;
}
.winds {
width: 90%;
height: 90%;
text-align: center;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
.buttonclose {
width: 100%;
height: 30px;
color: white;
background-color: rgb(53, 53, 53);
padding: 0px;
border: 1px solid white;
border-radius: 4px;
}
.fullimage {
padding: 1%;
margin: 1%;
width: 80%;
border: 1px solid white;
border-radius: 4px;
}
.fullimagep {
text-align: center;
padding: 1%;
margin: 1%;
border: 1px solid white;
border-radius: 4px;
}
.buttimg {
text-align: center;
margin: 4px;
background-color: rgba(0, 0, 0, 0);
border: 1px solid white;
width: 260px;
height: 260px;
vertical-align: bottom;
border-radius: 4px;
}
.searchmenu {
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
height: 40px;
background-color: rgb(53, 53, 53);
vertical-align: bottom;
display: inline;
}
.searchmenuelement {
height: 30px;
background-color: rgb(53, 53, 53);
color: white;
border: 1px solid white;
border-radius: 4px;
}
.searchmenuinput {
width: 90%;
}
.searchmenuselected {
width: 9%;
}
.mainsearchdata {
padding-top: 50px;
}