[Server] build 0010

Paginator
This commit is contained in:
Hell13Cat
2023-03-19 00:52:14 +03:00
parent 8f1e805511
commit 246849ff93
4 changed files with 132 additions and 34 deletions
+35 -3
View File
@@ -22,7 +22,7 @@ body {
margin: auto;
}
.buttonclose {
.buttonfullsee {
width: 100%;
height: 30px;
color: white;
@@ -64,7 +64,7 @@ body {
position: fixed;
top: 0;
width: 100%;
height: 40px;
height: 80px;
background-color: rgb(53, 53, 53);
vertical-align: bottom;
display: inline;
@@ -90,5 +90,37 @@ body {
}
.mainsearchdata {
padding-top: 50px;
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;
}