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 /skins | |
| parent | 25227676aea9423da62ffbcdc0f7d8ae6f03c911 (diff) | |
enhanced search result design
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/pdblue.css | 21 |
1 files changed, 16 insertions, 5 deletions
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; } |
