97d5e354cd31713405ac1ec991741c7d360dfe32
[MojoFacets.git] / public / mojo_facets.css
1 .count {
2         color: #aaa;
3 }
4 .count:before {
5         content: "(";
6 }
7 .count:after {
8         content: ")";
9 }
10
11 /* index columns */
12 span.c {
13         background: #eee;
14         font-size: 70%;
15         padding: 0 0.5em;
16 }
17 span.f {
18         font-weight: bold;
19 }
20 span.h {
21         color: #666;
22 }
23
24 .admin {
25         background: #ffc;
26         padding: 0.25em;
27 }
28
29 .admin .active {
30         font-weight: bold;
31 }
32
33 .debug {
34         color: #aaa;
35 }
36
37 .debug:hover {
38         color: #000;
39 }
40
41 li label:hover, td label:hover {
42         background: #ff8;
43 }       
44
45 td label {
46         white-space: nowrap;
47 }
48
49
50 div.col_opts {
51         font-size: 70%;
52 }
53
54 .chart {
55         float: right;
56         position: relative;
57 }
58
59 .labels-x,
60 .labels-y {
61         position: absolute;
62         left: 0;
63         top: 0;
64         list-style: none;
65         margin: 0;
66         padding: 0;
67         width: 100%;
68         height: 100%;
69 }
70
71 .labels-x li,
72 .labels-y li {
73         position: absolute;
74         bottom: 0;
75         color: #555;
76         font-size: 75%;
77 }
78
79 .labels-y li span.line {
80         position: absolute;
81         border: 0 solid #ccc;
82         opacity: 0.7;
83 }
84 .labels-x li {
85         margin-top: 5px;
86         bottom: -1.5em;
87 }
88 .labels-y li {
89         width: 100%;
90 }
91 .labels-y li span.label {
92         right: 100%;
93         position: absolute;
94         margin-right: 5px;
95         margin-top: -0.5em;
96 }
97 .labels-y li span.line {
98         border-top-width: 1px;
99         width: 100%;
100 }
101
102 label.included,
103 a#included {
104         color: #080;
105 }
106
107 label.excluded,
108 a#excluded {
109         color: #800;
110 }