Files
Hell13Cat 246849ff93 [Server] build 0010
Paginator
2023-03-19 00:52:14 +03:00

126 lines
1.9 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;
}
.buttonfullsee {
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: 80px;
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: 100px;
}
.horizscroll {
float: left;
width: 100%;
background-color: rgb(53, 53, 53);
overflow: hidden;
overflow-x: scroll;
white-space:nowrap;
}
.buttpage {
text-align: center;
margin: 4px;
vertical-align: bottom;
border-radius: 4px;
}
.buttpageinactive {
background-color: rgb(53, 53, 53);
border: 1px solid white;
color: white;
}
.buttpageactive {
background-color: white;
border: 1px solid white;
color: black;
}
.imgdisable {
display: none;
}