PluginProbe ʕ •ᴥ•ʔ
WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets / 2.13
WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets v2.13
3.9.5 3.9.6 4.0.0 4.0.1 4.1.0 trunk 2.12 2.13 2.14 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8 3.2.9 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.4.6 3.4.7 3.4.8 3.4.9 3.5.0 3.5.1 3.5.2 3.5.3 3.5.4 3.5.5 3.5.6 3.5.7 3.5.8 3.5.9 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4 3.6.5 3.6.6 3.6.7 3.6.8 3.6.9 3.7.0 3.7.1 3.7.2 3.7.3 3.7.3-beta-1.0 3.7.4 3.7.4-beta-1.0 3.7.5 3.7.6 3.7.7 3.7.8 3.7.9 3.8.0 3.9.0 3.9.1 3.9.2 3.9.3 3.9.4
wp-all-import / static / css / admin.css
wp-all-import / static / css Last commit date
admin-ie.css 13 years ago admin.css 13 years ago
admin.css
469 lines
1 /*@+ common */
2 .pmxi_plugin hr {
3 height: 1px;
4 border-width: 0px;
5 color: #ddd;
6 background-color: #ddd;
7 margin-bottom: 15px;
8 }
9 .pmxi_plugin a.button {
10 padding: 5px 10px;
11 margin: 1px;
12 font-weight: bold;
13 }
14 .pmxi_plugin a.help {
15 overflow: hidden;
16 text-indent: -99999px;
17 display: inline-block;
18 width: 16px;
19 height: 16px;
20 background-repeat: no-repeat;
21 background-image: url("../img/help.png");
22 vertical-align: middle;
23 margin-left: 5px;
24 }
25 .pmxi_plugin input.datepicker {
26 width: 8em;
27 }
28 .pmxi_plugin button.ui-datepicker-trigger {
29 background-image: url("../img/date-picker.gif");
30 background-repeat: no-repeat;
31 cursor: pointer;
32 border: none;
33 margin: 1px;
34 width: 21px;
35 height: 18px;
36 vertical-align: middle;
37 }
38 .pmxi_plugin .progress-msg {
39 font-style: italic;
40 }
41 .pmxi_plugin .inner-content {
42 max-width: 700px;
43 }
44 .pmxi_plugin .loading {
45 cursor: progress;
46 background-repeat: no-repeat;
47 background-position: center;
48 }
49 .pmxi_plugin a.add-new {
50 font-size: 18px;
51 background-color: #eee;
52 cursor: pointer;
53 padding: 6px 10px 6px 10px;
54 line-height: normal;
55 font-style: normal;
56 color: #464646;
57 border-color: #bbb;
58 -moz-border-radius: 4px 4px 4px 4px;
59 border-radius: 4px;
60 border-style: solid;
61 border-width: 1px;
62 font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
63 text-decoration: none;
64 }
65 .pmxi_plugin a.add-new:hover {
66 border-color: #666666;
67 color: #000;
68 }
69 .pmxi_plugin div.input {
70 line-height: 25px;
71 height: 25px;
72 }
73 .pmxi_plugin div.input > * {
74 vertical-align: middle;
75 }
76 .pmxi_plugin .note {
77 color: #666666;
78 font-size: 11px;
79 }
80 .pmxi_plugin div.sub {
81 padding-left: 20px;
82 font-size: 12px;
83 }
84 /* 2 column layout */
85 .pmxi_plugin table.layout {
86 clear: both;
87 border-collapse: collapse;
88 min-width: 770px;
89 width: 100%;
90 }
91 .pmxi_plugin table.layout td {
92 vertical-align: top;
93 border: none;
94 }
95 .pmxi_plugin table.layout td.left {
96 min-width: 490px;
97 width: 70%;
98 }
99 .pmxi_plugin table.layout td.right {
100 padding: 0px 0 16px 20px;
101 width: 30%;
102 min-width: 260px;
103 }
104 .pmxi_plugin table.layout td.left > h2:first-child {
105 margin-top: -22px;
106 padding: 14px 0 3px 0;
107 }
108 .pmxi_plugin table.layout td.left hr {
109 clear: both;
110 }
111 .pmxi_plugin.no-js table.layout td.left > h2:first-child {
112 margin-top: 0px;
113 }
114 /*@*/
115
116 /*@+ Setting Form */
117 .pmxi_plugin form.settings {
118 width: 700px;
119 }
120 /*@*/
121
122 /*@+ Choose File forms */
123 .pmxi_plugin form.choose-file {
124 padding-top: 10px;
125 }
126 .pmxi_plugin form.choose-file h3 {
127 margin-bottom: 5px;
128 }
129 .pmxi_plugin form.choose-file .label {
130 font-size: 15px;
131 }
132 .pmxi_plugin form.choose-file input[type="text"],
133 .pmxi_plugin form.choose-file input[type="password"] {
134 width: 80px;
135 font-size: 12px;
136 }
137 .pmxi_plugin form.choose-file input.regular-text,
138 .pmxi_plugin form.choose-file select.regular-text {
139 width: 300px;
140 }
141 .pmxi_plugin #wpcontent form.choose-file select[name="file"],
142 .pmxi_plugin #wpcontent form.choose-file select[name="reimport"] {
143 font-size: 12px;
144 }
145 .pmxi_plugin form.choose-file input[type="submit"].button {
146 width: 150px;
147 }
148 .pmxi_plugin form.choose-file div.input {
149 margin-top: 20px;
150 }
151 /*@*/
152
153 /*@+ Choose Elements form */
154 .pmxi_plugin form.choose-elements input[type="text"] {
155 width: 100%;
156 max-width: 300px;
157 min-width: 150px;
158 }
159 /*@*/
160
161 /*@+ Template form */
162 .pmxi_plugin form.template.edit {
163 /*width: 700px;*/
164 }
165 .pmxi_plugin form.template .load-template {
166 display: block;
167 float: right;
168 padding-top: 7px;
169 font-size: 12px;
170 }
171 .pmxi_plugin form.template .load-template select {
172 width: 126px;
173 }
174
175 .pmxi_plugin #poststuff form.template h3 {
176 margin: 1em 0 5px 2px;
177 font-size: 1.17em;
178 padding: 0px;
179 }
180 .pmxi_plugin #post-preview {
181 font-size: 12px;
182 }
183 .pmxi_plugin #post-preview .error {
184 margin: 5px 0;
185 }
186 .pmxi_plugin h3 .header-option {
187 display: block;
188 float: right;
189 font-size: 12px;
190 font-weight: normal;
191 }
192 /*@*/
193
194 /*@+ Options form */
195 .pmxi_plugin form.options.edit {
196 /*width: 700px;*/
197 }
198
199 .pmxi_plugin .post-type-container,
200 .pmxi_plugin .file-type-container {
201 padding: 4px 10px 5px;
202 border: 1px solid transparent;
203 }
204 .pmxi_plugin .post-type-container.selected,
205 .pmxi_plugin .file-type-container.selected {
206 background-color: #F2FBD9;
207 border: 1px solid #B5E61D;
208 padding-bottom: 10px;
209 }
210 .pmxi_plugin .post-type-container h3,
211 .pmxi_plugin .file-type-container h3 {
212 margin: 0px 0px;
213 }
214 .pmxi_plugin .post-type-container .post-type-options,
215 .pmxi_plugin .file-type-container .file-type-options {
216 margin: 5px 0 0 20px;
217 }
218
219 .pmxi_plugin table.form-table {
220 clear: none;
221 margin-top: 0px;
222 }
223 .pmxi_plugin .post-type-options table.form-table {
224 max-width: 500px;
225 }
226 .pmxi_plugin .post-type-options table.form-table td.delim {
227 width: 50px;
228 }
229 .pmxi_plugin .post-type-options table.form-table td.delim input {
230 width: 20px;
231 }
232 .pmxi_plugin table.form-table.custom-params {
233 max-width: 700px;
234 }
235 .pmxi_plugin table.form-table td,
236 .pmxi_plugin table.form-table th {
237 padding: 2px 4px;
238 vertical-align: top;
239 }
240 .pmxi_plugin .post-type-options table.form-table th {
241 width: 100px;
242 }
243 .pmxi_plugin .post-type-options table.form-table select {
244 max-width: 300px;
245 }
246 .pmxi_plugin table.form-table thead td {
247 font-weight: bold;
248 }
249 .pmxi_plugin table.form-table.custom-params input {
250 margin-left: 0;
251 }
252 .pmxi_plugin table.form-table tr.template {
253 display: none;
254 }
255 /*@*/
256
257 /*@+ XML representation */
258 .pmxi_plugin .tag {
259 border: 1px solid #DFDFDF;
260 background-color: #fff;
261 -moz-border-radius: 4px;
262 -khtml-border-radius: 4px;
263 -webkit-border-radius: 4px;
264 border-radius: 4px;
265 }
266 .pmxi_plugin .tag .title {
267 font-weight: bold;
268 padding: 6px 8px;
269 color: #464646;
270 background: url("../../../../../wp-admin/images/gray-grad.png") repeat-x scroll left top #DFDFDF;
271 font-size: 12px;
272 }
273 .pmxi_plugin .tag .xml {
274 max-height: 600px;
275 overflow: auto;
276 }
277 .pmxi_plugin .tag .navigation {
278 float: right;
279 margin: -2px -12px 0 0;
280 }
281 .pmxi_plugin .tag .navigation a,
282 .pmxi_plugin .tag .navigation span {
283 font-weight: bold;
284 padding: 0 12px;
285 text-decoration: none;
286 }
287
288 .xml {
289 padding-left: 15px;
290 }
291 .xml-element {
292 border: 1px solid transparent;
293 margin: 1px 1px 1px 0;
294 }
295 .xml-element.selected > .xml-tag.opening .xml-tag-name {
296 background-color: #B5E61D;
297 }
298 .xml-content {
299 padding-left: 14px;
300 }
301 .xml-content.collapsed {
302 display: none;
303 }
304 .xml-content.textonly.short {
305 padding-left: 0px;
306 display: inline;
307 }
308 .xml-tag {
309 display: inline;
310 }
311 .xml-tag-name {
312 color: #906;
313 font-weight: bold;
314 }
315 .xml-tag.opening .xml-tag-name {
316 cursor: pointer;
317 }
318 .xml-attr-name {
319 font-weight: bold;
320 cursor: pointer;
321 }
322 .xml-attr-value {
323 color: blue;
324 }
325 .xml-expander {
326 display: inline-block;
327 width: 12px;
328 margin-left: -12px;
329 -moz-user-select: none;
330 -khtml-user-select: none;
331 -webkit-user-select: none;
332 user-select: none;
333 cursor: pointer;
334 font-family: monospace;
335 line-height: 100%;
336 text-align: left;
337 color: red;
338 }
339 .xml-more {
340 color: red;
341 font-size: 80%;
342 }
343 .xml.resetable .xml-element.lvl-mod4-3 > .xml-content {
344 margin-left: -59px;
345 margin-right: -8px;
346 background-color: #fff;
347 border: 1px dashed #906;
348 border-left: 2px solid #906;
349 border-right: none;
350 }
351 .xml.resetable .xml-element.lvl-mod4-3 > .xml-content.short {
352 margin-left: 0;
353 margin-right: 0;
354 border: none;
355 background-color: inherit;
356 }
357 /* xml table representation */
358 tr.xml-element.selected .xml-tag.opening .xml-tag-name {
359 background-color: #B5E61D;
360 }
361 table.xml td {
362 padding-left: 20px;
363 }
364 table.xml td:first-child {
365 width: 1px;
366 padding-left: 0px;
367 }
368
369 table.xml,
370 table.xml table {
371 width: 100%;
372 border-collapse:collapse;
373 border-spacing:0;
374 }
375 /*@*/
376
377 /*@+ table list */
378 .pmxi_plugin table.widefat th {
379 white-space: nowrap;
380 }
381 .pmxi_plugin table.widefat th.ASC a {
382 background-image: url("../img/screen-options-right-up.gif");
383 background-repeat: no-repeat;
384 background-position: right center;
385 padding-right: 19px;
386 }
387 .pmxi_plugin table.widefat th.DESC a {
388 background-image: url("../img/screen-options-right.gif");
389 background-repeat: no-repeat;
390 background-position: right center;
391 padding-right: 19px;
392 }
393
394 .pmxi_plugin table.widefat.pmxi-admin-imports th.column-id {
395 width: 35px;
396 }
397 .pmxi_plugin table.widefat.pmxi-admin-imports th.column-scheduled {
398 width: 85px;
399 }
400 .pmxi_plugin table.widefat.pmxi-admin-imports th.column-registered_on {
401 width: 130px;
402 }
403 .pmxi_plugin table.widefat.pmxi-admin-imports th.column-post_count {
404 width: 105px;
405 }
406 /*@*/
407
408 /*@+ fixes */
409 .pmxi_plugin input[type="file"] {
410 padding: 0; /* FIX height or <input type="file" /> for Safari & Chrome */
411 }
412 .pmxi_plugin .ui-widget-overlay {
413 position: fixed !important; /* FIX: modal dialog overlay in IE 8 */
414 background-color: #aaa !important; /* FIX: overlay color */
415 }
416 .pmxi_plugin .ui-dialog {
417 position: absolute !important; /* FIX: for wordpress 3.1 not to add empty space */
418 }
419 .pmxi_plugin .ui-autocomplete {
420 position: absolute;
421 border-color: #ccc #444 #444 #aaa;
422 cursor: default;
423 -moz-border-radius: 0;
424 border-radius: 0;
425 max-height: 200px;
426 max-width: 700px;
427 overflow-y: auto;
428 overflow-x: hidden;
429 white-space: nowrap;
430 font-size: 11px;
431 }
432 .pmxi_plugin .ui-autocomplete .ui-menu-item {
433 padding: 0;
434 margin: 0;
435 }
436 .pmxi_plugin .ui-autocomplete .ui-menu-item a {
437 display: block;
438 padding: 2px;
439 padding-right: 20px; /* space for scroll bar */
440 font-size: 11px;
441 border: none;
442 -moz-border-radius: 0;
443 border-radius: 0;
444 }
445 .pmxi_plugin .ui-autocomplete .ui-menu-item a.ui-state-hover {
446 background: #39f;
447 color: #fff;
448 }
449 .pmxi_plugin input.autocomplete {
450 background: url("../img/down.gif") no-repeat right top #fff;
451 padding-right: 20px;
452 cursor: default;
453 font-size: 11px !important;
454 }
455 /*@*/
456
457 .pmxi_plugin .taglines{
458 font-size:13px;
459 font-style: italic;
460 display: block;
461 color: #777;
462 }
463
464 .pmxi_plugin #process{ display:none; }
465 .pmxi_plugin .load-options{ float:right; font-size:13px; }
466 .pmxi_plugin form.options table.layout td.right{
467 position: fixed;
468 width: 25%;
469 }