insert ¶ between repeatable values
[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         margin-top: 1em;
58 }
59
60 .labels-x,
61 .labels-y {
62         position: absolute;
63         left: 0;
64         top: 0;
65         list-style: none;
66         margin: 0;
67         padding: 0;
68         width: 100%;
69         height: 100%;
70 }
71
72 .labels-x li,
73 .labels-y li {
74         position: absolute;
75         bottom: 0;
76         color: #555;
77         font-size: 75%;
78 }
79
80 .labels-y li span.line {
81         position: absolute;
82         border: 0 solid #ccc;
83         opacity: 0.7;
84 }
85 .labels-x li {
86         margin-top: 5px;
87         bottom: -1.5em;
88 }
89 .labels-y li {
90         width: 100%;
91 }
92 .labels-y li span.label {
93         right: 100%;
94         position: absolute;
95         margin-right: 5px;
96         margin-top: -0.5em;
97 }
98 .labels-y li span.line {
99         border-top-width: 1px;
100         width: 100%;
101 }
102
103 label.included,
104 a#included {
105         color: #080;
106 }
107
108 label.excluded,
109 a#excluded {
110         color: #800;
111 }
112
113 /* delimiter for repeatable data */
114 span.d {
115         color: #ccc;
116 }