asciimoo 11 лет назад
Родитель
Сommit
aca566eadf
3 измененных файлов: 5 добавлений и 1 удалений
  1. 4
    0
      searx/static/css/style.css
  2. Двоичные данные
      searx/static/img/searx.png
  3. 1
    1
      searx/templates/index.html

+ 4
- 0
searx/static/css/style.css Просмотреть файл

@@ -18,6 +18,10 @@ html {
18 18
 
19 19
 h1 { font-size: 5em; }
20 20
 
21
+h1.title { background: url('/static/img/searx.png') no-repeat; width: 100%; background-position: center; }
22
+h1.title div { visibility: hidden; }
23
+
24
+
21 25
 input { border: 2px solid #666666; color: #444444;  padding: 8px; background-color: #FFFFFF; font-size: 1.1em; }
22 26
 
23 27
 input[type="checkbox"] { visibility: hidden; }

Двоичные данные
searx/static/img/searx.png Просмотреть файл


+ 1
- 1
searx/templates/index.html Просмотреть файл

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