source: sandbox/expresso-solr/solr/example/work/jetty-0.0.0.0-8983-solr.war-_solr-any-/webapp/css/styles/cloud.css @ 7588

Revision 7588, 4.8 KB checked in by adir, 11 years ago (diff)

Ticket #000 - Adicionando a integracao de buscas com Solr na base a ser isnerida na comunidade

Line 
1#content #cloud
2{
3  position: relative;
4}
5
6#content #cloud #frame .content
7{
8  display: none;
9}
10
11#content #cloud .loader
12{
13  background-position: 0 50%;
14  padding-left: 21px;
15}
16
17#content #cloud #error
18{
19  background-color: #f00;
20  background-image: url( ../../img/ico/construction.png );
21  background-position: 10px 50%;
22  color: #fff;
23  font-weight: bold;
24  margin-bottom: 20px;
25  padding: 10px;
26  padding-left: 35px;
27}
28
29#content #cloud #debug
30{
31  background-color: #fff;
32  box-shadow: 0px 0px 10px #c0c0c0;
33  -moz-box-shadow: 0px 0px 10px #c0c0c0;
34  -webkit-box-shadow: 0px 0px 10px #c0c0c0;
35  display: none;
36  padding: 20px;
37  position: absolute;
38  left: 50px;
39  top: 10px;
40}
41
42#content #cloud #debug ul
43{
44  margin-bottom: 5px;
45}
46
47#content #cloud #debug ul a
48{
49  background-position: 4px 50%;
50  border-right: 0;
51  display: block;
52  padding: 2px 4px;
53  padding-left: 25px;
54}
55
56#content #cloud #debug ul a:hover,
57#content #cloud #debug ul a.hover
58{
59  background-color: #f0f0f0;
60}
61
62#content #cloud #debug .clipboard
63{
64  float: left;
65  position: relative;
66}
67
68#content #cloud #debug .clipboard a
69{
70  background-image: url( ../../img/ico/clipboard-paste.png );
71  z-index: 98;
72}
73
74#content #cloud #debug .clipboard a:hover,
75#content #cloud #debug .clipboard a.hover,
76#content #cloud #debug .clipboard.copied a
77{
78  background-image: url( ../../img/ico/clipboard-paste-document-text.png );
79}
80
81#content #cloud #debug .close
82{
83  float: right;
84}
85
86#content #cloud #debug .close a
87{
88  background-image: url( ../../img/ico/cross-0.png );
89  padding-left: 21px;
90}
91
92#content #cloud #debug .close a:hover
93{
94  background-image: url( ../../img/ico/cross-1.png );
95}
96
97#content #cloud #debug .debug
98{
99  border: 1px solid #f0f0f0;
100  max-height: 350px;
101  overflow: auto;
102  padding: 5px;
103  width: 500px;
104}
105
106#content #cloud #debug .debug .loader
107{
108  background-position: 5px 50%;
109  display: block;
110  padding: 10px 26px;
111}
112
113#content #cloud .content
114{
115  padding-left: 0;
116  padding-right: 0;
117}
118
119#content #cloud .content.show
120{
121  background-image: url( ../../img/div.gif );
122  background-repeat: repeat-y;
123  background-position: 31% 0;
124}
125
126#content #cloud #tree
127{
128  float: left;
129  width: 30%;
130}
131
132#content #cloud .show #tree
133{
134  overflow: hidden;
135}
136
137#content #cloud #file-content
138{
139  display: none;
140  float: right;
141  position: relative;
142  width: 68%;
143  min-height: 100px
144}
145
146#content #cloud .show #file-content
147{
148  display: block;
149}
150
151#content #cloud #file-content .close
152{
153  background-image: url( ../../img/ico/cross-0.png );
154  background-position: 50% 50%;
155  display: block;
156  height: 20px;
157  position: absolute;
158  right: 0;
159  top: 0;
160  width: 20px;
161}
162
163#content #cloud #file-content .close:hover
164{
165  background-image: url( ../../img/ico/cross-1.png );
166}
167
168#content #cloud #file-content .close span
169{
170  display: none;
171}
172
173#content #cloud #file-content #data
174{
175  border-top: 1px solid #c0c0c0;
176  margin-top: 10px;
177  padding-top: 10px;
178}
179
180#content #cloud #file-content #data pre
181{
182  display: block;
183  max-height: 600px;
184  overflow: auto;
185}
186
187#content #cloud #file-content #data em
188{
189  color: #c0c0c0;
190}
191
192#content #cloud #file-content #prop
193{
194}
195
196#content #cloud #file-content li
197{
198  padding-top: 3px;
199  padding-bottom: 3px;
200}
201
202#content #cloud #file-content li.odd
203{
204  background-color: #F8F8F8;
205}
206
207#content #cloud #file-content li dt
208{
209  float: left;
210  width: 19%;
211}
212
213#content #cloud #file-content li dd
214{
215  float: right;
216  width: 80%;
217}
218
219/* tree */
220
221#content #cloud .tree a.active
222{
223  background-color: #f0f0f0;
224  color: #00f;
225}
226
227#content #graph-content .node
228{
229  fill: #333;
230}
231
232#content #graph-content .node circle
233{
234  fill: #fff;
235  stroke: #c0c0c0;
236  stroke-width: 1.5px;
237}
238
239#content #graph-content .node.lvl-3 text
240{
241  cursor: pointer;
242}
243
244#content #graph-content .node.lvl-3:hover circle
245{
246  stroke: #000 !important;
247}
248
249#content #graph-content .node.lvl-3:hover text
250{
251  fill: #000 !important;
252}
253
254#content #graph-content .link
255{
256  fill: none;
257  stroke: #e0e0e0;
258  stroke-width: 1.5px;
259}
260
261#content #graph-content .node.gone circle,
262#content #graph-content .link.gone
263{
264  stroke: #f0f0f0;
265}
266
267#content #graph-content .node.gone text
268{
269  fill: #f0f0f0;
270}
271
272#content #graph-content .node.recovery_failed circle
273{
274  stroke: #C43C35;
275}
276
277#content #graph-content .node.recovery_failed text
278{
279  fill: #C43C35;
280}
281
282#content #graph-content .node.down circle
283{
284  stroke: #c48f00;
285}
286
287#content #graph-content .node.down text
288{
289  fill: #c48f00;
290}
291
292#content #graph-content .node.recovering circle
293{
294  stroke: #d5dd00;
295}
296
297#content #graph-content .node.recovering text
298{
299  fill: #d5dd00;
300}
301
302#content #graph-content .node.active circle
303{
304  stroke: #57A957;
305}
306
307#content #graph-content .node.active text
308{
309  fill: #57A957;
310}
311
312#content #graph-content .node.leader circle
313{
314  fill: #000;
315}
316
317#content #graph-content .link.lvl-2,
318#content #graph-content .link.leader
319{
320  stroke: #c0c0c0;
321}
322
323#content #graph-content .node.lvl-0 circle
324{
325  stroke: #fff;
326}
327
328#content #graph-content .link.lvl-1
329{
330  stroke: #fff;
331}
Note: See TracBrowser for help on using the repository browser.