diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 3170d76c..8b27b3c0 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -18,6 +18,10 @@ html { h1 { font-size: 5em; } +h1.title { background: url('/static/img/searx.png') no-repeat; width: 100%; background-position: center; } +h1.title div { visibility: hidden; } + + input { border: 2px solid #666666; color: #444444; padding: 8px; background-color: #FFFFFF; font-size: 1.1em; } input[type="checkbox"] { visibility: hidden; } diff --git a/searx/static/img/searx.png b/searx/static/img/searx.png new file mode 100644 index 00000000..45037ee3 Binary files /dev/null and b/searx/static/img/searx.png differ diff --git a/searx/templates/index.html b/searx/templates/index.html index 8da2ef94..af9fc094 100644 --- a/searx/templates/index.html +++ b/searx/templates/index.html @@ -2,7 +2,7 @@ {% block content %} {% include 'github_ribbon.html' %}
-

searx

+

searx

{% include 'search.html' %}

about