2024-10-19 20:57:03 +02:00
|
|
|
#Search{
|
|
|
|
position: relative;
|
|
|
|
width: 98vw;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
2024-10-19 19:52:28 +02:00
|
|
|
#SearchBox{
|
|
|
|
display: flex;
|
|
|
|
align-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#SearchResults {
|
2024-10-19 20:57:03 +02:00
|
|
|
width: 100%;
|
2024-10-19 19:52:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#SearchBox select, #SearchBox button, #SearchBox input {
|
2024-10-19 20:41:02 +02:00
|
|
|
border-color: var(--primary-color);
|
2024-10-19 19:52:28 +02:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 0;
|
|
|
|
border-bottom-width: 2px;
|
|
|
|
border-top-width: 2px;
|
|
|
|
padding: 2px 5px;
|
|
|
|
font-size: 12pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
#Searchbox-Manganame {
|
|
|
|
border-bottom-left-radius: 2px;
|
|
|
|
border-top-left-radius: 2px;
|
2024-10-19 20:41:02 +02:00
|
|
|
border-left-width: 2px !important;
|
2024-10-19 20:50:14 +02:00
|
|
|
min-width: 300px;
|
|
|
|
max-width: 50vw;
|
2024-10-19 19:52:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#Searchbox-connector {
|
|
|
|
width: max-content;
|
|
|
|
}
|
|
|
|
|
|
|
|
#Searchbox-language {
|
|
|
|
width: 90px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#Searchbox-button {
|
|
|
|
border-bottom-right-radius: 2px;
|
|
|
|
border-top-right-radius: 2px;
|
2024-10-19 20:41:02 +02:00
|
|
|
border-right-width: 2px !important;
|
2024-10-19 19:52:28 +02:00
|
|
|
width: 90px;
|
2024-10-19 20:57:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#closeSearch {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(20deg) brightness(103%) contrast(101%);
|
2024-10-18 19:44:15 +02:00
|
|
|
}
|