|
@@ -84,12 +84,13 @@ label.deny { background: #2ECC71; padding: 4px 8px; display: inline; }
|
84
|
84
|
.engine_checkbox input[type="checkbox"]:checked + label.allow { display: inline; }
|
85
|
85
|
|
86
|
86
|
a { text-decoration: none; color: #1a11be; }
|
87
|
|
-a:visited { color: #7b11be; }
|
|
87
|
+a:visited { color: #8E44AD; }
|
88
|
88
|
|
89
|
89
|
.result { margin: 19px 0 18px 0; padding: 0; max-width: 55em; clear: both; }
|
90
|
90
|
.result_title { margin-bottom: 0; }
|
91
|
91
|
.result_title a { color: #1168CC; font-weight: normal; font-size: 1.1em; }
|
92
|
92
|
.result_title a:hover { text-decoration: underline; }
|
|
93
|
+.result_title a:visited { color: #8E44AD }
|
93
|
94
|
.result h3 { font-size: 1em; word-wrap:break-word; margin: 5px 0 1px 0; padding: 0 }
|
94
|
95
|
.result .content { font-size: 0.8em; margin: 0; padding: 0; max-width: 54em; word-wrap:break-word; line-height: 1.24; }
|
95
|
96
|
.result .url { font-size: 0.8em; margin: 3px 0 0 0; padding: 0; max-width: 54em; word-wrap:break-word; color: #C0392B; }
|