enhanced search result design

pull/325/head
Michael Peter Christen 5 years ago
parent 25227676ae
commit 449780f762

@ -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;">&nbsp;&nbsp;&nbsp;<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)#

@ -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;
}

Loading…
Cancel
Save