eae8dd91a017c9a78cd8d898842237734a79b429
[phinde.git] / www / css / phinde.css
1 .footer {
2     text-align: center;
3     color: #AAA;
4 }
5 .navbar {
6     margin-bottom: 1ex;
7 }
8
9 .hits {
10     list-style-type: none;
11     margin-left: 0px;
12 }
13 .hit {
14     margin-bottom: 2ex;
15 }
16 .hit .title {
17     font-size: 120%;
18 }
19 .hit .url {
20     color: #070;
21 }
22 .hit .extract {
23     font-size: 95%;
24 }
25 .hit .date {
26     color: #666;
27 }
28 .hit em.hl {
29     font-weight: bold;
30 }
31 .resultinfo {
32     margin-top: 1ex;
33     margin-bottom: 2ex;
34 }
35
36 .hit-chat .meta {
37     margin-left: 3ex;
38 }
39 .hit-chat .date {
40     color: inherit;
41 }
42 .hit-chat .meta {
43     opacity: 0.5;
44 }