瀏覽代碼

[enh] github ribbon to landingpage

Adam Tauber 10 年之前
父節點
當前提交
d290c1b9ac
共有 3 個檔案被更改,包括 5 行新增1 行删除
  1. 1
    1
      searx/static/default/css/style.css
  2. 3
    0
      searx/static/default/less/style.less
  3. 1
    0
      searx/templates/default/index.html

+ 1
- 1
searx/static/default/css/style.css 查看文件

@@ -70,5 +70,5 @@ tr:hover{background:#ddd}
70 70
 #preferences{top:10px;padding:0;border:0;background:url('../img/preference-icon.png') no-repeat;background-size:28px 28px;opacity:.8;width:28px;height:30px;display:block}#preferences *{display:none}
71 71
 #pagination{clear:both;width:40em}
72 72
 #apis{margin-top:8px;clear:both}
73
-@media screen and (max-width:50em){#categories{font-size:90%;clear:both}#categories .checkbox_container{margin-top:2px;margin:auto} #results{margin:auto;padding:0;width:90%} .checkbox_container{display:block;width:90%}.checkbox_container label{border-bottom:0}}@media screen and (max-width:70em){.right{display:none;postion:fixed !important;top:100px;right:0} #sidebar{position:static;max-width:50em;margin:0 0 2px 0;padding:0;float:none;border:none;width:auto}#sidebar input{border:0} #apis{display:none} #search_url{display:none} .result{border-top:1px solid #e8e7e6;margin:7px 0 6px 0}.result img{max-width:90%;width:auto;height:auto}}.favicon{float:left;margin-right:4px;margin-top:2px}
73
+@media screen and (max-width:50em){#categories{font-size:90%;clear:both}#categories .checkbox_container{margin-top:2px;margin:auto} #results{margin:auto;padding:0;width:90%} .github{display:none} .checkbox_container{display:block;width:90%}.checkbox_container label{border-bottom:0}}@media screen and (max-width:70em){.right{display:none;postion:fixed !important;top:100px;right:0} #sidebar{position:static;max-width:50em;margin:0 0 2px 0;padding:0;float:none;border:none;width:auto}#sidebar input{border:0} #apis{display:none} #search_url{display:none} .result{border-top:1px solid #e8e7e6;margin:7px 0 6px 0}.result img{max-width:90%;width:auto;height:auto}}.favicon{float:left;margin-right:4px;margin-top:2px}
74 74
 .preferences_back{background:none repeat scroll 0 0 #3498db;border:0 none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;cursor:pointer;display:inline-block;margin:2px 4px;padding:4px 6px}.preferences_back a{color:#fff}

+ 3
- 0
searx/static/default/less/style.less 查看文件

@@ -464,6 +464,9 @@ tr {
464 464
         padding: 0;
465 465
         width: 90%;
466 466
     }
467
+	.github {
468
+		display: none;
469
+	}
467 470
 
468 471
 	.checkbox_container {
469 472
 		display: block;

+ 1
- 0
searx/templates/default/index.html 查看文件

@@ -1,5 +1,6 @@
1 1
 {% extends "default/base.html" %}
2 2
 {% block content %}
3
+{% include 'default/github_ribbon.html' %}
3 4
 <div class="center">
4 5
     <div class="title"><h1>searx</h1></div>
5 6
     {% include 'default/search.html' %}