PluginProbe
Redirection / 2.3.6
Redirection v2.3.6
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.3.6, at admin.css

529 lines 5.8 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 width: 70px;
58 text-align: center;
59 }
60
61 .modules td.operations
62 {
63 background-color: #d4d4d4;
64 text-align: center;
65 }
66
67 .modules td table td
68 {
69 padding: 0px;
70 }
71
72 .modules td table td strong
73 {
74 color: black;
75 }
76
77 .modules .toolbar
78 {
79 margin-top: 7px;
80 font-size: 0.8em;
81 background-color: #d4d4d4;
82 padding: 5px 10px 4px 10px;
83 }
84
85 .modules .toolbar a
86 {
87 color: #333;
88 padding: 0px 4px;
89 }
90
91 .modules .toolbar strong
92 {
93 color: black;
94 }
95
96 .modules .toolbar a:hover
97 {
98 color: white;
99 }
100
101 .left
102 {
103 text-align: left;
104 }
105
106 .center
107 {
108 text-align: center;
109 }
110
111 .edit
112 {
113 width: 100%;
114 }
115
116 .edit th
117 {
118 text-align: right;
119 }
120
121 .edit .center
122 {
123 text-align: center;
124 }
125
126 .edit .left
127 {
128 text-align: left;
129 }
130
131 .redirections h3
132 {
133 padding: 0px;
134 margin: 0.5em 0 0.5em 1em;
135 font-size: 1.1em;
136 }
137
138
139 .redirections img
140 {
141 vertical-align: middle;
142 }
143
144 .redirections, .redirections_header
145 {
146 padding: 0;
147 margin: 0;
148
149 }
150
151 .redirections li a
152 {
153 border: none;
154 }
155
156
157
158 .redirections li { background-color: #e6e6e6; }
159 .check { border: none; background-color: transparent;}
160 .redirections .count, .redirections .type { background-color: #d4d4d4;}
161
162 .redirections .type_url { background-color: #C9F2C9; }
163 .redirections .type_url .count { background-color: #A0D8A0; }
164 .redirections .type_url .type { background-color: #A0D8A0; }
165 .redirections .type_url .tools { background-color: #A0D8A0; }
166
167 .redirections .type_error { background-color: #F3C7EC; }
168 .redirections .type_error .count{ background-color: #D18EC6; }
169 .redirections .type_error .type { background-color: #D18EC6; }
170 .redirections .type_error .tools { background-color: #D18EC6; }
171
172 .redirections .type_random { background-color: #F3EBB1; }
173 .redirections .type_random .count { background-color: #D3CB8D; }
174 .redirections .type_random .type { background-color: #D3CB8D; }
175 .redirections .type_random .tools { background-color: #D3CB8D; }
176
177 .redirections .type_pass { background-color: #AEC5E7; }
178 .redirections .type_pass .count { background-color: #7E9BC5; }
179 .redirections .type_pass .type { background-color: #7E9BC5; }
180 .redirections .type_pass .tools { background-color: #7E9BC5; }
181
182 .redirections li.disabled
183 {
184 background-color: #f2f2f2;
185 color: #999;
186 }
187
188 .redirections li.disabled .tools, .redirections li.disabled .count, .redirections li.disabled .info, .redirections li.disabled .type
189 {
190 background-color: #d4d4d4;
191 }
192
193 .redirections li.disabled a
194 {
195 color: #999;
196 }
197
198 .redirections li, .redirections_header li
199 {
200 list-style-type: none;
201 overflow: hidden;
202 }
203
204 .redirections li a
205 {
206 text-decoration: underline;
207 }
208
209 .item
210 {
211 overflow: hidden;
212 }
213
214 .item, .date, .count, .tools, .type
215 {
216 padding: 5px 8px;
217 height: 100%;
218 }
219
220 .item-regex
221 {
222 font-style: italic;
223 }
224
225 .type, .item { float: left;}
226
227 .wrap h2
228 {
229 clear: none;
230 }
231
232 .date, .count, .tools, .options
233 {
234 float: right;
235 }
236
237
238 .type { width: 3em; text-align: center; color: #333;}
239
240 .date
241 {
242 text-align: center;
243 }
244
245
246 .count
247 {
248 width: 5em;
249 text-align: center;
250 }
251
252 .sortable
253 {
254 cursor: move;
255 }
256
257 .sort
258 {
259 width: 8em;
260 text-align: center;
261 padding: 4px 2px;
262 font-size: 0.8em;
263 background-color: #ccc;
264 }
265
266 .sort a
267 {
268 color: #555;
269 border: none;
270 }
271
272 .sort a:hover
273 {
274 color: white;
275 }
276 .sort img
277 {
278 vertical-align: middle;
279 }
280
281 .type
282 {
283 margin-right: 3px;
284 }
285
286 .tools
287 {
288 height: 1.4em;
289 }
290
291
292 .pager
293 {
294 font-size: 0.9em;
295 text-align: right;
296 }
297
298 .pagertools
299 {
300 float: right;
301 font-size: 0.9em;
302 margin-left: 10px;
303 margin-bottom: 2px;
304 }
305
306 .pager select, .pager input { font-size: 0.9em; }
307
308
309 .sub
310 {
311 font-weight: normal;
312 font-size: 0.8em;
313 color: #666;
314 }
315
316 .sub ul
317 {
318 margin: 0; padding: 0;
319 list-style-type: square;
320 }
321
322 .sub ul li
323 {
324 margin: 0; padding: 0;
325 margin-left: 20px;
326 }
327
328
329 .extra
330 {
331 width: 100%;
332 }
333
334 .extra td
335 {
336 font-size: 1em;
337 }
338
339 .extra th
340 {
341 background-color: #ccc;
342 text-align: right;
343 }
344
345 .extra ul
346 {
347 margin: 0; padding: 0;
348 }
349
350 .extra ul
351 {
352 list-style-type: none;
353 }
354
355 .extra ul li ul
356 {
357 margin-left: 20px;
358 list-style-type: square;
359 }
360
361 .urls
362 {
363 width: 100%;
364 font-size: 0.9em;
365 }
366
367 .urls td
368 {
369 font-size: 1em;
370 padding: 2px 5px;
371 }
372
373 .urls p
374 {
375 margin: 0;
376 padding-bottom: 4px;
377 }
378
379 .nounder
380 {
381 border: none !important;
382 text-decoration: none !important;
383 }
384
385 .alturl
386 {
387 background-color: #efefef;
388 }
389
390 .internal
391 {
392 background-color: #FDD1D1;
393 }
394
395 .searchargs
396 {
397 width: 100%;
398 }
399
400 .searchargs th
401 { text-align: right}
402
403 .searchargs .term
404 {
405 width: 90%;
406 }
407 .results li
408 {
409 margin-bottom: 10px;
410 }
411
412 .searchx
413 {
414 color: #0F3D09;
415 padding-bottom: 10px;
416 font-size: 0.9em;
417 }
418
419 .searchx strong, .replacex strong
420 {
421 color: red;
422 }
423
424 .replacex
425 {
426 color: #1B0E5E;
427 margin-top: 10px;
428 font-size: 0.9em;
429 }
430
431 .edit_url input
432 {
433 width: 95%;
434 }
435
436 .regex
437 {
438 font-style: italic;
439 }
440
441 table.data
442 {
443 width: 100%;
444 }
445
446 table.data th
447 {
448 text-align: right;
449 padding-right: 1em;
450 }
451
452 fieldset
453 {
454 margin-bottom: 1em;
455 padding: 0.5em 1em 1em 1em;
456 border: 1px solid #ccc;
457 }
458
459 fieldset th
460 {
461 text-align: right;
462 }
463
464 fieldset legend
465 {
466 font-weight: bold;
467 font-size: 1.2em;
468 }
469
470 .updated-red
471 {
472 border-width: 1px;
473 border-style: solid;
474 padding: 0 0.6em;
475 margin: 5px 15px 2px;
476 background-color: #ffffe0;
477 border-color: #e6db55;
478 }
479
480 .updated-red p{
481 margin: 0.5em 0;
482 line-height: 1;
483 padding: 2px;
484 }
485
486 .widefat .center
487 {
488 text-align: center;
489 }
490
491
492 .bulleted li {
493 list-style-type: square;
494 margin-left: 20px;
495 }
496
497 .donations li
498 {
499 list-style-type: none;
500 float: left;
501 text-align: center;
502 padding: 1em 2em;
503 }
504
505 .translators li
506 {
507 float: left;
508 width: 300px;
509 margin-left: 1.5em;
510 }
511
512 div .supporter strong
513 {
514 background-color: yellow;
515 }
516
517 #items, .item {
518 direction:ltr;
519 }
520
521 .wp-list-table .column-created {
522 width: 150px;
523 }
524
525 .wp-list-table .column-ip {
526 width: 120px;
527 }
528
529