[mod] simple theme: move source files to the src directory

This commit is contained in:
Alexandre Flament 2021-06-16 09:28:45 +02:00
parent 49ea5b7644
commit 6b80c57a3c
22 changed files with 9 additions and 9 deletions

View file

@ -0,0 +1,43 @@
.index {
text-align: center;
.title {
background: url('../img/searx.png') no-repeat;
width: 100%;
min-height: 80px;
background-position: center;
}
h1 {
font-size: 5em;
visibility: hidden;
}
#search {
margin: 0 auto;
background: inherit;
border: inherit;
}
.search_filters {
display: block;
margin: 1em 0;
}
.category label {
padding: 6px 10px;
border-bottom: initial !important;
}
}
@media screen and (max-width: 75em) {
div.title {
h1 {
font-size: 1em;
}
}
}