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

Revision 7588, 8.7 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 #replication
2{
3  background-image: url( ../../img/div.gif );
4  background-position: 21% 0;
5  background-repeat: repeat-y;
6}
7
8#content #replication #frame
9{
10  float: right;
11  width: 78%;
12}
13
14#content #replication #navigation
15{
16  border-right: 0;
17  float: left;
18  width: 20%;
19}
20
21#content #replication #error
22{
23  background-color: #f00;
24  background-image: url( ../../img/ico/construction.png );
25  background-position: 10px 50%;
26  color: #fff;
27  display: none;
28  font-weight: bold;
29  margin-bottom: 20px;
30  padding: 10px;
31  padding-left: 35px;
32}
33
34#content #replication .block
35{
36  border-bottom: 1px solid #c0c0c0;
37  margin-bottom: 20px;
38  padding-bottom: 20px;
39}
40
41#content #replication .block.last
42{
43  border-bottom: 0;
44}
45
46#content #replication .masterOnly,
47#content #replication .slaveOnly
48{
49  display: none;
50}
51
52#content #replication.master .masterOnly
53{
54  display: block;
55}
56
57#content #replication.slave .slaveOnly
58{
59  display: block;
60}
61
62#content #replication .replicating
63{
64  display: none;
65}
66
67#content #replication.replicating .replicating
68{
69  display: block;
70}
71
72#content #replication #progress
73{
74  padding-bottom: 80px;
75  position: relative;
76}
77
78#content #replication #progress .info
79{
80  padding: 5px;
81}
82
83#content #replication #progress #start
84{
85  margin-left: 100px;
86  border-left: 1px solid #c0c0c0;
87}
88
89#content #replication #progress #bar
90{
91  background-color: #f0f0f0;
92  margin-left: 100px;
93  margin-right: 100px;
94  position: relative;
95}
96
97#content #replication #progress #bar #bar-info,
98#content #replication #progress #bar #eta
99{
100  position: absolute;
101  right: -100px;
102  width: 100px;
103}
104
105#content #replication #progress #bar #bar-info
106{
107  border-left: 1px solid #f0f0f0;
108  margin-top: 30px;
109}
110
111#content #replication #progress #eta .info
112{
113  color: #c0c0c0;
114  height: 30px;
115  line-height: 30px;
116  padding-top: 0;
117  padding-bottom: 0;
118}
119
120#content #replication #progress #speed
121{
122  color: #c0c0c0;
123  position: absolute;
124  right: 100px;
125  top: 0;
126}
127
128#content #replication #progress #bar #done
129{
130  background-color: #c0c0c0;
131  box-shadow: 5px 5px 10px #c0c0c0;
132  -moz-box-shadow: 5px 5px 10px #c0c0c0;
133  -webkit-box-shadow: 5px 5px 10px #c0c0c0;
134  height: 30px;
135  position: relative;
136}
137
138#content #replication #progress #bar #done .percent
139{
140  font-weight: bold;
141  height: 30px;
142  line-height: 30px;
143  padding-left: 5px;
144  padding-right: 5px;
145  position: absolute;
146  right: 0;
147  text-align: right;
148}
149
150#content #replication #progress #bar #done #done-info
151{
152  border-right: 1px solid #c0c0c0;
153  position: absolute;
154  right: 0;
155  margin-top: 30px;
156  text-align: right;
157  width: 100px;
158}
159
160#content #replication #progress #bar #done #done-info .percent
161{
162  font-weight: bold;
163}
164
165#content #replication .block .label,
166#content #replication #current-file .file,
167#content #replication #current-file .progress,
168#content #replication #iterations .iterations
169{
170  float: left;
171}
172
173#content #replication .block .label
174{
175  width: 100px;
176}
177
178#content #replication .block .label span
179{
180  display: block;
181  padding-left: 21px;
182}
183
184#content #replication #current-file
185{
186  border-top: 1px solid #f0f0f0;
187  margin-top: 10px;
188  padding-top: 10px;
189}
190
191#content #replication #current-file .progress
192{
193  color: #c0c0c0;
194  margin-left: 20px;
195}
196
197#content #replication #iterations .label span
198{
199  background-image: url( ../../img/ico/node-design.png );
200}
201
202#content #replication #iterations .iterations li
203{
204  background-position: 100% 50%;
205  display: none;
206  padding-right: 21px;
207}
208
209#content #replication #iterations .iterations.expanded li
210{
211  display: block;
212}
213
214#content #replication #iterations .iterations .latest
215{
216  display: block;
217}
218
219#content #replication #iterations .iterations .replicated
220{
221  color: #80c480;
222}
223
224#content #replication #iterations .iterations ul:hover .replicated,
225#content #replication #iterations .iterations .replicated.latest
226{
227  color: #080;
228}
229
230#content #replication #iterations .iterations .replicated.latest
231{
232  background-image: url( ../../img/ico/tick.png );
233}
234
235#content #replication #iterations .iterations .failed
236{
237  color: #c48080;
238}
239
240#content #replication #iterations .iterations ul:hover .failed,
241#content #replication #iterations .iterations .failed.latest
242{
243  color: #800;
244}
245
246#content #replication #iterations .iterations .failed.latest
247{
248  background-image: url( ../../img/ico/cross.png );
249}
250
251#content #replication #iterations .iterations a
252{
253  border-top: 1px solid #f0f0f0;
254  display: none;
255  margin-top: 2px;
256  padding-top: 2px;
257}
258
259#content #replication #iterations .iterations a span
260{
261  background-position: 0 50%;
262  color: #c0c0c0;
263  display: none;
264  padding-left: 21px;
265}
266
267#content #replication #iterations .iterations a span.expand
268{
269  background-image: url( ../../img/ico/chevron-small-expand.png );
270  display: block;
271}
272
273#content #replication #iterations .iterations.expanded a span.expand
274{
275  display: none;
276}
277
278#content #replication #iterations .iterations.expanded a span.collapse
279{
280  background-image: url( ../../img/ico/chevron-small.png );
281  display: block;
282}
283
284#content #replication #details table
285{
286  border-collapse: collapse;
287}
288
289#content #replication #details table th
290{
291  text-align: left;
292}
293
294#content #replication.slave #details table .slaveOnly
295{
296  display: table-row;
297}
298
299#content #replication #details table thead th
300{
301  color: #c0c0c0;
302}
303
304#content #replication #details table thead th,
305#content #replication #details table tbody td
306{
307  padding-right: 20px;
308}
309
310#content #replication #details table thead td,
311#content #replication #details table thead th,
312#content #replication #details table tbody th,
313#content #replication #details table tbody td div
314{
315  padding-top: 3px;
316  padding-bottom: 3px;
317}
318
319#content #replication #details table tbody td,
320#content #replication #details table tbody th
321{
322  border-top: 1px solid #f0f0f0;
323}
324
325#content #replication #details table thead td
326{
327  width: 100px;
328}
329
330#content #replication #details table thead td span
331{
332  background-image: url( ../../img/ico/clipboard-list.png );
333  background-position: 0 50%;
334  display: block;
335  padding-left: 21px;
336}
337
338#content #replication #details table tbody th
339{
340  padding-right: 10px;
341  text-align: right;
342}
343
344#content #replication #details table tbody .size
345{
346  text-align: right;
347  white-space: nowrap;
348}
349
350#content #replication #details table tbody .generation div
351{
352  text-align: center;
353}
354
355#content #replication #details table tbody .diff div
356{
357  background-color: #fcfcc9;
358  padding-left: 1px;
359  padding-right: 1px;
360}
361
362#content #replication .settings .label span
363{
364  background-image: url( ../../img/ico/hammer-screwdriver.png );
365}
366
367#content #replication .settings ul,
368#content #replication .settings dl dt,
369#content #replication .settings dl dd
370{
371  float: left;
372}
373
374#content #replication .settings ul li
375{
376  border-top: 1px solid #f0f0f0;
377  display: none;
378  padding-top: 3px;
379  padding-top: 3px;
380}
381
382#content #replication .settings ul li:first-child
383{
384  border-top: 0;
385  padding-top: 0;
386}
387
388#content #replication .settings dl dt
389{
390  clear: left;
391  margin-right: 5px;
392  width: 120px;
393}
394
395#content #replication .settings dl .ico
396{
397  background-position: 0 50%;
398  padding-left: 21px;
399}
400
401#content #replication .settings dl .ico.ico-0
402{
403  background-image: url( ../../img/ico/slash.png );
404}
405
406#content #replication .settings dl .ico.ico-1
407{
408  background-image: url( ../../img/ico/tick.png );
409}
410
411#content #replication .timer
412{
413  box-shadow: 5px 5px 10px #c0c0c0;
414  -moz-box-shadow: 5px 5px 10px #c0c0c0;
415  -webkit-box-shadow: 5px 5px 10px #c0c0c0;
416  display: none;
417  margin-bottom: 20px;
418  padding: 10px;
419}
420
421#content #replication .timer p,
422#content #replication .timer small
423{
424  padding-left: 21px;
425}
426
427#content #replication .timer p
428{
429  background-image: url( ../../img/ico/clock-select-remain.png );
430  background-position: 0 50%;
431}
432
433#content #replication .timer p .approx
434{
435  color: #c0c0c0;
436  margin-right: 1px;
437}
438
439#content #replication .timer p .tick
440{
441  font-weight: bold;
442}
443
444#content #replication .timer small
445{
446  color: #c0c0c0;
447  display: none;
448}
449
450#content #replication #navigation button
451{
452  display: block;
453  margin-bottom: 10px;
454}
455
456#content #replication #navigation button.optional
457{
458  display: none;
459}
460
461#content #replication #navigation .replicate-now span
462{
463  background-image: url( ../../img/ico/document-convert.png );
464}
465
466#content #replication #navigation .abort-replication span
467{
468  background-image: url( ../../img/ico/hand.png );
469}
470
471#content #replication #navigation .disable-polling span
472{
473  background-image: url( ../../img/ico/cross.png );
474}
475
476#content #replication #navigation .enable-polling span
477{
478  background-image: url( ../../img/ico/tick.png );
479}
480
481#content #replication #navigation .disable-replication span
482{
483  background-image: url( ../../img/ico/cross.png );
484}
485
486#content #replication #navigation .enable-replication span
487{
488  background-image: url( ../../img/ico/tick.png );
489}
490
491#content #replication #navigation .refresh-status span
492{
493  background-image: url( ../../img/ico/arrow-circle.png );
494}
Note: See TracBrowser for help on using the repository browser.