Change Searx to Google
Searx Google by kindongshin
Details
Authorkindongshin
LicenseNo License
CategorySearx
Created
Updated
Size3.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Searx > Google
@version 20231227.17.12
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://searx"),
url-prefix("https://search.bus-hit.me/") {
:root {
--color-url-font: #1a0dab;
--color-btn-background: #4285f4;
--color-search-background-hover: #4285f4;
--color-categories-item-selected-font: #1A73E8;
--color-categories-item-border-selected: #4285f4;
--color-result-url-font: #006621;
--color-result-link-font: #1a0dab;
--color-result-link-font-highlight: #1a0dab;
--color-base-background-mobile: unset;
--ub-highlight-color-1: unset;
}
.search_box {
border-radius: 2px;
height: 44px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.search_box:hover {
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
body {
border-top: 1px solid #999 !important;
height: 99.9vh;
}
body.results_endpoint #search_view {
padding: 0.5rem 0 0 0;
}
#search_header {
padding-top: 12px;
background: #fafafa;
border-bottom: 1px solid #ebebeb;
}
button.category_button.selected,
button.category_button:active,
button.category_button:focus-within {
border-bottom: 3px solid #4285f4;
font-weight: bold;
}
button.category_button {
padding: 16px 16px 11px
}
.category_button,
.category_checkbox {
margin-right: 0;
}
span.hide_if_nojs {
color: #4285f4;
}
#send_search:hover {
background-color: unset;
color: #4285f4
}
.result h3 a {
font-size: 18px;
}
.result .url_wrapper {
font-size: 14px;
padding-top: 1px;
}
.autocomplete.open,
#sidebar .infobox,
#search_url button#copy_url,
.category-files,
.category-map,
.category-music,
.category-news,
.category-social,
.category-videos,
.dialog-error-block {
border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
border: 0;
}
#infoboxes .infobox .url a,
#infoboxes input[type=submit],
#suggestions .infobox .url a,
#suggestions input[type=submit],
input.page_number {
border: 0!important;
}
#results button[type=submit],
input[type=submit] {
background-color: #4d90fe;
border: 1px solid #3079ed;
border-radius: 2px;
}
#main_preferences .preferences_back,
#main_preferences .value select {
border: 1px solid #dcdcdc;
background-color: #f5f5f5;
border-radius: 2px;
color: #444;
}
#main_preferences .value input[type=text] {
border-radius: 1px;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
font-size: 13px;
background: #fff
}
#main_preferences .value input[type=text]:focus,
#main_preferences .value input[type=text]:hover {
background-color: #fff;
}
footer {
background: #f2f2f2;
border-top: 1px solid #e4e4e4;
}
button.category_button svg {
display: none;
}
}
@media screen and (max-width: 50em) {
#links_on_top {
top: 2.2rem;
right: 20px;
}
}