PluginProbe
Redirection / 2.2.12
Redirection v2.2.12
5.10.0 5.9.0 5.8.1 5.8.0 3.7.2 3.7.3 4.0 4.0.1 4.1 4.1.1 4.2 4.2.1 4.2.2 4.2.3 4.3 4.3.1 4.3.2 4.3.3 4.4 4.4.1 4.4.2 4.5 4.5.1 4.6.2 4.7.1 All 130 releases
redirection / admin.css

admin.css in Redirection 2.2.12, at admin.css

716 lines 8.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #MB_window {
2 top: 200px;
3 }
4
5 #MB_header a
6 {
7 border: none;
8 }
9
10 .modules
11 {
12 width: 100%;
13 border-spacing: 0px 5px;
14 }
15
16 .modules img
17 {
18 vertical-align: middle;
19 }
20
21 .modules a
22 {
23 border: none;
24 text-decoration: underline;
25 }
26
27 .modules td
28 {
29 padding: 6px;
30 background-color: #e6e6e6;
31 }
32
33 .modules th
34 {
35 padding: 0px 6px;
36 }
37
38 .modules td p
39 {
40 margin: 0 0 0.5em 0;
41 }
42
43 .modules td h4
44 {
45 margin: 0 0 0.5em 0;
46 font-size: 1.2em;
47 }
48
49 .modules td strong
50 {
51 color: red;
52 }
53
54 .modules td.logo
55 {
56 background-color: #d4d4d4;
57 -moz-border-radius: 10px 0 0 10px;
58 -webkit-border-top-left-radius: 10px;
59 -webkit-border-bottom-left-radius: 10px;
60 border-top-right-radius: 0px;
61 border-top-left-radius: 10px;
62 border-bottom-right-radius: 0px;
63 border-bottom-left-radius: 10px;
64 width: 70px;
65 text-align: center;
66 }
67
68 .modules td.operations
69 {
70 background-color: #d4d4d4;
71 text-align: center;
72 }
73
74 .modules td.edit, .modules td.operations
75 {
76 -moz-border-radius: 0 10px 10px 0px;
77 -webkit-border-top-right-radius: 10px;
78 -webkit-border-bottom-right-radius: 10px;
79 }
80
81 .modules td table td
82 {
83 padding: 0px;
84 }
85
86 .modules td table td strong
87 {
88 color: black;
89 }
90
91 .modules .toolbar
92 {
93 margin-top: 7px;
94 font-size: 0.8em;
95 border-radius: 10px;
96 -moz-border-radius: 10px;
97 -webkit-border-radius: 10px;
98 background-color: #d4d4d4;
99 padding: 5px 10px 4px 10px;
100 }
101
102 .modules .toolbar a
103 {
104 color: #333;
105 padding: 0px 4px;
106 }
107
108 .modules .toolbar strong
109 {
110 color: black;
111 }
112
113 .modules .toolbar a:hover
114 {
115 color: white;
116 }
117
118 .left
119 {
120 text-align: left;
121 }
122
123 .center
124 {
125 text-align: center;
126 }
127
128 .edit
129 {
130 width: 100%;
131 }
132
133 .edit th
134 {
135 text-align: right;
136 }
137
138 .edit .center
139 {
140 text-align: center;
141 }
142
143 .edit .left
144 {
145 text-align: left;
146 }
147
148 .redirections h3
149 {
150 padding: 0px;
151 margin: 0.5em 0 0.5em 1em;
152 font-size: 1.1em;
153 }
154
155
156 .redirections img
157 {
158 vertical-align: middle;
159 }
160
161 .redirections, .redirections_header
162 {
163 padding: 0;
164 margin: 0;
165
166 }
167
168 .redirections li a
169 {
170 border: none;
171 }
172
173
174
175 .redirections li { background-color: #e6e6e6; }
176 .check { border: none; background-color: transparent;}
177 .redirections .count, .redirections .type { background-color: #d4d4d4;}
178
179 .redirections .type_url { background-color: #C9F2C9; }
180 .redirections .type_url .count { background-color: #A0D8A0; }
181 .redirections .type_url .type { background-color: #A0D8A0; }
182 .redirections .type_url .tools { background-color: #A0D8A0; }
183
184 .redirections .type_error { background-color: #F3C7EC; }
185 .redirections .type_error .count{ background-color: #D18EC6; }
186 .redirections .type_error .type { background-color: #D18EC6; }
187 .redirections .type_error .tools { background-color: #D18EC6; }
188
189 .redirections .type_random { background-color: #F3EBB1; }
190 .redirections .type_random .count { background-color: #D3CB8D; }
191 .redirections .type_random .type { background-color: #D3CB8D; }
192 .redirections .type_random .tools { background-color: #D3CB8D; }
193
194 .redirections .type_pass { background-color: #AEC5E7; }
195 .redirections .type_pass .count { background-color: #7E9BC5; }
196 .redirections .type_pass .type { background-color: #7E9BC5; }
197 .redirections .type_pass .tools { background-color: #7E9BC5; }
198
199 .redirections li.disabled
200 {
201 background-color: #f2f2f2;
202 color: #999;
203 }
204
205 .redirections li.disabled .tools, .redirections li.disabled .count, .redirections li.disabled .info, .redirections li.disabled .type
206 {
207 background-color: #d4d4d4;
208 }
209
210 .redirections li.disabled a
211 {
212 color: #999;
213 }
214
215 .redirections li, .redirections_header li
216 {
217 -moz-border-radius: 10px;
218 -webkit-border-radius: 10px;
219 border-radius: 10px;
220 list-style-type: none;
221 overflow: hidden;
222 }
223
224 .redirections li a
225 {
226 text-decoration: underline;
227 }
228
229 .item
230 {
231 overflow: hidden;
232 }
233
234 .item, .date, .count, .tools, .type
235 {
236 padding: 5px 8px;
237 height: 100%;
238 }
239
240 .item-regex
241 {
242 font-style: italic;
243 }
244
245 .type, .item { float: left;}
246
247 .wrap h2
248 {
249 clear: none;
250 }
251
252 .date, .count, .tools, .options
253 {
254 float: right;
255 }
256
257
258 .type { width: 3em; text-align: center; color: #333;}
259
260 .date
261 {
262 text-align: center;
263 }
264
265
266 .count
267 {
268 width: 5em;
269 text-align: center;
270 }
271
272 .sortable
273 {
274 cursor: move;
275 }
276
277 .sort
278 {
279 -moz-border-radius: 10px;
280 -webkit-border-radius: 10px;
281 border-radius: 10px;
282 width: 8em;
283 text-align: center;
284 padding: 4px 2px;
285 font-size: 0.8em;
286 background-color: #ccc;
287 }
288
289 .sort a
290 {
291 color: #555;
292 border: none;
293 }
294
295 .sort a:hover
296 {
297 color: white;
298 }
299 .sort img
300 {
301 vertical-align: middle;
302 }
303
304 .type
305 {
306 -moz-border-radius: 10px 0px 0px 10px;
307 -webkit-border-top-left-radius: 10px;
308 -webkit-border-bottom-left-radius: 10px;
309 margin-right: 3px;
310 }
311
312 .tools
313 {
314 -moz-border-radius: 0px 10px 10px 0px;
315 -webkit-border-top-left-radius: 10px;
316 -webkit-border-bottom-left-radius: 10px;
317 height: 1.4em;
318 }
319
320
321 .pager
322 {
323 font-size: 0.9em;
324 text-align: right;
325 }
326
327 .pagertools
328 {
329 float: right;
330 font-size: 0.9em;
331 margin-left: 10px;
332 margin-bottom: 2px;
333 }
334
335 .pager select, .pager input { font-size: 0.9em; }
336
337
338 .sub
339 {
340 font-weight: normal;
341 font-size: 0.8em;
342 color: #666;
343 }
344
345 .sub ul
346 {
347 margin: 0; padding: 0;
348 list-style-type: square;
349 }
350
351 .sub ul li
352 {
353 margin: 0; padding: 0;
354 margin-left: 20px;
355 }
356 /*
357 .stats
358 {
359 width: 100%;
360 margin: 10px 0;
361 border-collapse: collapse;
362 border: 1px solid #555;
363 }
364
365 .stats a { border: 0; text-decoration: underline;}
366
367 .stats th, .stats tfoot td
368 {
369 text-align: left;
370 padding: 3px;
371 background-color: #555;
372 color: white;
373 }
374
375 .stats tfoot td a, .stats thead th a
376 {
377 color: white;
378 }
379
380 .stats tbody td
381 {
382 border-right: 1px solid #ddd;
383 }
384
385 .stats thead a
386 {
387 padding: 3px;
388 }
389
390 .stats tbody td a
391 {
392 padding: 3px;
393 color: #222;
394 }
395
396 .stats tfoot a:hover
397 {
398 color: yellow;
399 }
400
401 .stats tfoot td
402 {
403 color: #bbb;
404 }
405
406 .stats tfoot .active
407 {
408 font-weight: bold;
409 color: yellow;
410 }
411
412
413 .stats tfoot td a
414 {
415 }
416
417 .stats thead a:hover
418 {
419 color: #FFFF88;
420 }
421
422 .stats tbody td a:hover
423 {
424 background-color: #FFFF88;
425 padding: 3px;
426 }
427
428 .stats tbody td.sorted
429 {
430 background-color: #F0F7FF;
431 }
432
433 .stats tbody .alt td.sorted
434 {
435 background-color: #E0E9F1;
436 }
437
438 .stats thead th.sorted
439 {
440 background-color: #222;
441 }
442
443 .stats tbody td.lastcol
444 {
445 border-right: 1px solid #333;
446 }
447
448 .stats tfoot td
449 {
450 text-align: right;
451 }
452
453 .alt
454 {
455 background-color: #eee;
456 }
457
458 .stats td.detail
459 {
460 padding: 0;
461 }
462
463 .stats td, .stats th
464 {
465 padding: 5px;
466 vertical-align: top;
467 }
468
469 .stats img
470 {
471 vertical-align: middle;
472 }
473
474 .stats p
475 {
476 margin: 5px 0px 0px 0px;
477 }
478
479
480 .stats table
481 {
482 width: 100%;
483 border: 1px solid #BEBE74;
484 padding: 6px 3px;
485 background-color: #FFFFE1;
486 font-size: 0.8em !important;
487 -moz-border-radius: 10px;
488 -webkit-border-radius: 10px;
489 border-radius: 10px;
490 }
491
492 .stats table input
493 {
494 font-size: 0.8em;
495 }
496
497 .stats table th
498 {
499 text-align: right;
500 width: 8em;
501 padding: 3px;
502 background-color: transparent;
503 color: #333;
504 }
505
506 .stats table td
507 {
508 padding: 0px;
509 }
510
511 .stats tfoot td
512 {
513 font-size: 0.9em;
514 padding: 5px 10px;
515 }
516
517 .stats .center
518 {
519 text-align: center;
520 }*/
521
522 .extra
523 {
524 width: 100%;
525 }
526
527 .extra td
528 {
529 font-size: 1em;
530 }
531
532 .extra th
533 {
534 background-color: #ccc;
535 text-align: right;
536 }
537
538 .extra ul
539 {
540 margin: 0; padding: 0;
541 }
542
543 .extra ul
544 {
545 list-style-type: none;
546 }
547
548 .extra ul li ul
549 {
550 margin-left: 20px;
551 list-style-type: square;
552 }
553
554 .urls
555 {
556 width: 100%;
557 font-size: 0.9em;
558 }
559
560 .urls td
561 {
562 font-size: 1em;
563 padding: 2px 5px;
564 }
565
566 .urls p
567 {
568 margin: 0;
569 padding-bottom: 4px;
570 }
571
572 .nounder
573 {
574 border: none !important;
575 text-decoration: none !important;
576 }
577
578 .alturl
579 {
580 background-color: #efefef;
581 }
582
583 .internal
584 {
585 background-color: #FDD1D1;
586 }
587
588 .searchargs
589 {
590 width: 100%;
591 }
592
593 .searchargs th
594 { text-align: right}
595
596 .searchargs .term
597 {
598 width: 90%;
599 }
600 .results li
601 {
602 margin-bottom: 10px;
603 }
604
605 .searchx
606 {
607 color: #0F3D09;
608 padding-bottom: 10px;
609 font-size: 0.9em;
610 }
611
612 .searchx strong, .replacex strong
613 {
614 color: red;
615 }
616
617 .replacex
618 {
619 color: #1B0E5E;
620 margin-top: 10px;
621 font-size: 0.9em;
622 }
623
624 .edit_url input
625 {
626 width: 95%;
627 }
628
629 .regex
630 {
631 font-style: italic;
632 }
633
634 table.data
635 {
636 width: 100%;
637 }
638
639 table.data th
640 {
641 text-align: right;
642 padding-right: 1em;
643 }
644
645 fieldset
646 {
647 margin-bottom: 1em;
648 padding: 0.5em 1em 1em 1em;
649 border: 1px solid #ccc;
650 }
651
652 fieldset th
653 {
654 text-align: right;
655 }
656
657 fieldset legend
658 {
659 font-weight: bold;
660 font-size: 1.2em;
661 }
662
663 .updated-red
664 {
665 border-width: 1px;
666 border-style: solid;
667 padding: 0 0.6em;
668 margin: 5px 15px 2px;
669 -moz-border-radius: 3px;
670 -khtml-border-radius: 3px;
671 -webkit-border-radius: 3px;
672 border-radius: 3px;
673 background-color: #ffffe0;
674 border-color: #e6db55;
675 }
676
677 .updated-red p{
678 margin: 0.5em 0;
679 line-height: 1;
680 padding: 2px;
681 }
682
683 .widefat .center
684 {
685 text-align: center;
686 }
687
688
689 .bulleted li {
690 list-style-type: square;
691 margin-left: 20px;
692 }
693
694 .donations li
695 {
696 list-style-type: none;
697 float: left;
698 text-align: center;
699 padding: 1em 2em;
700 }
701
702 .translators li
703 {
704 float: left;
705 width: 300px;
706 margin-left: 1.5em;
707 }
708
709 div .supporter strong
710 {
711 background-color: yellow;
712 }
713
714 #items, .item {
715 direction:ltr;
716 }