mirror of
https://github.com/searxng/searxng.git
synced 2025-02-17 02:40:03 +00:00
[static] make themes.all - based on commit 12af3b39
Based on commit 12af3b39
this patch is generated by::
make themes.all
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
12af3b39db
commit
15178e5b96
@ -623,6 +623,30 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
|
|||||||
.result-map {
|
.result-map {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
.result-map .img-thumbnail {
|
||||||
|
float: right;
|
||||||
|
width: auto;
|
||||||
|
height: 120px;
|
||||||
|
border: 0;
|
||||||
|
background: inherit;
|
||||||
|
}
|
||||||
|
.result-map .img-type {
|
||||||
|
width: 20px;
|
||||||
|
max-height: 20px;
|
||||||
|
}
|
||||||
|
.result-map .result-map-details {
|
||||||
|
font-size: 13px;
|
||||||
|
border-collapse: separate;
|
||||||
|
border-spacing: 0 0.35rem;
|
||||||
|
}
|
||||||
|
.result-map .result-map-details th {
|
||||||
|
font-weight: inherit;
|
||||||
|
width: 20rem;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
.result-map .result-map-details td {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
.result-code {
|
.result-code {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
BIN
searx/static/themes/oscar/css/logicodev-dark.min.css
vendored
BIN
searx/static/themes/oscar/css/logicodev-dark.min.css
vendored
Binary file not shown.
Binary file not shown.
@ -650,6 +650,30 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
|
|||||||
.result-map {
|
.result-map {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
.result-map .img-thumbnail {
|
||||||
|
float: right;
|
||||||
|
width: auto;
|
||||||
|
height: 120px;
|
||||||
|
border: 0;
|
||||||
|
background: inherit;
|
||||||
|
}
|
||||||
|
.result-map .img-type {
|
||||||
|
width: 20px;
|
||||||
|
max-height: 20px;
|
||||||
|
}
|
||||||
|
.result-map .result-map-details {
|
||||||
|
font-size: 13px;
|
||||||
|
border-collapse: separate;
|
||||||
|
border-spacing: 0 0.35rem;
|
||||||
|
}
|
||||||
|
.result-map .result-map-details th {
|
||||||
|
font-weight: inherit;
|
||||||
|
width: 20rem;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
.result-map .result-map-details td {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
.result-code {
|
.result-code {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
BIN
searx/static/themes/oscar/css/logicodev.min.css
vendored
BIN
searx/static/themes/oscar/css/logicodev.min.css
vendored
Binary file not shown.
Binary file not shown.
BIN
searx/static/themes/oscar/js/searx.min.js
vendored
BIN
searx/static/themes/oscar/js/searx.min.js
vendored
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
/*! searx | 01-06-2021 | https://github.com/searxng/searxng */
|
/*! searx | 09-06-2021 | https://github.com/searxng/searxng */
|
||||||
/*
|
/*
|
||||||
* searx, A privacy-respecting, hackable metasearch engine
|
* searx, A privacy-respecting, hackable metasearch engine
|
||||||
*
|
*
|
||||||
@ -2346,6 +2346,30 @@ article.result-images[data-vim-selected]::before {
|
|||||||
background-color: rgba(0, 0, 0, 0.6);
|
background-color: rgba(0, 0, 0, 0.6);
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
}
|
}
|
||||||
|
.result-map img.image {
|
||||||
|
float: right !important;
|
||||||
|
height: 100px !important;
|
||||||
|
width: auto !important;
|
||||||
|
}
|
||||||
|
.result-map table {
|
||||||
|
font-size: 0.9em;
|
||||||
|
width: auto;
|
||||||
|
border-collapse: separate;
|
||||||
|
border-spacing: 0 0.35rem;
|
||||||
|
}
|
||||||
|
.result-map table th {
|
||||||
|
font-weight: inherit;
|
||||||
|
width: 17rem;
|
||||||
|
vertical-align: top;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
.result-map table td {
|
||||||
|
vertical-align: top;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
.hidden {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
.torrent_result {
|
.torrent_result {
|
||||||
border-left: 10px solid lightgray;
|
border-left: 10px solid lightgray;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
|
BIN
searx/static/themes/simple/css/searx-rtl.min.css
vendored
BIN
searx/static/themes/simple/css/searx-rtl.min.css
vendored
Binary file not shown.
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
/*! searx | 01-06-2021 | https://github.com/searxng/searxng */
|
/*! searx | 09-06-2021 | https://github.com/searxng/searxng */
|
||||||
/*
|
/*
|
||||||
* searx, A privacy-respecting, hackable metasearch engine
|
* searx, A privacy-respecting, hackable metasearch engine
|
||||||
*
|
*
|
||||||
@ -2346,6 +2346,30 @@ article.result-images[data-vim-selected]::before {
|
|||||||
background-color: rgba(0, 0, 0, 0.6);
|
background-color: rgba(0, 0, 0, 0.6);
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
}
|
}
|
||||||
|
.result-map img.image {
|
||||||
|
float: right !important;
|
||||||
|
height: 100px !important;
|
||||||
|
width: auto !important;
|
||||||
|
}
|
||||||
|
.result-map table {
|
||||||
|
font-size: 0.9em;
|
||||||
|
width: auto;
|
||||||
|
border-collapse: separate;
|
||||||
|
border-spacing: 0 0.35rem;
|
||||||
|
}
|
||||||
|
.result-map table th {
|
||||||
|
font-weight: inherit;
|
||||||
|
width: 17rem;
|
||||||
|
vertical-align: top;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
.result-map table td {
|
||||||
|
vertical-align: top;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
.hidden {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
.torrent_result {
|
.torrent_result {
|
||||||
border-left: 10px solid lightgray;
|
border-left: 10px solid lightgray;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
|
BIN
searx/static/themes/simple/css/searx.min.css
vendored
BIN
searx/static/themes/simple/css/searx.min.css
vendored
Binary file not shown.
Binary file not shown.
BIN
searx/static/themes/simple/js/searx.head.min.js
vendored
BIN
searx/static/themes/simple/js/searx.head.min.js
vendored
Binary file not shown.
BIN
searx/static/themes/simple/js/searx.min.js
vendored
BIN
searx/static/themes/simple/js/searx.min.js
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user