6cb19d767e
Remaking page
115 lines
1.8 KiB
CSS
115 lines
1.8 KiB
CSS
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
font: 16px Arial;
|
|
background-color: rgb(37, 37, 37);
|
|
width: 100%;
|
|
height: 100%;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
input {
|
|
background-color: srgb(53, 53, 53);
|
|
}
|
|
|
|
.search-i {
|
|
background-color: white;
|
|
width: 88%;
|
|
}
|
|
|
|
.search-i {
|
|
background-color: rgb(53, 53, 53);
|
|
color: white;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.search-n {
|
|
background-color: rgb(53, 53, 53);
|
|
color: white;
|
|
height: fit-content;
|
|
min-height: 0rem;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
|
|
.searchmenuinput {
|
|
height: 30px;
|
|
width: 90%;
|
|
background-color: rgb(53, 53, 53);
|
|
color: white;
|
|
border: 1px solid white;
|
|
}
|
|
|
|
|
|
.searchmenuselected {
|
|
height: 30px;
|
|
width: 9%;
|
|
background-color: rgb(53, 53, 53);
|
|
color: white;
|
|
border: 1px solid white;
|
|
}
|
|
|
|
.mainsearchdata {
|
|
padding-top: 50px;
|
|
} |