diff options
| author | Michael Peter Christen <mc@yacy.net> | 2019-09-28 22:11:11 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2019-09-28 22:11:11 +0200 |
| commit | 449780f7629f353da06e9dd5b4fe4eab2d0ffb45 (patch) | |
| tree | bbbac532a2ad7295724aa04393a6717466589b19 | |
| parent | 25227676aea9423da62ffbcdc0f7d8ae6f03c911 (diff) | |
enhanced search result design
| -rw-r--r-- | htroot/yacysearch.html | 2 | ||||
| -rw-r--r-- | skins/pdblue.css | 21 |
2 files changed, 17 insertions, 6 deletions
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 <p>No Results. (length of search words must be at least 1 character)</p> :: <div id="results"></div> - <div class="progress" style="margin-top:10px;"> + <div class="progress" style="margin-top:10px;margin-bottom:0px;"> <div class="progress-bar progress-bar-info" id="progressbar" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width:0%;"> <span style="position:absolute;display:block;text-align:left;width:85%;color:black;"> <strong id="offset">#[offset]#</strong>-<strong id="itemscount">#[itemscount]#</strong> of <strong id="totalcount">#[totalcount]#</strong> #(globalresults)#::; (<strong id="localIndexCount">#[localIndexCount]#</strong> local, <strong id="remoteIndexCount">#[remoteIndexCount]#</strong> remote from <strong id="remotePeerCount">#[remotePeerCount]#</strong> 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; } |
