searx을 naver처럼 변경합니다
스타일리쉬 설정에서 CSP 패치 체크해주세요.
searx naver by kindongshin
Details
Authorkindongshin
LicenseNo License
Categorysearx
Created
Updated
Size3.2 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 old naver
@version 20240708.11.05
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://searx.be/"), url-prefix("https://search.bus-hit.me/") {
body {
font-family: '굴림', gulim, helvetica, sans-serif;
}
.index .title {
width: 253px;
height: 36px;
margin: 0 auto;
background: url(https://kimdongshin.neocities.org/sp_se.png) no-repeat -2px -2px;
min-height: 2rem;
}
.search_box {
width: 572px;
border-radius: unset;
box-shadow: unset;
}
#search_view {
padding: 32px.3rem 0 .5rem;
}
#q,
#send_search {
padding: 9.3px;
font-size: 16px;
font-family: 돋움, dotum, 'Apple SD Gothic NEO', helvetica, sans-serif;
border-radius: unset;
}
#send_search {
background: url(https://kimdongshin.neocities.org/sp_se.png) no-repeat -2px -2px;
background-position: -150px -76px;
width: 67px;
}
#send_search:hover {
background-position: -214px -76px;
}
#send_search:active {
background-position: -278px -76px;
}
#send_search:before {
content: '';
font-size: 14px;
color: #fff;
font-weight: bold;
}
#q {
border: 1px solid rgb(62, 175, 14);
border-style: solid;
border-width: 3px;
margin-right: 5px;
}
#q, #send_search {
font-family: '돋움', dotum, 'Apple SD Gothic NEO', helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
line-height: normal;
outline: none;
}
#clear_search,
.hide_if_nojs {
display: none;
}
#main_preferences .category label,
#results button[type="submit"],
.button,
input[type="submit"],
#main_preferences .preferences_back,
select,
#main_preferences input[type="text"] {
border-radius: unset;
}
.result .url_wrapper,
.result .content,
.result .stat,
button,
input,
optgroup,
select,
textarea,
footer p,
.go786762153,
.go1644217821,
#main_preferences .category label,
#results button[type="submit"],
.button,
input[type="submit"],
#main_preferences .preferences_back,
select,
#main_preferences input[type="text"],
#links_on_top a,
#links_on_top a:active *,
#links_on_top a:hover *,
#links_on_top a:link *,
#links_on_top a:visited * {
font-size: 12px;
}
.result h3 a {
font-size: 13px
}
#main_preferences .category input[type="checkbox"]:checked + label,
#results button[type="submit"],
#main_preferences .preferences_back {
border: 1px solid var(--color-categories-item-border-selected);
}
:root {
--color-categories-item-border-selected: #00ab33;
--color-btn-background: #fff;
--color-toolkit-checkbox-onoff-on-mark-background: #00ab33;
--color-categories-item-selected-font: #26b829;
--color-toolkit-select-background: #f8f8f8;
--color-settings-table-group-background: #f8f8f8;
--color-settings-tr-hover: #f8f8f8;
--ub-highlight-color-1: unset;
--color-settings-return-font: #00a532;
--color-btn-font: #00a532;
}
}
@-moz-document url-prefix("https://searx.be/search"), url-prefix("https://search.bus-hit.me/") {
#search_header {
background: #fafafa;
border-top: 2px solid rgb(62, 175, 14);
border-bottom: 1px solid #b4b4b4;
}
button.category_button {
padding: 10px 14px 10px;
font-size: 14px;
font-weight: bold;
}
button.category_button svg {
display: none;
}
}