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