Ponysearch/searx/static/themes/simple/src/less/index.less

52 lines
732 B
Text
Raw Normal View History

#main_index {
2021-10-28 21:02:39 +02:00
margin-top: 26vh;
}
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;
}
#search,
#search_header {
2017-02-12 15:06:01 +01:00
margin: 0 auto;
background: inherit;
border: inherit;
padding: 0;
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;
}
}
@media screen and (max-width: @tablet) {
2017-02-12 15:06:01 +01:00
div.title {
h1 {
font-size: 1em;
}
}
#main_index {
margin-top: 6em;
}
}