diff options
author | asciimoo <asciimoo@gmail.com> | 2014-02-11 01:23:08 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-02-11 01:23:08 +0100 |
commit | 239299d45ec7698e45451b617f2ef52bfb2c2e88 (patch) | |
tree | 3587b1d5d7274f63c32f9aa9e695201b0161c577 | |
parent | 9ede9b955d1c892ed2c0ebeaa0b79d28bae75ac0 (diff) | |
download | searxng-239299d45ec7698e45451b617f2ef52bfb2c2e88.tar.gz searxng-239299d45ec7698e45451b617f2ef52bfb2c2e88.zip |
[enh] result css mods
-rw-r--r-- | searx/static/css/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index a5ced9266..3956341da 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -88,9 +88,11 @@ a:visited { color: #7b11be; } .result { margin: 19px 0 18px 0; padding: 0; max-width: 55em; clear: both; } .result_title { margin-bottom: 0; } +.result_title a { color: #1168CC; font-weight: normal; font-size: 1.1em; } +.result_title a:hover { text-decoration: underline; } .result h3 { font-size: 1em; word-wrap:break-word; margin: 5px 0 1px 0; padding: 0 } .result .content { font-size: 0.8em; margin: 0; padding: 0; max-width: 54em; word-wrap:break-word; line-height: 1.24; } -.result .url { font-size: 0.8em; margin: 3px 0 0 0; padding: 0; max-width: 54em; word-wrap:break-word; color: #2e1c0b; } +.result .url { font-size: 0.8em; margin: 3px 0 0 0; padding: 0; max-width: 54em; word-wrap:break-word; color: #C0392B; } .q { width: 30em; } @@ -216,4 +218,4 @@ tr:hover { background: #DDDDDD; } .result img { max-width: 90%; width: auto; height: auto } } -.favicon { float: left; margin-right: 4px; } +.favicon { float: left; margin-right: 4px; margin-top: 2px; } |