don't dump every x pixel in debug log
[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 span.sort-by {
12         float: right;
13 }
14
15 /* index columns */
16 span.c {
17         background: #eee;
18         font-size: 70%;
19         padding: 0 0.5em;
20 }
21 span.f {
22         font-weight: bold;
23 }
24 span.h {
25         color: #666;
26 }
27
28 .admin {
29         background: #ffc;
30         padding: 0.25em;
31 }
32
33 .admin .active {
34         font-weight: bold;
35 }
36
37 .debug {
38         color: #aaa;
39 }
40
41 .debug:hover {
42         color: #000;
43 }
44
45 li label:hover, td label:hover {
46         background: #ff8;
47 }       
48
49 td label {
50         white-space: nowrap;
51 }
52
53
54 div.col_opts {
55         font-size: 70%;
56 }
57
58 .chart {
59         float: right;
60         position: relative;
61         margin-top: 1em;
62 }
63
64 .labels-x,
65 .labels-y {
66         position: absolute;
67         left: 0;
68         top: 0;
69         list-style: none;
70         margin: 0;
71         padding: 0;
72         width: 100%;
73         height: 100%;
74 }
75
76 .labels-x li,
77 .labels-y li {
78         position: absolute;
79         bottom: 0;
80         color: #555;
81         font-size: 75%;
82 }
83
84 .labels-y li span.line {
85         position: absolute;
86         border: 0 solid #ccc;
87         opacity: 0.7;
88 }
89 .labels-x li {
90         margin-top: 5px;
91         bottom: -1.5em;
92 }
93 .labels-y li {
94         width: 100%;
95 }
96 .labels-y li span.label {
97         right: 100%;
98         position: absolute;
99         margin-right: 5px;
100         margin-top: -0.5em;
101 }
102 .labels-y li span.line {
103         border-top-width: 1px;
104         width: 100%;
105 }
106
107 label.included,
108 a#included {
109         color: #080;
110 }
111
112 label.excluded,
113 a#excluded {
114         color: #800;
115 }
116
117 /* delimiter for repeatable data */
118 span.d {
119         color: #ccc;
120 }