reformat edits into table
[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 label span.hint {
12         display: none;
13         position: absolute;
14         background: #fff;
15         color: #888;
16         z-index: 100;
17         padding: 3px;
18 }
19
20 label:hover span.hint {
21         display: block;
22 }
23
24
25 span.sort-by {
26         float: right;
27 }
28
29 /* index columns */
30 span.c {
31         background: #eee;
32         font-size: 70%;
33         padding: 0 0.5em;
34 }
35 span.f {
36         font-weight: bold;
37 }
38 span.h {
39         color: #666;
40 }
41
42 .admin {
43         background: #ffc;
44         padding: 0.25em;
45 }
46
47 .admin .active {
48         font-weight: bold;
49 }
50
51 .admin .changes {
52         float: right;
53 }
54
55 .admin .save_changes {
56         float: right;
57         color: #f00;
58         padding-left: 1em;
59 }
60
61 .debug {
62         color: #aaa;
63 }
64
65 .debug:hover {
66         color: #000;
67 }
68
69 li label:hover, td label:hover {
70         background: #ff8;
71 }       
72
73 td label {
74         white-space: nowrap;
75 }
76
77
78 div.col_opts {
79         font-size: 70%;
80 }
81
82 .chart {
83         float: right;
84         position: relative;
85         margin-top: 1em;
86 }
87
88 .labels-x,
89 .labels-y {
90         position: absolute;
91         left: 0;
92         top: 0;
93         list-style: none;
94         margin: 0;
95         padding: 0;
96         width: 100%;
97         height: 100%;
98 }
99
100 .labels-x li,
101 .labels-y li {
102         position: absolute;
103         bottom: 0;
104         color: #555;
105         font-size: 75%;
106 }
107
108 .labels-y li span.line {
109         position: absolute;
110         border: 0 solid #ccc;
111         opacity: 0.7;
112 }
113 .labels-x li {
114         margin-top: 5px;
115         bottom: -1.5em;
116 }
117 .labels-y li {
118         width: 100%;
119 }
120 .labels-y li span.label {
121         right: 100%;
122         position: absolute;
123         margin-right: 5px;
124         margin-top: -0.5em;
125 }
126 .labels-y li span.line {
127         border-top-width: 1px;
128         width: 100%;
129 }
130
131 label.included,
132 a#included {
133         color: #080;
134 }
135
136 label.excluded,
137 a#excluded {
138         color: #800;
139 }
140
141 /* delimiter for repeatable data */
142 span.d {
143         color: #ccc;
144 }
145
146 .saved {
147         background: #ffe;
148 }
149
150 form.action_filter {
151         float: right;
152 }
153
154 .bytes {
155         text-align: right;
156         font-family: monospace;
157         color: #444;
158 }
159
160 /* items/list.html.ep */
161 a.facet {
162         font-family: monospace;
163         color: #666;
164         text-decoration: none;
165 }
166
167 /* /changes */
168 .change_box {
169         border: 3px dashed #f84;
170 }
171
172 .change_viewed a {
173         color: #888;
174         text-decoration: line-through;
175 }
176
177 /* /changes/edits */
178
179 div.edit pre {
180         color: #000;
181 }
182
183 .edit-unknown {
184         background: #eee;
185 }
186
187 .edit-found {
188         background: #cfc;
189 }
190
191 .edit-missing {
192         background: #fcc;
193 }
194