blob: a25aa31c5eab83704d9da76d8011542e37b46fad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
.footer {
text-align: center;
color: #AAA;
}
.navbar {
margin-bottom: 1ex;
}
.hits {
list-style-type: none;
margin-left: 0px;
}
.hit {
margin-bottom: 2ex;
}
.hit .title {
font-size: 120%;
}
.hit .url {
color: #070;
}
.hit .extract {
font-size: 95%;
}
.hit .date {
color: #666;
}
.hit em.hl {
font-weight: bold;
}
.resultinfo {
margin-top: 1ex;
margin-bottom: 2ex;
}
|