an Modern styled SearXNG
Why SearXNG? because SearX is now not longer exists, Use Searxng.site or search.ononoki.org (recommended) instead!
SearXNG Modern Light by ikkqqstudio
Details
Authorikkqqstudio
LicenseNo License
CategorySearXNG
Created
Updated
Size2.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This Userstyle only works on Searxng.site and search.ononoki.org, Not all Searxng websites
Source code
/* ==UserStyle==
@name SearXNG Modern Light
@version 20240922.02.42
@namespace ?
@description an Modern styled SearXNG Why SearXNG? because SearX is now not longer exists, Use Searxng.site or search.ononoki.org (recommended) instead!
==/UserStyle== */
/* ==UserStyle==
@name SearXNG Modern Light
@namespace github.com/openstyles/stylus
@version 1.0.0
@description an Modern styled SearXNG
Why SearXNG? because SearX is now not longer exists, Use Searxng.site or search.ononoki.org (recommended) instead!
@author Me
==/UserStyle== */
@-moz-document domain("searxng.site"), domain("search.ononoki.org") {
.index > .title {
background: url('https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/58f1ff70-4279-4f54-bdfd-734cc0546fb1/di6j7wt-a331fdaf-1292-4887-b343-c6cac0514a25.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzU4ZjFmZjcwLTQyNzktNGY1NC1iZGZkLTczNGNjMDU0NmZiMVwvZGk2ajd3dC1hMzMxZmRhZi0xMjkyLTQ4ODctYjM0My1jNmNhYzA1MTRhMjUucG5nIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.q6tq3doRjJQRxQTBdw4_PqRHRUXvLKj8HSE46kwZBSc') no-repeat !important;
background-position-x: 0% !important;
background-position-y: 0% !important;
background-size: auto !important;
background-position: center !important;
background-size: contain !important;
}
html {
background-color: #fff;
}
footer {
background-color: #fff;
border-top: unset;
}
#search_header{
background: #fff
}
#search_logo{
background: url('https://em-content.zobj.net/source/microsoft/407/magnifying-glass-tilted-left_1f50d.png');
background-size: cover;
background-position: center;
}
#search_logo > svg {
display:none;
}
button.category_button.selected, button.category_button:active, button.category_button:focus-within {
color: #747474;
}
button.category_button.selected, button.category_button:active, button.category_button:focus-within {
border-bottom: 2px solid #ababab;
}
a {
color:#7a3de4 !important;
}
.highlight {
color:#0f53ff !important;
}
a:visited {
color:#b37dff !important;
}
#q, #send_search {
background: none repeat scroll 0 0 #ededed
}
#clear_search {
background: none repeat scroll 0 0 #ededed
}
.autocomplete {
background: none repeat scroll 0 0 #ededed
}
.autocomplete.open {
background: none repeat scroll 0 0 #ededed
}
}