Browse Source

[enh] searx index image added

asciimoo 11 years ago
parent
commit
aca566eadf
3 changed files with 5 additions and 1 deletions
  1. 4 0
      searx/static/css/style.css
  2. BIN
      searx/static/img/searx.png
  3. 1 1
      searx/templates/index.html

+ 4 - 0
searx/static/css/style.css

@@ -18,6 +18,10 @@ html {
 
 
 h1 { font-size: 5em; }
 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 { border: 2px solid #666666; color: #444444;  padding: 8px; background-color: #FFFFFF; font-size: 1.1em; }
 
 
 input[type="checkbox"] { visibility: hidden; }
 input[type="checkbox"] { visibility: hidden; }

BIN
searx/static/img/searx.png


+ 1 - 1
searx/templates/index.html

@@ -2,7 +2,7 @@
 {% block content %}
 {% block content %}
 {% include 'github_ribbon.html' %}
 {% include 'github_ribbon.html' %}
 <div class="center">
 <div class="center">
-    <h1 class="title">searx</h1>
+    <h1 class="title"><div>searx</div></h1>
     {% include 'search.html' %}
     {% include 'search.html' %}
     <p class="top_margin">
     <p class="top_margin">
         <a href="/about" class="hmarg">about</a>
         <a href="/about" class="hmarg">about</a>