diff --git a/htroot/yacysearch.html b/htroot/yacysearch.html index 88c485259..0013543e0 100644 --- a/htroot/yacysearch.html +++ b/htroot/yacysearch.html @@ -154,7 +154,7 @@ Use the RSS search result format to add static searches to your RSS reader, if y

No Results. (length of search words must be at least 1 character)

::
-
+
   #[offset]#-#[itemscount]# of #[totalcount]# #(globalresults)#::; (#[localIndexCount]# local, #[remoteIndexCount]# remote from #[remotePeerCount]# YaCy peers).#(/globalresults)# diff --git a/skins/pdblue.css b/skins/pdblue.css index 1fa659df8..896805c47 100644 --- a/skins/pdblue.css +++ b/skins/pdblue.css @@ -200,23 +200,34 @@ form.search.small h2 { } .searchresults h4 a { - font-size:1.2em; + font-size:1.3em; font-weight:normal; - color:#2200CC; + color:#2840A8; + text-decoration: none; + margin-bottom: 5px; } .searchresults h4 a:hover { - color:#2200CC; + color:#2840A8; + text-decoration: underline; } +.snippetLoaded { + font-size:1.2em; + line-height: 1.2; +} .snippetLoaded strong { color:black; } .searchresults .url a { - color:#008000; + font-size:1.2em; + color:#086020; + text-decoration: none; + line-height: 1.2; } .searchresults .url a:hover { - color:#008000; + color:#086020; + text-decoration: underline; }