2021-09-25 18:29:12 +02:00
|
|
|
#main_index {
|
2021-10-28 21:02:39 +02:00
|
|
|
margin-top: 26vh;
|
2021-09-25 18:29:12 +02:00
|
|
|
}
|
|
|
|
|
2017-02-12 15:06:01 +01:00
|
|
|
.index {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.title {
|
2021-10-28 21:02:39 +02:00
|
|
|
background: url('../img/searxng.png') no-repeat;
|
|
|
|
min-height: 4rem;
|
|
|
|
margin: 4rem auto;
|
2017-02-12 15:06:01 +01:00
|
|
|
background-position: center;
|
2021-10-28 21:02:39 +02:00
|
|
|
background-size: contain;
|
2017-02-12 15:06:01 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2021-10-28 21:02:39 +02:00
|
|
|
font-size: 4em;
|
2017-02-12 15:06:01 +01:00
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2021-11-21 21:38:00 +01:00
|
|
|
#search,
|
|
|
|
#search_header {
|
2017-02-12 15:06:01 +01:00
|
|
|
margin: 0 auto;
|
|
|
|
background: inherit;
|
|
|
|
border: inherit;
|
2021-09-25 18:29:12 +02:00
|
|
|
padding: 0;
|
2021-10-26 23:11:51 +02:00
|
|
|
display: block;
|
2017-02-12 15:06:01 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.search_filters {
|
|
|
|
display: block;
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.category label {
|
|
|
|
padding: 6px 10px;
|
|
|
|
border-bottom: initial !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-10-18 21:57:32 +02:00
|
|
|
@media screen and (max-width: @tablet) {
|
2017-02-12 15:06:01 +01:00
|
|
|
div.title {
|
|
|
|
h1 {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
}
|
2021-09-25 18:29:12 +02:00
|
|
|
|
|
|
|
#main_index {
|
|
|
|
margin-top: 6em;
|
|
|
|
}
|
|
|
|
}
|