瀏覽代碼

[enh] result css mods

asciimoo 11 年之前
父節點
當前提交
239299d45e
共有 1 個檔案被更改,包括 4 行新增2 行删除
  1. 4
    2
      searx/static/css/style.css

+ 4
- 2
searx/static/css/style.css 查看文件

88
 
88
 
89
 .result { margin: 19px 0 18px 0; padding: 0; max-width: 55em;  clear: both; }
89
 .result { margin: 19px 0 18px 0; padding: 0; max-width: 55em;  clear: both; }
90
 .result_title { margin-bottom: 0; }
90
 .result_title { margin-bottom: 0; }
91
+.result_title a { color: #1168CC; font-weight: normal; font-size: 1.1em; }
92
+.result_title a:hover { text-decoration: underline; }
91
 .result h3 { font-size: 1em; word-wrap:break-word; margin: 5px 0 1px 0; padding: 0 }
93
 .result h3 { font-size: 1em; word-wrap:break-word; margin: 5px 0 1px 0; padding: 0 }
92
 .result .content { font-size: 0.8em; margin: 0; padding: 0; max-width: 54em; word-wrap:break-word; line-height: 1.24; }
94
 .result .content { font-size: 0.8em; margin: 0; padding: 0; max-width: 54em; word-wrap:break-word; line-height: 1.24; }
93
-.result .url { font-size: 0.8em; margin: 3px 0 0 0; padding: 0; max-width: 54em; word-wrap:break-word; color: #2e1c0b; }
95
+.result .url { font-size: 0.8em; margin: 3px 0 0 0; padding: 0; max-width: 54em; word-wrap:break-word; color: #C0392B; }
94
 
96
 
95
 .q { width: 30em; }
97
 .q { width: 30em; }
96
 
98
 
216
   .result img { max-width: 90%; width: auto; height: auto }
218
   .result img { max-width: 90%; width: auto; height: auto }
217
 }
219
 }
218
 
220
 
219
-.favicon { float: left; margin-right: 4px; }
221
+.favicon { float: left; margin-right: 4px; margin-top: 2px; }