b08a03afe12a57b6fbeb8ac774f9e4328b901c4e
[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 /* bootstrap 2.1.1 does not have this style, 2.3.2 would have it */
10 .pagination ul > .active > a,
11 .pagination ul > .active > a:hover {
12     background-color: #0088cc;
13     color: #FFF;
14 }
15
16 .hits {
17     list-style-type: none;
18     margin-left: 0px;
19 }
20 .hit {
21     margin-bottom: 2ex;
22 }
23 .hit .title {
24     font-size: 120%;
25 }
26 .hit .url {
27     color: #070;
28 }
29 .hit .extract {
30     font-size: 95%;
31 }
32 .hit .date {
33     color: #666;
34 }
35 .hit em.hl {
36     font-weight: bold;
37 }
38 .resultinfo {
39     margin-top: 1ex;
40     margin-bottom: 2ex;
41 }
42
43 .hit-chat .meta {
44     margin-left: 3ex;
45 }
46 .hit-chat .date {
47     color: inherit;
48 }
49 .hit-chat .meta {
50     opacity: 0.5;
51 }