2021-03-21 01:21:41 +00:00
|
|
|
html {
|
2021-04-05 14:37:39 +00:00
|
|
|
background: var(--whoogle-page-bg) !important;
|
2021-03-21 01:21:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2021-04-05 14:37:39 +00:00
|
|
|
background: var(--whoogle-page-bg) !important;
|
2021-03-21 01:21:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div {
|
|
|
|
color: var(--whoogle-text) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
color: var(--whoogle-contrast-text) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
li a {
|
2021-04-12 14:22:34 +00:00
|
|
|
color: var(--whoogle-result-url) !important;
|
2021-03-21 01:21:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
color: var(--whoogle-text) !important;
|
|
|
|
}
|
|
|
|
|
2022-04-13 17:29:07 +00:00
|
|
|
.anon-view {
|
|
|
|
color: var(--whoogle-text) !important;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2021-03-21 01:21:41 +00:00
|
|
|
textarea {
|
2021-04-05 14:37:39 +00:00
|
|
|
background: var(--whoogle-page-bg) !important;
|
2021-03-21 01:21:41 +00:00
|
|
|
color: var(--whoogle-text) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
2021-04-05 14:37:39 +00:00
|
|
|
background: var(--whoogle-page-bg) !important;
|
2021-03-21 01:21:41 +00:00
|
|
|
color: var(--whoogle-text) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ZINbbc {
|
2021-09-19 03:19:05 +00:00
|
|
|
overflow: hidden;
|
2022-02-02 00:15:48 +00:00
|
|
|
background-color: var(--whoogle-result-bg) !important;
|
2022-06-09 22:30:55 +00:00
|
|
|
margin-bottom: 10px !important;
|
|
|
|
border-radius: 8px !important;
|
2022-06-10 14:58:31 +00:00
|
|
|
box-shadow: 0 1px 6px rgba(32,33,36,0.28) !important;
|
2021-03-21 01:21:41 +00:00
|
|
|
}
|
|
|
|
|
2021-07-05 04:18:28 +00:00
|
|
|
.BVG0Nb {
|
2022-02-02 00:15:48 +00:00
|
|
|
background-color: var(--whoogle-result-bg) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ZINbbc.luh4tb {
|
|
|
|
background: var(--whoogle-result-bg) !important;
|
2022-02-07 17:47:25 +00:00
|
|
|
margin-bottom: 24px !important;
|
2021-07-05 04:18:28 +00:00
|
|
|
}
|
|
|
|
|
2021-03-21 01:21:41 +00:00
|
|
|
.bRsWnc {
|
2022-02-02 00:15:48 +00:00
|
|
|
background-color: var(--whoogle-result-bg) !important;
|
2021-03-21 01:21:41 +00:00
|
|
|
}
|
|
|
|
|
2021-05-11 16:24:45 +00:00
|
|
|
.x54gtf {
|
|
|
|
background-color: var(--whoogle-divider) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Q0HXG {
|
|
|
|
background-color: var(--whoogle-divider) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.LKSyXe {
|
|
|
|
background-color: var(--whoogle-divider) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2021-03-21 01:21:41 +00:00
|
|
|
a:visited h3 div {
|
|
|
|
color: var(--whoogle-result-visited) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:link h3 div {
|
|
|
|
color: var(--whoogle-result-title) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:link div {
|
|
|
|
color: var(--whoogle-result-url) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div span {
|
|
|
|
color: var(--whoogle-secondary-text) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
2021-04-05 14:37:39 +00:00
|
|
|
background-color: var(--whoogle-page-bg) !important;
|
2021-03-21 01:21:41 +00:00
|
|
|
color: var(--whoogle-text) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search-bar {
|
|
|
|
color: var(--whoogle-text) !important;
|
2021-04-05 14:37:39 +00:00
|
|
|
background-color: var(--whoogle-page-bg);
|
2021-03-21 01:21:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.home-search {
|
2021-06-28 14:26:51 +00:00
|
|
|
border-color: var(--whoogle-element-bg) !important;
|
2021-03-21 01:21:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.search-container {
|
2021-04-05 14:37:39 +00:00
|
|
|
background-color: var(--whoogle-page-bg) !important;
|
2021-03-21 01:21:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#search-submit {
|
2021-04-05 14:37:39 +00:00
|
|
|
border: 1px solid var(--whoogle-element-bg) !important;
|
|
|
|
background: var(--whoogle-element-bg) !important;
|
|
|
|
color: var(--whoogle-contrast-text) !important;
|
2021-03-21 01:21:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.info-text {
|
|
|
|
color: var(--whoogle-contrast-text) !important;
|
|
|
|
opacity: 75%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.collapsible {
|
2021-04-09 15:00:02 +00:00
|
|
|
color: var(--whoogle-text) !important;
|
2021-03-21 01:21:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.collapsible:after {
|
2021-04-09 15:00:02 +00:00
|
|
|
color: var(--whoogle-text);
|
2021-03-21 01:21:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.active {
|
2021-04-05 14:37:39 +00:00
|
|
|
background-color: var(--whoogle-element-bg) !important;
|
2021-03-21 01:21:41 +00:00
|
|
|
color: var(--whoogle-contrast-text) !important;
|
|
|
|
}
|
|
|
|
|
2022-08-01 20:32:24 +00:00
|
|
|
.content, .result-config {
|
2021-04-05 14:37:39 +00:00
|
|
|
background-color: var(--whoogle-element-bg) !important;
|
2021-03-21 01:21:41 +00:00
|
|
|
color: var(--whoogle-contrast-text) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.active:after {
|
|
|
|
color: var(--whoogle-contrast-text);
|
|
|
|
}
|
|
|
|
|
Use farside.link for frontend alternatives in results (#560)
* Integrate Farside into Whoogle
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
* Expand conversion of config<->url params
Config settings can now be translated to and from URL params using a
predetermined set of "safe" keys (i.e. config settings that easily
translate to URL params).
* Allow jumping instances via Farside when ratelimited
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
Closes #554
Closes #559
2021-12-09 00:27:33 +00:00
|
|
|
.link {
|
2021-04-05 14:37:39 +00:00
|
|
|
color: var(--whoogle-element-bg);
|
2021-03-21 01:21:41 +00:00
|
|
|
}
|
|
|
|
|
Use farside.link for frontend alternatives in results (#560)
* Integrate Farside into Whoogle
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
* Expand conversion of config<->url params
Config settings can now be translated to and from URL params using a
predetermined set of "safe" keys (i.e. config settings that easily
translate to URL params).
* Allow jumping instances via Farside when ratelimited
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
Closes #554
Closes #559
2021-12-09 00:27:33 +00:00
|
|
|
.link-color {
|
|
|
|
color: var(--whoogle-result-url) !important;
|
|
|
|
}
|
|
|
|
|
2021-03-21 01:21:41 +00:00
|
|
|
.autocomplete-items {
|
2021-04-12 14:22:34 +00:00
|
|
|
border: 1px solid var(--whoogle-element-bg);
|
2021-03-21 01:21:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete-items div {
|
2021-04-12 14:22:34 +00:00
|
|
|
background-color: var(--whoogle-page-bg);
|
|
|
|
border-bottom: 1px solid var(--whoogle-element-bg);
|
2021-03-21 01:21:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete-items div:hover {
|
2021-04-12 14:22:34 +00:00
|
|
|
background-color: var(--whoogle-element-bg);
|
2021-04-21 14:49:27 +00:00
|
|
|
color: var(--whoogle-contrast-text) !important;
|
2021-03-21 01:21:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete-active {
|
2021-04-05 14:37:39 +00:00
|
|
|
background-color: var(--whoogle-element-bg) !important;
|
|
|
|
color: var(--whoogle-contrast-text) !important;
|
2021-03-21 01:21:41 +00:00
|
|
|
}
|
2021-06-28 14:26:51 +00:00
|
|
|
|
|
|
|
.footer {
|
|
|
|
color: var(--whoogle-text);
|
|
|
|
}
|
|
|
|
|
|
|
|
path {
|
|
|
|
fill: var(--whoogle-logo);
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-div {
|
|
|
|
background-color: var(--whoogle-result-bg) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search-reset {
|
|
|
|
color: var(--whoogle-text) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mobile-search-bar {
|
|
|
|
background-color: var(--whoogle-result-bg) !important;
|
|
|
|
color: var(--whoogle-text) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-bar-desktop {
|
|
|
|
background-color: var(--whoogle-result-bg) !important;
|
|
|
|
color: var(--whoogle-text);
|
|
|
|
border-bottom: 0px;
|
|
|
|
}
|
2021-10-21 16:42:31 +00:00
|
|
|
|
2021-12-07 05:56:13 +00:00
|
|
|
.ip-text-div, .update_available, .cb_label, .cb {
|
2021-10-21 16:42:31 +00:00
|
|
|
color: var(--whoogle-secondary-text) !important;
|
|
|
|
}
|
2021-12-07 05:56:13 +00:00
|
|
|
|
|
|
|
.cb:focus {
|
|
|
|
color: var(--whoogle-text) !important;
|
|
|
|
}
|
2022-02-07 17:47:25 +00:00
|
|
|
|
|
|
|
.desktop-header, .mobile-header {
|
|
|
|
background-color: var(--whoogle-result-bg) !important;
|
|
|
|
}
|