From 62c95c675992ba6c3da0b01c647a62bccd9c2b54 Mon Sep 17 00:00:00 2001 From: Eugene Kuligin Date: Mon, 20 Apr 2015 05:13:05 +0300 Subject: [PATCH 1/4] increase view space with normal font weight in the searched titles --- skins/27c3.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/skins/27c3.css b/skins/27c3.css index 177061b8f..c7f8f9979 100644 --- a/skins/27c3.css +++ b/skins/27c3.css @@ -29,7 +29,7 @@ a:hover { -khtml-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; - + background-color: #5090D0; color:white; } @@ -86,8 +86,8 @@ table { border:1px solid #888888; } -.TableCellActive { - background-color: #FFCCCC; +.TableCellActive { + background-color: #FFCCCC; } /* Blog and Wiki*/ @@ -173,7 +173,7 @@ div.ProgressBarFill { /* Searchresults */ -fieldset.maininput, fieldset.yacys { +fieldset.maininput, fieldset.yacys { background-color:#666666; -webkit-border-radius: 5px; -khtml-border-radius: 5px; @@ -191,7 +191,6 @@ form.search.small h2 { .searchresults h4 a { font-size:1.2em; - font-weight:normal; color:#ffffff; } .searchresults h4 a:hover { From f9408dfa4811e51e72a7d4b2a3cd383aa4a5cbb8 Mon Sep 17 00:00:00 2001 From: Eugene Kuligin Date: Mon, 20 Apr 2015 05:19:37 +0300 Subject: [PATCH 2/4] fix RSS icon displaying --- htroot/yacysearch.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/htroot/yacysearch.html b/htroot/yacysearch.html index c9ba12167..dca7617ef 100644 --- a/htroot/yacysearch.html +++ b/htroot/yacysearch.html @@ -43,13 +43,13 @@ data: [row], value: row, result: row - }; + }; }; }; - cb(parsed); + cb(parsed); }); }; - }; + }; $(document).ready(function() { $('#search').typeahead({hint:false,highlight:true,minLength:1}, { name: 'states', @@ -70,11 +70,11 @@ document.getElementById("header_websearch").className += " active"; #(/topmenu)# - +
This search result can also be retrieved as RSS/opensearch output. @@ -90,7 +90,7 @@ Use the RSS search result format to add static searches to your RSS reader, if y