mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] simple theme: SearXNG logo
This commit is contained in:
parent
f86a658c1c
commit
0650e73b12
8 changed files with 106 additions and 212 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#main_index {
|
||||
margin-top: 24vh;
|
||||
margin-top: 26vh;
|
||||
|
||||
#linkto_preferences {
|
||||
right: 1.8rem;
|
||||
|
|
@ -10,14 +10,15 @@
|
|||
text-align: center;
|
||||
|
||||
.title {
|
||||
background: url('../img/searx.png') no-repeat;
|
||||
width: 100%;
|
||||
min-height: 80px;
|
||||
background: url('../img/searxng.png') no-repeat;
|
||||
min-height: 4rem;
|
||||
margin: 4rem auto;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 5em;
|
||||
font-size: 4em;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -89,8 +89,8 @@ footer {
|
|||
|
||||
#main_preferences h1,
|
||||
#main_stats h1 {
|
||||
background: url('../img/searx.png') no-repeat;
|
||||
background-size: auto 75%;
|
||||
background: url('../img/searxng.png') no-repeat;
|
||||
background-size: contain;
|
||||
min-height: 40px;
|
||||
margin: 0 auto;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue