From edb081638ba2f3f40fb2e4f5a73aafdacbfc0424 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 7 Nov 2021 14:53:26 +0100 Subject: [simple theme] SearXNG wordmark (SVG) Related-to: - https://github.com/searxng/searxng/pull/430#issuecomment-951967239 - https://github.com/searxng/searxng/pull/378 Signed-off-by: Markus Heiser --- .../themes/simple/src/svg/searxng-wordmark.svg | 90 ++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 searx/static/themes/simple/src/svg/searxng-wordmark.svg (limited to 'searx/static/themes/simple/src') diff --git a/searx/static/themes/simple/src/svg/searxng-wordmark.svg b/searx/static/themes/simple/src/svg/searxng-wordmark.svg new file mode 100644 index 000000000..9f1000365 --- /dev/null +++ b/searx/static/themes/simple/src/svg/searxng-wordmark.svg @@ -0,0 +1,90 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + -- cgit v1.2.3 From ee67a65180cd5cb4faeda310c6c6af10391435b6 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 8 Nov 2021 11:05:02 +0100 Subject: [simple theme] replace old searx logo by searxng-wordmark.min.svg Suggested-by: @dalf https://github.com/searxng/searxng/pull/473#issuecomment-962476683 Suggested-by: @MrPaulBlack https://github.com/searxng/searxng/pull/473#issuecomment-962579826 Signed-off-by: Markus Heiser --- searx/static/themes/simple/src/less/search.less | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'searx/static/themes/simple/src') diff --git a/searx/static/themes/simple/src/less/search.less b/searx/static/themes/simple/src/less/search.less index fddd2b357..b4818ba5d 100644 --- a/searx/static/themes/simple/src/less/search.less +++ b/searx/static/themes/simple/src/less/search.less @@ -18,10 +18,16 @@ #search_logo { grid-area: logo; -} + display: flex; + align-items: center; + justify-content: center; -.search_logo_img { - width: 40px; + svg { + flex: 1; + width: 30px; + height: 30px; + margin: 0.5rem 0 auto 0; + } } .search_categories { -- cgit v1.2.3 From 04ab012e0391bc09129bc91ae6ca030de8f95427 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 8 Nov 2021 11:13:22 +0100 Subject: [simple theme] SearXNG wordmark (plain SVG) Remove XML namespaces from Incscape [1]:: xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" [1] https://wiki.inkscape.org/wiki/PlainSVG Signed-off-by: Markus Heiser --- .../themes/simple/src/svg/searxng-wordmark.svg | 80 +++++++--------------- 1 file changed, 23 insertions(+), 57 deletions(-) (limited to 'searx/static/themes/simple/src') diff --git a/searx/static/themes/simple/src/svg/searxng-wordmark.svg b/searx/static/themes/simple/src/svg/searxng-wordmark.svg index 9f1000365..b94fe3728 100644 --- a/searx/static/themes/simple/src/svg/searxng-wordmark.svg +++ b/searx/static/themes/simple/src/svg/searxng-wordmark.svg @@ -1,41 +1,17 @@ - - + version="1.1" + viewBox="0 0 92 92" + height="92mm" + width="92mm"> - @@ -49,42 +25,32 @@ + transform="translate(-40.921303,-17.416526)" + id="layer1"> + cy="92" + cx="75" + id="path3713" /> + cx="75.921303" + id="path834" + style="fill:none;fill-opacity:1;stroke:#3050ff;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:1;stroke:#3050ff;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + y="122.08995" + x="3.7063529" + height="39.963303" + width="18.846331" + id="rect912" + style="opacity:1;fill:#3050ff;fill-opacity:1;stroke:none;stroke-width:8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> -- cgit v1.2.3