admin-ie.css
12 years ago
admin-wp-3.8.css
12 years ago
admin-wp-4.4.css
10 years ago
admin.css
3 years ago
upgrade-notice.css
5 years ago
upgrade-notice.css.map
5 years ago
upgrade-notice.scss
5 years ago
admin.css
4628 lines
| 1 | .wpallexport-plugin .help_custom_xml, |
| 2 | .wpallexport-plugin .preview_a_custom_xml_row, |
| 3 | .wpallexport-plugin .preview_a_row, |
| 4 | .wpallexport-plugin .add_column, |
| 5 | .wpallexport-plugin .wp_all_export_auto_generate_data, |
| 6 | .wpallexport-plugin .wp_all_export_clear_all_data{ |
| 7 | background: #40acad; |
| 8 | -moz-border-radius: 4px; |
| 9 | -khtml-border-radius: 4px; |
| 10 | -webkit-border-radius: 4px; |
| 11 | border-radius: 4px; |
| 12 | clear: both; |
| 13 | color: #fff !important; |
| 14 | float: right; |
| 15 | font-size: 14px; |
| 16 | /*margin: 10px 0;*/ |
| 17 | padding: 10px 20px 10px 20px; |
| 18 | border: none; |
| 19 | cursor: pointer; |
| 20 | } |
| 21 | .wpallexport-plugin .custom_xml_upgrade_notice, |
| 22 | .wpallexport-plugin .disabled_fields_upgrade_notice{ |
| 23 | display: none; |
| 24 | } |
| 25 | .wpallexport-plugin .wp_all_export_disabled_button{ |
| 26 | background: #e4e6e6 !important; |
| 27 | color: #777 !important; |
| 28 | cursor: default !important; |
| 29 | } |
| 30 | .wpallexport-plugin .wp_all_export_custom_xml_help, |
| 31 | .wpallexport-plugin .wp_all_export_scheduling_help |
| 32 | { |
| 33 | padding: 15px; |
| 34 | background: #fff; |
| 35 | font-size: 12px; |
| 36 | /*max-height: 600px;*/ |
| 37 | overflow: auto; |
| 38 | } |
| 39 | |
| 40 | .wpallexport-plugin .wpallexport-step-4 .wpallexport-free-edition-notice a.upgrade_link { |
| 41 | font-size: 1.3em !important; |
| 42 | } |
| 43 | |
| 44 | .wpallexport-plugin .wp_all_export_custom_xml_help p, |
| 45 | .wpallexport-plugin .wp_all_export_scheduling_help p |
| 46 | { |
| 47 | font-size: 12px; |
| 48 | padding-left: 11px; |
| 49 | } |
| 50 | .wpallexport-plugin .wp_all_export_custom_xml_help ul, |
| 51 | .wpallexport-plugin .wp_all_export_scheduling_help ul |
| 52 | { |
| 53 | list-style: inside; |
| 54 | padding-left: 12px; |
| 55 | } |
| 56 | .wpallexport-plugin .wp_all_export_custom_xml_help h2, |
| 57 | .wpallexport-plugin .wp_all_export_scheduling_help h2 |
| 58 | { |
| 59 | margin: 0; |
| 60 | } |
| 61 | .wpallexport-plugin .wp_all_export_custom_xml_help h3, |
| 62 | .wpallexport-plugin .wp_all_export_scheduling_help h3 |
| 63 | { |
| 64 | color: #40acad; |
| 65 | cursor: pointer; |
| 66 | /*font-family: "Open Sans",sans-serif;*/ |
| 67 | font-size: 14px; |
| 68 | font-weight: normal; |
| 69 | margin: 5px 0; |
| 70 | } |
| 71 | |
| 72 | .wpallexport-plugin .code-block { |
| 73 | border-radius: 2px 2px 2px 2px; |
| 74 | -moz-border-radius: 2px 2px 2px 2px; |
| 75 | -webkit-border-radius: 2px 2px 2px 2px; |
| 76 | border: 0px solid #000000; |
| 77 | background-color: #F1F1F1; |
| 78 | padding-top: 10px; |
| 79 | padding-bottom: 10px; |
| 80 | } |
| 81 | |
| 82 | .wpallexport-plugin .wp_all_export_code{ |
| 83 | font-family: monospace; |
| 84 | font-size: 12px; |
| 85 | } |
| 86 | .wpallexport-plugin .wp_all_export_code .wp_all_export_code_comment{ |
| 87 | color:#a50; |
| 88 | } |
| 89 | .wpallexport-plugin .wp_all_export_code .wp_all_export_code_tag{ |
| 90 | color:#170; |
| 91 | } |
| 92 | .wpallexport-plugin .wp_all_export_code p.wp_all_export_code_comment, |
| 93 | .wpallexport-plugin .wp_all_export_code p.wp_all_export_code_tag{ |
| 94 | margin: 0; |
| 95 | } |
| 96 | .wpallexport-plugin .wp_all_export_code .wp_all_export_code_tag.lv1, |
| 97 | .wpallexport-plugin .wp_all_export_code .wp_all_export_code_comment.lv1{ |
| 98 | padding-left: 15px; |
| 99 | } |
| 100 | .wpallexport-plugin .wp_all_export_code .wp_all_export_code_tag.lv2, |
| 101 | .wpallexport-plugin .wp_all_export_code .wp_all_export_code_comment.lv2{ |
| 102 | padding-left: 30px; |
| 103 | } |
| 104 | .wpallexport-plugin .wp_all_export_code .wp_all_export_code_tag.lv3, |
| 105 | .wpallexport-plugin .wp_all_export_code .wp_all_export_code_comment.lv3{ |
| 106 | padding-left: 45px; |
| 107 | } |
| 108 | .wpallexport-plugin .wp_all_export_code .wp_all_export_code_tag .wp_all_export_code_text{ |
| 109 | color:#000; |
| 110 | font-weight: bold; |
| 111 | } |
| 112 | .wpallexport-plugin .wp_all_export_code .wp_all_export_code_text{ |
| 113 | color:#000; |
| 114 | font-weight: bold; |
| 115 | } |
| 116 | .wpallexport-plugin .wp_all_export_help_tab{ |
| 117 | display: none; |
| 118 | padding-bottom: 15px; |
| 119 | } |
| 120 | .wpallexport-plugin .wp_all_export_auto_generate_data, |
| 121 | .wpallexport-plugin .wp_all_export_clear_all_data{ |
| 122 | clear: none; |
| 123 | margin-left: 20px; |
| 124 | float: left; |
| 125 | } |
| 126 | .wpallexport-plugin fieldset.column{ |
| 127 | display: none; |
| 128 | } |
| 129 | .wpallexport-plugin fieldset.optionsset .template{ |
| 130 | display: none; |
| 131 | } |
| 132 | .wpallexport-plugin .custom_column, .wpallexport-plugin .default_column{ |
| 133 | background: none repeat scroll 0 0 #FFFFFF; |
| 134 | border: 1px solid #CCCCCC; |
| 135 | cursor: move; |
| 136 | /*float: left;*/ |
| 137 | margin: 0 5px 5px 5px; |
| 138 | padding: 10px; |
| 139 | position: relative; |
| 140 | } |
| 141 | |
| 142 | .wpallexport-plugin .custom_column label { |
| 143 | cursor: move; |
| 144 | } |
| 145 | |
| 146 | .wpallexport-plugin #wp_all_export_auto_generate_data{ |
| 147 | background: #38a659 none repeat scroll 0 0; |
| 148 | color: #fff; |
| 149 | display: block; |
| 150 | margin: 10px 5px; |
| 151 | padding: 10px; |
| 152 | text-align: center; |
| 153 | text-decoration: none; |
| 154 | } |
| 155 | |
| 156 | .wpallexport-plugin .connection-icon .help_scheduling { |
| 157 | margin: 0; |
| 158 | position: initial; |
| 159 | } |
| 160 | |
| 161 | .wpallexport-plugin .wpallexport-free-edition-notice{ |
| 162 | display: block; |
| 163 | margin: 5px; |
| 164 | padding: 20px; |
| 165 | text-align: center; |
| 166 | background-color: #FFB8B8; |
| 167 | border: 1px solid #FF8383; |
| 168 | color: #000; |
| 169 | } |
| 170 | .wpallexport-plugin .wpallexport-free-edition-notice p{ |
| 171 | color: #000 !important; |
| 172 | font-size: 1.3em !important; |
| 173 | margin-bottom: 0; |
| 174 | } |
| 175 | |
| 176 | .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-user-export-notice p, |
| 177 | .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-shop_customer-export-notice p, |
| 178 | .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-shop_order-export-notice p, |
| 179 | .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-shop_coupon-export-notice p, |
| 180 | .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-shop_review-export-notice p, |
| 181 | .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-comments-export-notice p, |
| 182 | .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-taxonomies-export-notice p, |
| 183 | .wpallexport-plugin .wpallexport-free-edition-notice.wpallexport-product-export-notice p |
| 184 | |
| 185 | { |
| 186 | margin-bottom: 1em; |
| 187 | margin-top: 0; |
| 188 | } |
| 189 | |
| 190 | |
| 191 | .wpallexport-plugin .upgrade_link{ |
| 192 | color: #000 !important; |
| 193 | font-size: 1.3em; |
| 194 | text-decoration: underline !important; |
| 195 | } |
| 196 | .wpallexport-plugin .wpallexport-user-export-notice, |
| 197 | .wpallexport-plugin .wpallexport-shop_customer-export-notice, |
| 198 | .wpallexport-plugin .wpallexport-shop_review-export-notice, |
| 199 | .wpallexport-plugin .wpallexport-shop_order-export-notice, |
| 200 | .wpallexport-plugin .wpallexport-shop_coupon-export-notice, |
| 201 | .wpallexport-plugin .wpallexport-reviews-export-notice, |
| 202 | .wpallexport-plugin .wpallexport-comments-export-notice, |
| 203 | .wpallexport-plugin .wpallexport-taxonomies-export-notice, |
| 204 | .wpallexport-plugin .wpallexport-product-export-notice, |
| 205 | .wpallexport-plugin .wpallexport-custom-product-export-notice{ |
| 206 | padding: 20px; |
| 207 | display: none; |
| 208 | width: 558px; |
| 209 | margin: 0 auto; |
| 210 | } |
| 211 | .wpallexport-plugin li.wpallexport_disabled div{ |
| 212 | background: #dfdfdf; |
| 213 | } |
| 214 | .wpallexport-plugin .custom_column.active, .wpallexport-plugin .default_column.active{ |
| 215 | background: #ccc; |
| 216 | } |
| 217 | .wpallexport-plugin fieldset.column .error{ |
| 218 | background: pink; |
| 219 | } |
| 220 | .wpallexport-plugin #columns_to_export { |
| 221 | list-style-type: none; |
| 222 | margin: 0; |
| 223 | padding: 0; |
| 224 | /*height: 250px; */ |
| 225 | /*width: 450px; */ |
| 226 | } |
| 227 | .wpallexport-plugin #columns_to_export li { |
| 228 | margin: 5px 3px 3px 0; |
| 229 | padding: 1px; |
| 230 | float: left; |
| 231 | min-width: 115px; |
| 232 | /*height: 90px; */ |
| 233 | text-align: center; |
| 234 | } |
| 235 | .wpallexport-plugin .wpallexport-edit-row-title{ |
| 236 | display: none; |
| 237 | } |
| 238 | .wpallexport-plugin .wpallexport-xml-element{ |
| 239 | color: green; |
| 240 | } |
| 241 | .wpallexport-plugin .columns-to-export-content ol, |
| 242 | .wpallexport-plugin .pmxe-state-hover, |
| 243 | .wpallexport-plugin .pmxe-state-default{ |
| 244 | width: 100%; |
| 245 | height: 235px; |
| 246 | border: 4px dashed #bbb; |
| 247 | margin-left: 0; |
| 248 | overflow: auto; |
| 249 | } |
| 250 | .wpallexport-plugin .CodeMirror-line.pmxe-state-hover, |
| 251 | .wpallexport-plugin .CodeMirror-line.pmxe-state-default{ |
| 252 | width: 100%; |
| 253 | height: 18px; |
| 254 | margin-left: 0; |
| 255 | overflow: auto; |
| 256 | max-width: 900px; |
| 257 | } |
| 258 | .wpallexport-plugin .av-state-default{ |
| 259 | overflow: hidden; |
| 260 | height: 100%; |
| 261 | width: 100%; |
| 262 | border: 4px dashed #bbb; |
| 263 | } |
| 264 | .wpallexport-plugin .columns-to-export-content ol { |
| 265 | position: relative; |
| 266 | } |
| 267 | .wpallexport-plugin .columns-to-export-content ol li.placeholder{ |
| 268 | font-size: 20px; |
| 269 | line-height: 26px; |
| 270 | margin-bottom: 0; |
| 271 | margin-left: calc(50% - 225px) !important; |
| 272 | top: calc(50% - 39px); |
| 273 | position: absolute; |
| 274 | margin-right: auto; |
| 275 | text-align: center; |
| 276 | width: 450px; |
| 277 | } |
| 278 | .wpallexport-plugin li.ui-draggable{ |
| 279 | list-style: none !important; |
| 280 | } |
| 281 | .wpallexport-plugin #available_data{ |
| 282 | padding: 0; |
| 283 | background: #fafafa; |
| 284 | border: 1px solid #ddd; |
| 285 | overflow: hidden; |
| 286 | } |
| 287 | .wpallexport-plugin #available_data .title, |
| 288 | .wpallexport-plugin .wp-all-export-edit-column .title, |
| 289 | .wpallexport-plugin .wp-all-export-custom-xml-help .title, |
| 290 | .wpallexport-plugin .wp-all-export-scheduling-help .title |
| 291 | { |
| 292 | font-weight: bold; |
| 293 | padding: 12px 8px; |
| 294 | color: #464646; |
| 295 | background: #fff; |
| 296 | font-size: 12px; |
| 297 | text-align: center; |
| 298 | border-bottom: 1px solid #ddd; |
| 299 | -moz-border-radius-topleft: 4px; |
| 300 | -webkit-border-top-left-radius: 4px; |
| 301 | border-top-left-radius: 4px; |
| 302 | -moz-border-radius-topright: 4px; |
| 303 | -webkit-border-top-right-radius: 4px; |
| 304 | border-top-right-radius: 4px; |
| 305 | } |
| 306 | .wpallexport-plugin .wp-all-export-custom-xml-help, |
| 307 | .wpallexport-plugin .wp-all-export-scheduling-help |
| 308 | { |
| 309 | position: fixed; |
| 310 | top: 8%; |
| 311 | width: 515px; |
| 312 | z-index: 999999; |
| 313 | border: 1px solid #ccc; |
| 314 | display: none; |
| 315 | margin-bottom: 20px; |
| 316 | padding: 0 !important; |
| 317 | } |
| 318 | |
| 319 | .wpallexport-plugin .wp-all-export-edit-column{ |
| 320 | |
| 321 | position: fixed; |
| 322 | top: 8%; |
| 323 | width: 850px; |
| 324 | z-index: 999999; |
| 325 | border: 1px solid #ccc; |
| 326 | display: none; |
| 327 | margin-bottom: 20px; |
| 328 | padding: 0 !important; |
| 329 | } |
| 330 | .wpallexport-plugin .wp-all-export-edit-column form, |
| 331 | .wpallexport-plugin .wp-all-export-custom-xml-help form{ |
| 332 | /*padding: 10px;*/ |
| 333 | background: #fff; |
| 334 | } |
| 335 | .wpallexport-plugin #available_data ul li .pmxe_remove_column{ |
| 336 | display: none; |
| 337 | } |
| 338 | |
| 339 | .wpallexport-plugin span.wpai-license-text { |
| 340 | margin-left: 8px; |
| 341 | } |
| 342 | |
| 343 | .wpallexport-plugin .wpai-license, |
| 344 | .wpallexport-plugin .wpai-no-license { |
| 345 | display: flex; |
| 346 | } |
| 347 | |
| 348 | .wpallexport-plugin .wpae-available-fields-group{ |
| 349 | background: none repeat scroll 0 0 white; |
| 350 | border: 1px dotted #ccc; |
| 351 | font-weight: bold; |
| 352 | margin: 5px; |
| 353 | padding: 10px; |
| 354 | cursor: pointer; |
| 355 | } |
| 356 | .wpallexport-plugin .wp-all-export-warning, |
| 357 | .wpallexport-plugin .wp-all-export-product-bundle-warning, |
| 358 | .wpallexport-plugin .wp-all-export-sku-warning, |
| 359 | .wpallexport-plugin .wp-all-export-advanced-query-warning, |
| 360 | .wpallexport-plugin .wp-all-export-product-type-warning{ |
| 361 | position: relative; |
| 362 | clear: both; |
| 363 | background: none repeat scroll 0 0 #fff; |
| 364 | border-left: 4px solid #ffa500; |
| 365 | box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); |
| 366 | margin: 0; |
| 367 | padding: 1px 12px; |
| 368 | } |
| 369 | .wpallexport-plugin .wp-all-export-product-bundle-warning, |
| 370 | .wpallexport-plugin .wp-all-export-warning{ |
| 371 | margin-top: 20px; |
| 372 | } |
| 373 | .wpallexport-plugin .wp-all-export-warning .notice-dismiss{ |
| 374 | margin-top: 5px; |
| 375 | } |
| 376 | .wpallexport-plugin .wpallexport-csv-delimiter{ |
| 377 | float: right; |
| 378 | position: relative; |
| 379 | right: 30px; |
| 380 | top: -16px; |
| 381 | } |
| 382 | .wpallexport-plugin .wpallexport-csv-delimiter input[type="text"]{ |
| 383 | vertical-align:middle; |
| 384 | font-size:11px; |
| 385 | background:#fff !important; |
| 386 | width: 40px !important; |
| 387 | text-align: center; |
| 388 | } |
| 389 | .wpallexport-plugin .wp-all-export-warning h3, |
| 390 | .wpallexport-plugin .wp-all-export-sku-warning h3, |
| 391 | .wpallexport-plugin .wp-all-export-advanced-query-warning h3, |
| 392 | .wpallexport-plugin .wp-all-export-product-type-warning h3{ |
| 393 | font-size: 14px; |
| 394 | } |
| 395 | .wpallexport-plugin .wpae-available-fields-group .wpae-expander{ |
| 396 | float: right; |
| 397 | } |
| 398 | .wpallexport-plugin .wpae-taxonomy-fields, |
| 399 | .wpallexport-plugin .wpae-custom-field, |
| 400 | .wpallexport-plugin .wpae-other-fields{ |
| 401 | display: none; |
| 402 | } |
| 403 | |
| 404 | .wpae-custom-field .wpallexport-free-edition-notice { |
| 405 | margin-left: 20px; |
| 406 | } |
| 407 | |
| 408 | .wpallexport-plugin .pmxe_remove_column{ |
| 409 | color: red; |
| 410 | cursor: pointer; |
| 411 | font-weight: bold; |
| 412 | position: absolute; |
| 413 | right: -4px; |
| 414 | text-decoration: none; |
| 415 | top: -8px; |
| 416 | } |
| 417 | .wpallexport-plugin .pmxe_field_type{ |
| 418 | /*width: 240px;*/ |
| 419 | /*height: 30px;*/ |
| 420 | } |
| 421 | .wpallexport-plugin .pmxe_preview{ |
| 422 | width: 100%; |
| 423 | } |
| 424 | .wpallexport-plugin .pmxe_preview tr td{ |
| 425 | border: 1px solid #ccc; |
| 426 | padding: 3px; |
| 427 | vertical-align: top; |
| 428 | } |
| 429 | .wpallexport-plugin .pmxe_date_format_wrapper{ |
| 430 | display: none; |
| 431 | } |
| 432 | .wpallexport-plugin span.auto-generate-template{ |
| 433 | color: #888; |
| 434 | display: block; |
| 435 | font-size: 12px; |
| 436 | /*margin-right: 190px;*/ |
| 437 | opacity: 0.7; |
| 438 | } |
| 439 | .wpallexport-plugin .wpallexport-filtering-wrapper{ |
| 440 | overflow: hidden; |
| 441 | background: #fff none repeat scroll 0 0; |
| 442 | border-color: #ddd; |
| 443 | border-style: solid; |
| 444 | border-width: 1px; |
| 445 | padding: 0 20px 0; |
| 446 | margin-top: 20px; |
| 447 | display: none; |
| 448 | } |
| 449 | .wpallexport-plugin .last_condition{ |
| 450 | display: none !important; |
| 451 | } |
| 452 | |
| 453 | .wpallexport-plugin #date_field_notice{ |
| 454 | display: none; |
| 455 | } |
| 456 | .wpallexport-plugin .wp_all_export_btn_with_note{ |
| 457 | display: inline-block; |
| 458 | } |
| 459 | |
| 460 | .wpallexport-plugin .wpallexport-import-to-format{ |
| 461 | background: #f6f5f1 none repeat scroll 0 0; |
| 462 | border: 1px solid #cfceca; |
| 463 | color: #888 !important; |
| 464 | display: inline-block; |
| 465 | font-size: 18px; |
| 466 | height: 50px; |
| 467 | line-height: 10px; |
| 468 | padding-top: 25px; |
| 469 | text-align: center; |
| 470 | text-decoration: none; |
| 471 | max-width: 295px; |
| 472 | width:40%; |
| 473 | margin-right: 10px; |
| 474 | position: relative; |
| 475 | |
| 476 | } |
| 477 | .wpallexport-plugin .wpallexport-import-to-format.selected{ |
| 478 | background: #38a659 none repeat scroll 0 0; |
| 479 | border: 1px solid #3da55c; |
| 480 | color: #fff !important; |
| 481 | } |
| 482 | |
| 483 | .wpallexport-plugin .wpallexport-import-to-format span.wpallexport-import-to-arrow{ |
| 484 | display: none; |
| 485 | } |
| 486 | .wpallexport-plugin .wpallexport-import-to-format.selected span.wpallexport-import-to-arrow{ |
| 487 | background: url('../img/bottom_arrow.png') no-repeat; |
| 488 | position: absolute; |
| 489 | bottom: -12px; |
| 490 | left: 48%; |
| 491 | display: block; |
| 492 | height: 14px; |
| 493 | width: 24px; |
| 494 | } |
| 495 | |
| 496 | |
| 497 | .wpallexport-plugin .wpallexport-import-to-format.wpallexport-csv-type span.wpallexport-import-to-title:before{ |
| 498 | color: #888; |
| 499 | content: "\f495"; |
| 500 | font-family: "dashicons"; |
| 501 | font-size: 30px; |
| 502 | padding-right: 5px; |
| 503 | position: relative; |
| 504 | top: 7px; |
| 505 | } |
| 506 | .wpallexport-plugin .wpallexport-import-to-format.wpallexport-xml-type span.wpallexport-import-to-title:before{ |
| 507 | color: #888; |
| 508 | content: "\f499"; |
| 509 | font-family: "dashicons"; |
| 510 | font-size: 30px; |
| 511 | padding-right: 5px; |
| 512 | position: relative; |
| 513 | top: 7px; |
| 514 | } |
| 515 | .wpallexport-plugin .wpallexport-import-to-format.wpallexport-csv-type.selected span.wpallexport-import-to-title:before, |
| 516 | .wpallexport-plugin .wpallexport-import-to-format.wpallexport-xml-type.selected span.wpallexport-import-to-title:before{ |
| 517 | color: #a3ddb4; |
| 518 | } |
| 519 | |
| 520 | .wpallexport-plugin .wpallexport-all-options .wpallexport-file-format-options{ |
| 521 | margin: 10px auto; |
| 522 | text-align: center; |
| 523 | } |
| 524 | .wpallexport-plugin .wpallexport-all-options .wpallexport-file-format-options .wpallexport-csv-options, |
| 525 | .wpallexport-plugin .wpallexport-all-options .wpallexport-file-format-options .wpallexport-xml-options{ |
| 526 | margin: 0 auto; |
| 527 | min-height: 30px; |
| 528 | width: 83%; |
| 529 | max-width:605px; |
| 530 | } |
| 531 | |
| 532 | .wpallexport-plugin #available_data div.wpae-custom-field{ |
| 533 | overflow: auto; |
| 534 | height: auto; |
| 535 | /*max-height: 500px; */ |
| 536 | } |
| 537 | |
| 538 | .wp-all-export-custom-xml-drag-over{ |
| 539 | border: none !important; |
| 540 | margin: 0; |
| 541 | padding: 0; |
| 542 | width: auto !important; |
| 543 | min-width: 350px; |
| 544 | text-align: left; |
| 545 | background: none !important; |
| 546 | } |
| 547 | |
| 548 | .wp-all-export-custom-xml-drag-over .wpallexport-xml-element span{ |
| 549 | color: #000; |
| 550 | font-weight: bold; |
| 551 | } |
| 552 | .wpallexport-plugin .taxonomy_to_export_wrapper{ |
| 553 | display: none; |
| 554 | } |
| 555 | |
| 556 | .wpallexport-plugin .sub_post_type_to_export_wrapper{ |
| 557 | display: none; |
| 558 | } |
| 559 | |
| 560 | .wpallexport-plugin .wp-all-export-advanced-field-options-content{ |
| 561 | padding: 14px 0; |
| 562 | } |
| 563 | .wpallexport-plugin .wp-all-export-additional-csv-options{ |
| 564 | margin-left: 20px; |
| 565 | } |
| 566 | /*-------------------------------------------------------------------------- |
| 567 | * |
| 568 | * Basic rules |
| 569 | * |
| 570 | *-------------------------------------------------------------------------*/ |
| 571 | |
| 572 | .wpallexport-plugin hr { |
| 573 | height: 1px; |
| 574 | border-width: 0px; |
| 575 | color: #ddd; |
| 576 | background-color: #ddd; |
| 577 | margin-bottom: 15px; |
| 578 | } |
| 579 | .wpallexport-plugin a:focus, |
| 580 | .wpallexport-plugin input:focus{ box-shadow: none; } |
| 581 | |
| 582 | .wpallexport-plugin a.wpallexport-help { |
| 583 | overflow: hidden; |
| 584 | text-indent: -99999px; |
| 585 | display: inline-block; |
| 586 | width: 16px; |
| 587 | height: 16px; |
| 588 | background-repeat: no-repeat; |
| 589 | background-image: url("../img/help.png"); |
| 590 | vertical-align: middle; |
| 591 | margin-left: 5px; |
| 592 | position: relative; |
| 593 | top: 4px; |
| 594 | background-size: cover; |
| 595 | } |
| 596 | .wpallexport-plugin input.datepicker { |
| 597 | width: 8em; |
| 598 | } |
| 599 | .wpallexport-plugin button.ui-datepicker-trigger { |
| 600 | background-image: url("../img/date-picker.gif"); |
| 601 | background-repeat: no-repeat; |
| 602 | cursor: pointer; |
| 603 | border: none; |
| 604 | margin: 1px; |
| 605 | width: 21px; |
| 606 | height: 18px; |
| 607 | vertical-align: middle; |
| 608 | } |
| 609 | .wpallexport-plugin .progress-msg { |
| 610 | font-style: italic; |
| 611 | display: none; |
| 612 | } |
| 613 | .wpallexport-plugin .loading { |
| 614 | cursor: progress; |
| 615 | background-repeat: no-repeat; |
| 616 | background-position: center; |
| 617 | } |
| 618 | .wpallexport-plugin .preload { |
| 619 | background-repeat: no-repeat; |
| 620 | background-position: 50% 10px; |
| 621 | min-height: 35px; |
| 622 | } |
| 623 | .wpallexport-plugin .wpallexport-preview-preload { |
| 624 | background-repeat: no-repeat; |
| 625 | background-position: 50% 20px; |
| 626 | height: 80px; |
| 627 | } |
| 628 | .wpallexport-plugin .back{ |
| 629 | background: url("../img/back.png") no-repeat scroll 8% 50% #e4e6e6; |
| 630 | color: #777; |
| 631 | display: inline-block; |
| 632 | font-size: 14px; |
| 633 | font-weight: bold; |
| 634 | height: 46px; |
| 635 | line-height: 46px; |
| 636 | padding: 0 30px 0 40px; |
| 637 | position: relative; |
| 638 | text-decoration: none; |
| 639 | } |
| 640 | .wpallexport-plugin .wpallexport-large-button{ |
| 641 | box-shadow: none !important; |
| 642 | vertical-align:bottom !important; |
| 643 | height: 40px; |
| 644 | line-height: 39px; |
| 645 | /*margin-left: 10px;*/ |
| 646 | background: url('../img/continue.png') no-repeat 93% 50% #425f9a; |
| 647 | border: none; |
| 648 | } |
| 649 | .wpallexport-plugin .wpallexport-large-button:hover, |
| 650 | .wpallexport-plugin .wpallexport-large-button:active, |
| 651 | .wpallexport-plugin .wpallexport-large-button:focus{ |
| 652 | background: url('../img/continue.png') no-repeat 93% 50% #425f9a; |
| 653 | border: none; |
| 654 | box-shadow: none; |
| 655 | } |
| 656 | |
| 657 | /*@+ header */ |
| 658 | .wpallexport-plugin .wpallexport-logo{ |
| 659 | background: url(../img/logo.svg) no-repeat; |
| 660 | background-size: 55px 55px; |
| 661 | width: 55px; |
| 662 | height: 55px; |
| 663 | margin-top: 8px; |
| 664 | margin-bottom: 8px; |
| 665 | float: left; |
| 666 | margin-right: 8px; |
| 667 | } |
| 668 | .wpallexport-plugin .wpallexport-title{ |
| 669 | float: left; |
| 670 | } |
| 671 | .wpallexport-plugin .wpallexport-title p{ |
| 672 | font-size: 18px !important; |
| 673 | line-height: 16px; |
| 674 | color: #777; |
| 675 | margin-top: 0; |
| 676 | margin-bottom: 0; |
| 677 | } |
| 678 | .wpallexport-plugin .wpallexport-title h2, |
| 679 | .wpallexport-plugin .wpallexport-title h3{ |
| 680 | font-size: 33px; |
| 681 | color: #425f9a; |
| 682 | font-weight: bold; |
| 683 | padding-top: 5px; |
| 684 | padding-right: 0; |
| 685 | margin-left: 2px; |
| 686 | } |
| 687 | .wpallexport-plugin .wpallexport-title h2, |
| 688 | .wpallexport-plugin .wpallexport-title h3{ |
| 689 | margin: 8px 0 !important; |
| 690 | } |
| 691 | .wpallexport-plugin .wpallexport-title > h2:before, |
| 692 | .wpallexport-plugin .wpallexport-title > h3:before { |
| 693 | content: ''; |
| 694 | background: url(../img/wpallexport.svg) no-repeat; |
| 695 | background-size: 134px 14px; |
| 696 | width: 134px; |
| 697 | height: 25px; |
| 698 | display: block; |
| 699 | } |
| 700 | .wpallexport-plugin .wpallexport-links{ |
| 701 | float: right; |
| 702 | margin-right: 3px; |
| 703 | margin-top: 33px; |
| 704 | } |
| 705 | .wpallexport-plugin .wpallexport-links a{ |
| 706 | font-size: 12px; |
| 707 | text-decoration: none; |
| 708 | } |
| 709 | /*.wpallexport-plugin .wpallexport-support{ |
| 710 | color: #777; |
| 711 | float: right; |
| 712 | text-decoration: none; |
| 713 | background: url('../img/ui_4.0/support.png') 33px 12px no-repeat #fff; |
| 714 | display: block; |
| 715 | text-align: center; |
| 716 | border: 1px solid #ddd; |
| 717 | border-radius: 5px; |
| 718 | -moz-border-radius: 5px; |
| 719 | -khtml-border-radius: 5px; |
| 720 | -webkit-border-radius: 5px; |
| 721 | width: 100px; |
| 722 | height: 38px; |
| 723 | line-height: 39px; |
| 724 | margin-top: 8px; |
| 725 | padding-left: 38px; |
| 726 | font-size: 14px; |
| 727 | }*/ |
| 728 | .wpallexport-plugin .pmxi_progress{ |
| 729 | border-bottom: 1px solid #ddd; |
| 730 | -moz-border-radius-topleft: 4px; |
| 731 | -webkit-border-top-left-radius: 4px; |
| 732 | border-top-left-radius: 4px; |
| 733 | -moz-border-radius-topright: 4px; |
| 734 | -webkit-border-top-right-radius: 4px; |
| 735 | border-top-right-radius: 4px; |
| 736 | height: 76px; |
| 737 | } |
| 738 | .wpallexport-plugin .wpallexport-step-1 .pmxi_progress{ |
| 739 | background: url("../img/ui_4.0/step_1_bar.png") no-repeat scroll center center / contain #f1f2f2; |
| 740 | } |
| 741 | .wpallexport-plugin .wpallexport-step-2 .pmxi_progress{ |
| 742 | background: url("../img/ui_4.0/step_2_bar.png") no-repeat scroll center center / contain #f1f2f2; |
| 743 | } |
| 744 | .wpallexport-plugin .wpallexport-step-3 .pmxi_progress{ |
| 745 | background: url("../img/ui_4.0/step_3_bar.png") no-repeat scroll center center / contain #f1f2f2; |
| 746 | } |
| 747 | .wpallexport-plugin .wpallexport-step-4 .pmxi_progress{ |
| 748 | background: url("../img/ui_4.0/step_4_bar.png") no-repeat scroll center center / contain #f1f2f2; |
| 749 | } |
| 750 | .wpallexport-plugin .wpallexport-step-5 .pmxi_progress{ |
| 751 | background: url("../img/ui_4.0/step_5_bar.png") no-repeat scroll center center / contain #f1f2f2; |
| 752 | } |
| 753 | .wpallexport-plugin .wpallexport-step-6 .pmxi_progress{ |
| 754 | background: url("../img/ui_4.0/step_6_bar.png") no-repeat scroll center center / contain #f1f2f2; |
| 755 | } |
| 756 | |
| 757 | .wpallexport-plugin .wpallexport-file-upload-result{ |
| 758 | padding: 35px; |
| 759 | } |
| 760 | .wpallexport-plugin .wpallexport-step-2 .wpallexport-file-upload-result, |
| 761 | .wpallexport-plugin .wpallexport-step-3 .wpallexport-file-upload-result, |
| 762 | .wpallexport-plugin .wpallexport-step-4 .wpallexport-file-upload-result, |
| 763 | .wpallexport-plugin .wpallexport-step-5 .wpallexport-file-upload-result, |
| 764 | .wpallexport-plugin .wpallexport-step-6 .wpallexport-file-upload-result { |
| 765 | display: block; |
| 766 | } |
| 767 | .wpallexport-plugin .wpallexport-file-upload-result h2{ |
| 768 | float: left; |
| 769 | padding: 0; |
| 770 | margin-top: 7px !important; |
| 771 | height: 31px; |
| 772 | } |
| 773 | .wpallexport-plugin .wpallexport-file-upload-result[rel=upload_type] h2{ |
| 774 | background: url('../img/ui_4.0/cloud.png') no-repeat; |
| 775 | padding-left: 45px !important; |
| 776 | } |
| 777 | .wpallexport-plugin .wpallexport-file-upload-result[rel=url_type] h2{ |
| 778 | background: url('../img/ui_4.0/cloud_url.png') no-repeat; |
| 779 | padding-left: 45px !important; |
| 780 | font-size: 14px; |
| 781 | line-height: 35px; |
| 782 | height: 35px; |
| 783 | } |
| 784 | .wpallexport-plugin .wpallexport-file-upload-result[rel=file_type] h2{ |
| 785 | background: url('../img/ui_4.0/use_existing_green.png') no-repeat; |
| 786 | padding-left: 45px !important; |
| 787 | height: 35px; |
| 788 | } |
| 789 | .wpallexport-plugin .wpallexport-file-upload-result h2 .wpallexport-uploaded-file-size{ |
| 790 | color: #777; |
| 791 | } |
| 792 | .wpallexport-plugin .wpallexport-file-upload-result a{ |
| 793 | text-decoration: none; |
| 794 | font-size: 18px; |
| 795 | margin-top: 12px; |
| 796 | float: right; |
| 797 | margin-left: 20px; |
| 798 | padding-left: 25px; |
| 799 | } |
| 800 | .wpallexport-plugin .wpallexport-file-upload-result a:last-child{ |
| 801 | margin-left: 0 !important; |
| 802 | } |
| 803 | .wpallexport-plugin .wpallexport-download-from-url{ |
| 804 | background: none repeat scroll 0 0 #46ba69; |
| 805 | color: #fff; |
| 806 | display: inline-block; |
| 807 | font-size: 14px; |
| 808 | height: 19px; |
| 809 | padding: 15px; |
| 810 | position: relative; |
| 811 | text-decoration: none; |
| 812 | vertical-align: bottom; |
| 813 | } |
| 814 | .wpallexport-plugin .wpallexport-file-upload-result .wpallexport-change-uploaded-file{ |
| 815 | color:#40acad; |
| 816 | } |
| 817 | .wpallexport-plugin .wpallexport-file-upload-result .wpallexport-change-uploaded-file:before{ |
| 818 | color: #ddd; |
| 819 | content: "\f463"; |
| 820 | float: left; |
| 821 | font-family: "dashicons"; |
| 822 | font-size: 30px; |
| 823 | padding-right: 5px; |
| 824 | } |
| 825 | .wpallexport-plugin .wpallexport-file-upload-result .wpallexport-remove-uploaded-file{ |
| 826 | color:#dd4a58; |
| 827 | } |
| 828 | .wpallexport-plugin .wpallexport-file-upload-result .wpallexport-remove-uploaded-file:before{ |
| 829 | color: #ddd; |
| 830 | content: "\f335"; |
| 831 | display: inline-block; |
| 832 | float: left; |
| 833 | font-family: "dashicons"; |
| 834 | font-size: 32px; |
| 835 | } |
| 836 | /*@+*/ |
| 837 | |
| 838 | .wpallexport-plugin .wpallexport-collapsed .wpallexport-collapsed-header{ |
| 839 | background: url('../img/collapser.png') no-repeat 98% 0; |
| 840 | height: 30px; |
| 841 | padding-left: 30px; |
| 842 | cursor: pointer; |
| 843 | } |
| 844 | .wpallexport-plugin .wpallexport-collapsed .wpallexport-collapsed-header h3{ |
| 845 | font-size: 17px; |
| 846 | line-height: 30px; |
| 847 | color:#425e99; |
| 848 | -webkit-touch-callout: none; |
| 849 | -webkit-user-select: none; |
| 850 | -khtml-user-select: none; |
| 851 | -moz-user-select: none; |
| 852 | -ms-user-select: none; |
| 853 | user-select: none; |
| 854 | } |
| 855 | .wpallexport-plugin .wpallexport-collapsed.closed .wpallexport-collapsed-header{ |
| 856 | background: url('../img/collapser.png') no-repeat 98% -30px; |
| 857 | } |
| 858 | .wpallexport-plugin .wpallexport-collapsed.closed .wpallexport-collapsed-header h3{ |
| 859 | color:#777; |
| 860 | } |
| 861 | .wpallexport-plugin .wpallexport-collapsed .wpallexport-collapsed-content{ |
| 862 | display: none; |
| 863 | padding: 15px 25px 25px 25px; |
| 864 | position: relative; |
| 865 | } |
| 866 | .wpallexport-plugin .wpallexport-collapsed-content-inner{ |
| 867 | padding: 15px 25px 25px 25px; |
| 868 | } |
| 869 | |
| 870 | .wpallexport-plugin .step_description{ |
| 871 | text-align: center; |
| 872 | overflow: hidden; |
| 873 | position: relative; |
| 874 | /*width: 1200px;*/ |
| 875 | } |
| 876 | .wpallexport-plugin .step_description h2{ |
| 877 | color: #425f9a; |
| 878 | font-size: 23px; |
| 879 | font-weight: normal; |
| 880 | } |
| 881 | .wpallexport-plugin .step_description h3{ |
| 882 | color: #777; |
| 883 | } |
| 884 | |
| 885 | .wpallexport-plugin div.input > label{ |
| 886 | color: #000; |
| 887 | } |
| 888 | .wpallexport-plugin div.input.pmxi_checked > label{ |
| 889 | color: #000; |
| 890 | } |
| 891 | |
| 892 | .wpallexport-plugin .ajax-console div.updated{ |
| 893 | background: none; |
| 894 | border: none; |
| 895 | box-shadow: none; |
| 896 | } |
| 897 | |
| 898 | a.wpallexport-import-to-format span.wpallexport-import-to-title { |
| 899 | font-size: 18px; |
| 900 | } |
| 901 | |
| 902 | .wpallexport-plugin .wpallexport-collapsed-content a, |
| 903 | .wpallexport-plugin .wp-pointer-content a, |
| 904 | .wpallexport-plugin .wpallexport-pointer-content a, |
| 905 | .wpallexport-plugin .wpallexport-collapsed-content h4{ |
| 906 | font-size: 14px; |
| 907 | margin-bottom: 5px; |
| 908 | color: #40acad; |
| 909 | text-decoration: none; |
| 910 | } |
| 911 | .wpallexport-plugin div.error, |
| 912 | .wpallexport-plugin div.updated { |
| 913 | margin-top: 15px; |
| 914 | } |
| 915 | .wpallexport-plugin div.error.license-status, |
| 916 | .wpallexport-plugin div.updated.license-status { |
| 917 | margin: 0 0 0 2px; |
| 918 | display: inline-block; |
| 919 | text-transform: capitalize; |
| 920 | padding: 2px 10px; |
| 921 | height: 18px; |
| 922 | vertical-align: 1px; |
| 923 | line-height: 17px; |
| 924 | } |
| 925 | .wpallexport-plugin .wp-pointer-content ul, |
| 926 | .wpallexport-plugin .wpallexport-pointer-content ul{ |
| 927 | list-style: disc inside none; |
| 928 | margin: 20px; |
| 929 | } |
| 930 | |
| 931 | .wpallexport-plugin a.add-new { |
| 932 | font-size: 18px; |
| 933 | background-color: #eee; |
| 934 | cursor: pointer; |
| 935 | padding: 6px 10px 6px 10px; |
| 936 | line-height: normal; |
| 937 | font-style: normal; |
| 938 | color: #464646; |
| 939 | border-color: #bbb; |
| 940 | -moz-border-radius: 4px 4px 4px 4px; |
| 941 | border-radius: 4px; |
| 942 | border-style: solid; |
| 943 | border-width: 1px; |
| 944 | text-decoration: none; |
| 945 | } |
| 946 | .wpallexport-plugin a.add-new:hover { |
| 947 | border-color: #666666; |
| 948 | color: #000; |
| 949 | } |
| 950 | .wpallexport-plugin div.input { |
| 951 | /*min-height: 21px;*/ |
| 952 | font-size: 12px !important; |
| 953 | } |
| 954 | .wpallexport-plugin div.input > * { |
| 955 | vertical-align: middle; |
| 956 | } |
| 957 | .wpallexport-plugin .wpallexport-template select, |
| 958 | .wpallexport-plugin .options select{ |
| 959 | border: 1px solid #ddd; |
| 960 | font-size: 12px; |
| 961 | /*height: 25px;*/ |
| 962 | width: auto; |
| 963 | padding: 4px 25px 4px 12px; |
| 964 | color: #000; |
| 965 | } |
| 966 | .wpallexport-plugin .wpallexport-template input[type="text"], |
| 967 | .wpallexport-plugin .options input[type="text"]{ |
| 968 | height: auto; |
| 969 | color: #000; |
| 970 | font-size: 14px; |
| 971 | } |
| 972 | .wpallexport-plugin .wpallexport-template .wpallexport-section select, |
| 973 | .wpallexport-plugin .options .wpallexport-section select{ |
| 974 | font-size: 16px; |
| 975 | height: 40px; |
| 976 | /*padding: 10px;*/ |
| 977 | border: 1px solid #ddd; |
| 978 | border-radius: 4px; |
| 979 | -moz-border-radius: 4px; |
| 980 | -khtml-border-radius: 4px; |
| 981 | -webkit-border-radius: 4px; |
| 982 | color: #777; |
| 983 | font-size: 15px; |
| 984 | width: 100%; |
| 985 | position: relative; |
| 986 | top: 0; |
| 987 | } |
| 988 | .wpallexport-plugin .wpallexport-template .wpallexport-section input[type="text"], |
| 989 | .wpallexport-plugin .options .wpallexport-section input[type="text"], |
| 990 | .wpallexport-plugin .wp-pointer-content input[type="text"] |
| 991 | { |
| 992 | font-size: 14px; |
| 993 | height: 40px; |
| 994 | border: 1px solid #ddd; |
| 995 | border-radius: 4px; |
| 996 | -moz-border-radius: 4px; |
| 997 | -khtml-border-radius: 4px; |
| 998 | -webkit-border-radius: 4px; |
| 999 | color: #000; |
| 1000 | font-size: 15px; |
| 1001 | position: relative; |
| 1002 | top: 0; |
| 1003 | } |
| 1004 | .wpallexport-plugin .wpallexport-template select[multiple=multiple]{ |
| 1005 | height: auto !important; |
| 1006 | } |
| 1007 | .wpallexport-plugin .wpallexport-note { |
| 1008 | color: #777; |
| 1009 | font-size: 9px; |
| 1010 | } |
| 1011 | .wpallexport-plugin div.sub { |
| 1012 | padding-left: 20px; |
| 1013 | font-size: 12px; |
| 1014 | } |
| 1015 | |
| 1016 | .wpallexport-plugin .icon-item, |
| 1017 | .wpallexport-plugin .add-new-custom, |
| 1018 | .wpallexport-plugin .add-new-key{ |
| 1019 | display: inline-block; |
| 1020 | width: 16px; |
| 1021 | height: 16px; |
| 1022 | margin: 0px 3px; |
| 1023 | } |
| 1024 | .wpallexport-plugin .add-new-ico, |
| 1025 | .wpallexport-plugin .add-new-cat, |
| 1026 | .wpallexport-plugin .add-new-custom, |
| 1027 | .wpallexport-plugin .add-new-key{ |
| 1028 | background: url("../img/ui_4.0/add.png") no-repeat 0px 5px; |
| 1029 | font-size: 12px; |
| 1030 | width:100px; |
| 1031 | height:25px; |
| 1032 | padding-left: 20px; |
| 1033 | color:#21759B; |
| 1034 | /*font-family: "Open Sans",sans-serif;*/ |
| 1035 | padding-top: 2px; |
| 1036 | text-decoration: underline; |
| 1037 | display: block; |
| 1038 | /*margin: 0 auto; */ |
| 1039 | } |
| 1040 | |
| 1041 | .wpallexport-plugin .remove-ico{ |
| 1042 | background: url("../img/trash.png") no-repeat; |
| 1043 | top: 5px; |
| 1044 | right: 0; |
| 1045 | position: absolute; |
| 1046 | width: 19px; |
| 1047 | height: 22px; |
| 1048 | } |
| 1049 | .wpallexport-plugin #columns .remove-field{ |
| 1050 | background: url("../img/remove.png") no-repeat; |
| 1051 | top: -5px; |
| 1052 | right: -11px; |
| 1053 | position: absolute; |
| 1054 | width: 16px; |
| 1055 | height: 16px; |
| 1056 | } |
| 1057 | .wpallexport-plugin .widefat{ |
| 1058 | background-color: #fff; |
| 1059 | } |
| 1060 | .wpallexport-plugin .postbox{ |
| 1061 | margin: 0; |
| 1062 | } |
| 1063 | .wpallexport-plugin .action.remove{ |
| 1064 | display: block; |
| 1065 | position: relative; |
| 1066 | } |
| 1067 | .wpallexport-plugin .action.remove a{ |
| 1068 | background: url("../img/trash.png") no-repeat scroll 0 0 transparent; |
| 1069 | height: 22px; |
| 1070 | position: absolute; |
| 1071 | right: 20px; |
| 1072 | top:0; |
| 1073 | width: 19px; |
| 1074 | } |
| 1075 | .wpallexport-plugin .drag-element{ |
| 1076 | background: url("../img/drag.png") top right no-repeat; |
| 1077 | cursor: pointer; |
| 1078 | padding-left: 25px; |
| 1079 | background-position: 0px 1px; |
| 1080 | } |
| 1081 | .wpallexport-plugin .sortable li{ position: relative; } |
| 1082 | .wpallexport-plugin ol{ margin-top: 6px; list-style: none; } |
| 1083 | .wpallexport-plugin h2.wpallexport-wp-notices{ margin-top: 0px; padding: 0px; } |
| 1084 | .wpallexport-plugin #footer-upgrade{ |
| 1085 | /*float: left !important;*/ |
| 1086 | } |
| 1087 | .wpallexport-plugin .wpallexport-overlay, .wpallexport-plugin .wpallexport-super-overlay { |
| 1088 | display:none; |
| 1089 | position:fixed; |
| 1090 | z-index:99999; |
| 1091 | opacity:0.7; |
| 1092 | filter:alpha(opacity=70); |
| 1093 | top:0; |
| 1094 | right:0; |
| 1095 | left:0; |
| 1096 | bottom:0; |
| 1097 | background:#777; |
| 1098 | } |
| 1099 | .wpallexport-plugin .wp-pointer{ |
| 1100 | z-index: 999999 !important; |
| 1101 | } |
| 1102 | .wpallexport-plugin .tipsy{ |
| 1103 | font-size: 14px !important; |
| 1104 | } |
| 1105 | .wpallexport-plugin .assign_term{ |
| 1106 | left: -20px; |
| 1107 | position: absolute; |
| 1108 | top: 15px; |
| 1109 | } |
| 1110 | .wpallexport-plugin .CodeMirror { |
| 1111 | border: 1px solid #c7c7c7; |
| 1112 | margin-top: 10px; |
| 1113 | } |
| 1114 | /*-------------------------------------------------------------------------- |
| 1115 | * |
| 1116 | * Helpers |
| 1117 | * |
| 1118 | *-------------------------------------------------------------------------*/ |
| 1119 | |
| 1120 | .wpallexport-plugin .rad0{ |
| 1121 | border-radius: 0px !important; |
| 1122 | -moz-border-radius: 0px !important; |
| 1123 | -khtml-border-radius: 0px !important; |
| 1124 | -webkit-border-radius: 0px !important; |
| 1125 | } |
| 1126 | .wpallexport-plugin .rad3{ |
| 1127 | border-radius: 3px; |
| 1128 | -moz-border-radius: 3px; |
| 1129 | -khtml-border-radius: 3px; |
| 1130 | -webkit-border-radius: 3px; |
| 1131 | } |
| 1132 | .wpallexport-plugin .rad4{ |
| 1133 | border-radius: 4px; |
| 1134 | -moz-border-radius: 4px; |
| 1135 | -khtml-border-radius: 4px; |
| 1136 | -webkit-border-radius: 4px; |
| 1137 | } |
| 1138 | .wpallexport-plugin .rad5{ |
| 1139 | border-radius: 5px; |
| 1140 | -moz-border-radius: 5px; |
| 1141 | -khtml-border-radius: 5px; |
| 1142 | -webkit-border-radius: 5px; |
| 1143 | } |
| 1144 | .wpallexport-plugin .rad10{ |
| 1145 | border-radius: 10px; |
| 1146 | -moz-border-radius: 10px; |
| 1147 | -khtml-border-radius: 10px; |
| 1148 | -webkit-border-radius: 10px; |
| 1149 | } |
| 1150 | .wpallexport-plugin .rad14{ |
| 1151 | border-radius: 14px; |
| 1152 | -moz-border-radius: 14px; |
| 1153 | -khtml-border-radius: 14px; |
| 1154 | -webkit-border-radius: 14px; |
| 1155 | } |
| 1156 | .wpallexport-plugin .pl17{ padding-left: 17px; } |
| 1157 | .wpallexport-plugin .no-margin{ margin: 0px; } |
| 1158 | .wpallexport-plugin .hidden{ display: none; } |
| 1159 | .wpallexport-plugin .fs11 { font-size: 11px; } |
| 1160 | .wpallexport-plugin .rel { position: relative; } |
| 1161 | .wpallexport-plugin .txt_center{ text-align: center; } |
| 1162 | .wpallexport-plugin .wpallexport-clear{ |
| 1163 | display: block; |
| 1164 | clear: both; |
| 1165 | } |
| 1166 | .wpallexport-plugin .ui-autocomplete{ |
| 1167 | max-height: 450px; |
| 1168 | overflow: auto; |
| 1169 | z-index: 999999; |
| 1170 | } |
| 1171 | .wpallexport-plugin .wp-all-export-edit-column-buttons{ |
| 1172 | background: none repeat scroll 0 0 #f7f8f8; |
| 1173 | border-top: 1px solid #ebebeb; |
| 1174 | padding: 15px; |
| 1175 | position: relative; |
| 1176 | height: 38px; |
| 1177 | } |
| 1178 | .wpallexport-plugin .wp-all-export-field-options{ |
| 1179 | padding: 10px; |
| 1180 | overflow-y: auto; |
| 1181 | min-height: 240px; |
| 1182 | } |
| 1183 | .wpallexport-plugin .wp-all-export-field-options .chosen-container .chosen-results{ |
| 1184 | max-height: 140px; |
| 1185 | } |
| 1186 | .wpallexport-plugin .wp-all-export-advanced-field-options{ |
| 1187 | display: block; |
| 1188 | padding: 10px 0; |
| 1189 | width: 100px; |
| 1190 | } |
| 1191 | /*.wpallexport-plugin .wp-all-export-advanced-field-options-content{ |
| 1192 | display: none; |
| 1193 | }*/ |
| 1194 | /*-------------------------------------------------------------------------- |
| 1195 | * |
| 1196 | * Fixes & Other Stuff |
| 1197 | * |
| 1198 | *-------------------------------------------------------------------------*/ |
| 1199 | |
| 1200 | /*@+ fixes */ |
| 1201 | .wpallexport-plugin input[type="file"] { |
| 1202 | padding: 0; /* FIX height or <input type="file" /> for Safari & Chrome */ |
| 1203 | } |
| 1204 | .wpallexport-plugin .ui-widget-overlay { |
| 1205 | position: fixed !important; /* FIX: modal dialog overlay in IE 8 */ |
| 1206 | background-color: #777 !important; /* FIX: overlay color */ |
| 1207 | } |
| 1208 | .wpallexport-plugin .ui-dialog { |
| 1209 | position: absolute !important; /* FIX: for wordpress 3.1 not to add empty space */ |
| 1210 | z-index: 999999; |
| 1211 | } |
| 1212 | /*@*/ |
| 1213 | |
| 1214 | /*@+ other stuff */ |
| 1215 | .wpallexport-plugin fieldset{ |
| 1216 | padding: 20px; |
| 1217 | width:auto; |
| 1218 | } |
| 1219 | .wpallexport-plugin .right fieldset{ |
| 1220 | padding: 15px; |
| 1221 | } |
| 1222 | .wpallexport-plugin .right fieldset input{ |
| 1223 | max-width:none; |
| 1224 | padding:6px; |
| 1225 | margin:0px |
| 1226 | } |
| 1227 | .wpallexport-plugin .right a{ |
| 1228 | text-decoration: underline; |
| 1229 | } |
| 1230 | .wpallexport-plugin fieldset legend{ |
| 1231 | padding: 0px 5px; |
| 1232 | font-weight: bold; |
| 1233 | } |
| 1234 | .wpallexport-plugin .options fieldset legend{ |
| 1235 | font-size: 1.17em; |
| 1236 | } |
| 1237 | .wpallexport-plugin .matches_count{ |
| 1238 | font-weight: bold; |
| 1239 | color:#33AA28; |
| 1240 | } |
| 1241 | .wpallexport-plugin input.small{ |
| 1242 | width:50px !important; |
| 1243 | /*height: 30px !important;*/ |
| 1244 | text-align: center; |
| 1245 | } |
| 1246 | .wpallexport-plugin .ui-state-default a{ |
| 1247 | font-size: 13px !important; |
| 1248 | } |
| 1249 | .wpallexport-plugin #wp-content-media-buttons{ |
| 1250 | display: none; |
| 1251 | } |
| 1252 | .wpallexport-plugin .ui-tabs-hide{ |
| 1253 | display: none !important; |
| 1254 | } |
| 1255 | .wpallexport-plugin .button-primary:hover{ |
| 1256 | font-weight: normal; |
| 1257 | } |
| 1258 | .wpallexport-plugin .hndle{ |
| 1259 | padding: 7px; |
| 1260 | margin-bottom: 0px; |
| 1261 | cursor: default !important; |
| 1262 | } |
| 1263 | .wpallexport-plugin .inside{ |
| 1264 | margin: 0; |
| 1265 | line-height: 20px; |
| 1266 | } |
| 1267 | .wpallexport-plugin .inside input[type="text"]{ |
| 1268 | background: #fff; |
| 1269 | } |
| 1270 | /*@*/ |
| 1271 | .wpallexport-plugin .wpallexport-created-by{ |
| 1272 | color: #888; |
| 1273 | display: block; |
| 1274 | line-height: 31px; |
| 1275 | margin: 0 auto; |
| 1276 | opacity: 0.7; |
| 1277 | overflow: hidden; |
| 1278 | text-decoration: none; |
| 1279 | vertical-align: inherit; |
| 1280 | width: 139px; |
| 1281 | margin-top: 20px; |
| 1282 | font-size: 12px; |
| 1283 | } |
| 1284 | .wpallexport-plugin .wpallexport-created-by span{ |
| 1285 | background: url('../img/soflyy-logo.svg') no-repeat; |
| 1286 | display: block; |
| 1287 | float: right; |
| 1288 | width: 72px; |
| 1289 | height: 32px; |
| 1290 | } |
| 1291 | .wpallexport-plugin .wpallexport-created-by:hover{ |
| 1292 | opacity: 1.0; |
| 1293 | } |
| 1294 | .wpallexport-plugin .wpallexport-preload-image{ |
| 1295 | display: none; |
| 1296 | } |
| 1297 | .wpallexport-plugin .wpallexport-cdata{ |
| 1298 | color: green; |
| 1299 | font-weight: bold; |
| 1300 | display: block; |
| 1301 | clear: both; |
| 1302 | } |
| 1303 | .wpallexport-plugin .wpallexport-expired{ |
| 1304 | font-weight: bold; |
| 1305 | font-size: 14px; |
| 1306 | } |
| 1307 | .wpallexport-plugin .wp_all_export_sub_input{ |
| 1308 | vertical-align:middle; |
| 1309 | font-size: 11px !important; |
| 1310 | background:#fff !important; |
| 1311 | text-align:center; |
| 1312 | } |
| 1313 | /*-------------------------------------------------------------------------- |
| 1314 | * |
| 1315 | * WP All Export Layout |
| 1316 | * |
| 1317 | *-------------------------------------------------------------------------*/ |
| 1318 | |
| 1319 | /* 2 column wpallexport-layout */ |
| 1320 | .wpallexport-plugin table.wpallexport-layout { |
| 1321 | clear: both; |
| 1322 | border-collapse: collapse; |
| 1323 | min-width: 770px; |
| 1324 | } |
| 1325 | |
| 1326 | .wpallexport-plugin .wpallexport-step-3 table.wpallexport-layout, |
| 1327 | .wpallexport-plugin .wpallexport-step-4 table.wpallexport-layout{ |
| 1328 | width: 100%; |
| 1329 | } |
| 1330 | |
| 1331 | .wpallexport-plugin table.wpallexport-layout.wpallexport-step-1, |
| 1332 | .wpallexport-plugin .wpallexport-step-2, |
| 1333 | .wpallexport-plugin .wpallexport-step-3, |
| 1334 | .wpallexport-plugin .wpallexport-step-4, |
| 1335 | .wpallexport-plugin .wpallexport-step-5, |
| 1336 | .wpallexport-plugin .wpallexport-step-6{ |
| 1337 | margin: 20px 0 0 0px; |
| 1338 | } |
| 1339 | .wpallexport-plugin table.wpallexport-layout td { |
| 1340 | vertical-align: top; |
| 1341 | border: none; |
| 1342 | font-size: 12px !important; |
| 1343 | border: none; |
| 1344 | } |
| 1345 | .wpallexport-plugin table.wpallexport-layout td.left { |
| 1346 | /*min-width: 490px;*/ |
| 1347 | width: 61%; |
| 1348 | } |
| 1349 | .wpallexport-plugin table.wpallexport-layout td.right { |
| 1350 | padding: 10px 0 16px 20px; |
| 1351 | width: 22%; |
| 1352 | min-width: 260px; |
| 1353 | position: relative; |
| 1354 | } |
| 1355 | .wpallexport-plugin table.wpallexport-layout td.left > h2:first-child { |
| 1356 | margin-top: -22px; |
| 1357 | padding: 14px 0 3px 0; |
| 1358 | } |
| 1359 | .wpallexport-plugin table.wpallexport-layout td.left hr { |
| 1360 | clear: both; |
| 1361 | } |
| 1362 | .wpallexport-plugin.no-js table.wpallexport-layout td.left > h2:first-child { |
| 1363 | margin-top: 0px; |
| 1364 | } |
| 1365 | .wpallexport-plugin table.wpallexport-layout div.left { |
| 1366 | min-width: 490px; |
| 1367 | width: 70%; |
| 1368 | float: left; |
| 1369 | } |
| 1370 | .wpallexport-plugin table.wpallexport-layout div.right { |
| 1371 | padding: 0px 0 16px 20px; |
| 1372 | width: 25%; |
| 1373 | /*min-width: 260px; */ |
| 1374 | position: relative; |
| 1375 | float: right; |
| 1376 | } |
| 1377 | /*@*/ |
| 1378 | |
| 1379 | .wpallexport-plugin table.wpallexport-layout.wpallexport-step-1 tr td.left{ |
| 1380 | width: 100%; |
| 1381 | } |
| 1382 | .wpallexport-plugin form.options table.wpallexport-layout td.right{ |
| 1383 | width: 25%; |
| 1384 | } |
| 1385 | |
| 1386 | .wpallexport-plugin .wpallexport-content-section{ |
| 1387 | background: #fff; |
| 1388 | border: 1px solid #ddd; |
| 1389 | border-radius: 4px; |
| 1390 | -moz-border-radius: 4px; |
| 1391 | -khtml-border-radius: 4px; |
| 1392 | -webkit-border-radius: 4px; |
| 1393 | margin-top: 20px; |
| 1394 | margin-bottom: 20px; |
| 1395 | padding-bottom: 15px; |
| 1396 | } |
| 1397 | |
| 1398 | .wpallexport-plugin table.form-table { |
| 1399 | clear: none; |
| 1400 | margin-top: 0px; |
| 1401 | } |
| 1402 | .wpallexport-plugin table.form-table.custom-params { |
| 1403 | max-width: 700px; |
| 1404 | } |
| 1405 | .wpallexport-plugin table.form-table td, |
| 1406 | .wpallexport-plugin table.form-table th { |
| 1407 | vertical-align: top; |
| 1408 | } |
| 1409 | .wpallexport-plugin table.form-table thead td { |
| 1410 | font-weight: bold; |
| 1411 | } |
| 1412 | .wpallexport-plugin table.form-table.custom-params input { |
| 1413 | margin-left: 0; |
| 1414 | } |
| 1415 | .wpallexport-plugin table.form-table tr.template, |
| 1416 | .wpallexport-plugin table.form-table ol li.template, |
| 1417 | .wpallexport-plugin table.form-table ul li.template, |
| 1418 | .wpallexport-plugin table.cf-form-table tr.template, |
| 1419 | .wpallexport-plugin table.tax-form-table tr.template { |
| 1420 | display: none; |
| 1421 | } |
| 1422 | |
| 1423 | .wpallexport-plugin .form-table td{ |
| 1424 | padding: 0px; |
| 1425 | line-height: inherit !important; |
| 1426 | } |
| 1427 | .wpallexport-plugin form.settings .form-table td{ |
| 1428 | padding: 15px 10px; |
| 1429 | } |
| 1430 | .wpallexport-plugin .form-table td label, |
| 1431 | .wpallexport-plugin .form-table td li, |
| 1432 | .wpallexport-plugin .form-table td p{ |
| 1433 | line-height: 1.4em; |
| 1434 | } |
| 1435 | .wpallexport-plugin .form-table td label{ |
| 1436 | display: inline-block; |
| 1437 | margin: 0.25em 0 0.5em !important; |
| 1438 | } |
| 1439 | |
| 1440 | |
| 1441 | .dashicon-custom_wpae-gf-addon::before { |
| 1442 | height: 22px; |
| 1443 | width: 22px; |
| 1444 | background-repeat: no-repeat; |
| 1445 | content: ' '; |
| 1446 | background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-15 77 581 640' enable-background='new -15 77 581 640' xml:space='preserve'%3E%3Cg id='Layer_2'%3E%3Cpath fill='%23555' d='M489.5,227L489.5,227L315.9,126.8c-22.1-12.8-58.4-12.8-80.5,0L61.8,227c-22.1,12.8-40.3,44.2-40.3,69.7v200.5c0,25.6,18.1,56.9,40.3,69.7l173.6,100.2c22.1,12.8,58.4,12.8,80.5,0L489.5,567c22.2-12.8,40.3-44.2,40.3-69.7V296.8C529.8,271.2,511.7,239.8,489.5,227z M401,300.4v59.3H241v-59.3H401z M163.3,490.9c-16.4,0-29.6-13.3-29.6-29.6c0-16.4,13.3-29.6,29.6-29.6s29.6,13.3,29.6,29.6C192.9,477.6,179.6,490.9,163.3,490.9z M163.3,359.7c-16.4,0-29.6-13.3-29.6-29.6s13.3-29.6,29.6-29.6s29.6,13.3,29.6,29.6S179.6,359.7,163.3,359.7z M241,490.9v-59.3h160v59.3H241z'/%3E%3C/g%3E%3C/svg%3E"); |
| 1447 | } |
| 1448 | |
| 1449 | .dd-selected-text.dashicon-custom_wpae-gf-addon::before { |
| 1450 | background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-15 77 581 640' enable-background='new -15 77 581 640' xml:space='preserve'%3E%3Cg id='Layer_2'%3E%3Cpath fill='%2346ba69' d='M489.5,227L489.5,227L315.9,126.8c-22.1-12.8-58.4-12.8-80.5,0L61.8,227c-22.1,12.8-40.3,44.2-40.3,69.7v200.5c0,25.6,18.1,56.9,40.3,69.7l173.6,100.2c22.1,12.8,58.4,12.8,80.5,0L489.5,567c22.2-12.8,40.3-44.2,40.3-69.7V296.8C529.8,271.2,511.7,239.8,489.5,227z M401,300.4v59.3H241v-59.3H401z M163.3,490.9c-16.4,0-29.6-13.3-29.6-29.6c0-16.4,13.3-29.6,29.6-29.6s29.6,13.3,29.6,29.6C192.9,477.6,179.6,490.9,163.3,490.9z M163.3,359.7c-16.4,0-29.6-13.3-29.6-29.6s13.3-29.6,29.6-29.6s29.6,13.3,29.6,29.6S179.6,359.7,163.3,359.7z M241,490.9v-59.3h160v59.3H241z'/%3E%3C/g%3E%3C/svg%3E"); |
| 1451 | } |
| 1452 | |
| 1453 | |
| 1454 | .wpallexport-plugin div.input label, |
| 1455 | .wpallexport-plugin .form-field{ |
| 1456 | font-size: 12px !important; |
| 1457 | } |
| 1458 | .wpallexport-plugin input[type="radio"]{ |
| 1459 | margin-left: 4px; |
| 1460 | } |
| 1461 | |
| 1462 | .wpallexport-plugin .wpallexport-wrapper{ |
| 1463 | width: 100%; |
| 1464 | } |
| 1465 | |
| 1466 | .wpallexport-plugin .wpallexport-step-1 .wpallexport-wrapper, .wpallexport-plugin .wpallexport-step-6.wpallexport-wrapper{ |
| 1467 | width: 1200px; |
| 1468 | } |
| 1469 | |
| 1470 | |
| 1471 | .wpallexport-plugin form.wpallexport-choose-file .chosen-search input[type="text"] { |
| 1472 | font-size: 15px; |
| 1473 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 1474 | background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNS44NTMgMTYuNTZjLTEuNjgzIDEuNTE3LTMuOTExIDIuNDQtNi4zNTMgMi40NC01LjI0MyAwLTkuNS00LjI1Ny05LjUtOS41czQuMjU3LTkuNSA5LjUtOS41IDkuNSA0LjI1NyA5LjUgOS41YzAgMi40NDItLjkyMyA0LjY3LTIuNDQgNi4zNTNsNy40NCA3LjQ0LS43MDcuNzA3LTcuNDQtNy40NHptLTYuMzUzLTE1LjU2YzQuNjkxIDAgOC41IDMuODA5IDguNSA4LjVzLTMuODA5IDguNS04LjUgOC41LTguNS0zLjgwOS04LjUtOC41IDMuODA5LTguNSA4LjUtOC41eiIvPjwvc3ZnPg==') no-repeat right 5px top 50%; |
| 1475 | background-size: auto; |
| 1476 | background-size: 12px; |
| 1477 | } |
| 1478 | |
| 1479 | .wpallexport-plugin .chosen-results .group-result, |
| 1480 | .wpallexport-plugin .chosen-results .active-result { |
| 1481 | font-size: 15px; |
| 1482 | line-height: 28px; |
| 1483 | } |
| 1484 | |
| 1485 | .wpallexport-plugin .chosen-results .active-result.highlighted { |
| 1486 | background: #eee; |
| 1487 | color: #555; |
| 1488 | } |
| 1489 | |
| 1490 | /*-------------------------------------------------------------------------- |
| 1491 | * |
| 1492 | * Step 1 - choose file |
| 1493 | * |
| 1494 | *-------------------------------------------------------------------------*/ |
| 1495 | |
| 1496 | /*@+ Choose File forms */ |
| 1497 | .wpallexport-plugin form.wpallexport-choose-file { |
| 1498 | margin-top: 15px; |
| 1499 | position: relative; |
| 1500 | } |
| 1501 | .wpallexport-plugin form.wpallexport-choose-file h3 { |
| 1502 | margin-bottom: 5px; |
| 1503 | } |
| 1504 | .wpallexport-plugin form.wpallexport-choose-file .label { |
| 1505 | font-size: 15px; |
| 1506 | } |
| 1507 | .wpallexport-plugin form.wpallexport-choose-file input[type="text"], |
| 1508 | .wpallexport-plugin form.wpallexport-choose-file input[type="password"] { |
| 1509 | width: 80px; |
| 1510 | font-size: 12px; |
| 1511 | } |
| 1512 | .wpallexport-plugin form.wpallexport-choose-file input.regular-text, |
| 1513 | .wpallexport-plugin form.wpallexport-choose-file select.regular-text { |
| 1514 | width: 100%; |
| 1515 | } |
| 1516 | .wpallexport-plugin #wpcontent form.wpallexport-choose-file select[name="file"], |
| 1517 | .wpallexport-plugin #wpcontent form.wpallexport-choose-file select[name="reimport"] { |
| 1518 | font-size: 12px; |
| 1519 | } |
| 1520 | .wpallexport-plugin form.wpallexport-choose-file input[type="submit"].button { |
| 1521 | /*width: 150px;*/ |
| 1522 | } |
| 1523 | .wpallexport-plugin form.wpallexport-choose-file div.input { |
| 1524 | margin-top: 20px; |
| 1525 | } |
| 1526 | .wpallexport-plugin form.wpallexport-choose-file .wpallexport-submit-buttons{ |
| 1527 | clear: both; |
| 1528 | text-align: center; |
| 1529 | display: none; |
| 1530 | } |
| 1531 | /*@*/ |
| 1532 | |
| 1533 | .wpallexport-plugin #select-files{ |
| 1534 | height:35px; |
| 1535 | line-height: 35px; |
| 1536 | font-size: 18px; |
| 1537 | margin-top: 30px; |
| 1538 | display: inline-block; |
| 1539 | position: relative; |
| 1540 | z-index: 0; |
| 1541 | text-decoration: none; |
| 1542 | color: #888; |
| 1543 | background: url('../img/ui_4.0/select_files.png') no-repeat 0 2px; |
| 1544 | padding-left: 45px; |
| 1545 | } |
| 1546 | .wpallexport-plugin .wpallexport-progress{ |
| 1547 | position: relative; |
| 1548 | display: none; |
| 1549 | color: #009039; |
| 1550 | font-size: 13px; |
| 1551 | font-weight: bold; |
| 1552 | margin-top: 10px; |
| 1553 | width: 100%; |
| 1554 | text-align: center; |
| 1555 | /*border:1px solid #4297D7;*/ |
| 1556 | -moz-border-radius: 8px; |
| 1557 | -khtml-border-radius: 8px; |
| 1558 | -webkit-border-radius: 8px; |
| 1559 | border-radius: 8px; |
| 1560 | } |
| 1561 | .wpallexport-plugin #progressbar{ |
| 1562 | border: medium none; |
| 1563 | text-align: center; |
| 1564 | width: 100%; |
| 1565 | font-size: 20px; |
| 1566 | color:#000; |
| 1567 | line-height: 35px; |
| 1568 | margin: 20px 0; |
| 1569 | } |
| 1570 | .wpallexport-plugin #progressbar span{ color:#777; } |
| 1571 | |
| 1572 | .wpallexport-plugin #file_name{ |
| 1573 | font-size: 16px; |
| 1574 | font-weight: bold; |
| 1575 | margin-left: 10px; |
| 1576 | float: right; |
| 1577 | } |
| 1578 | |
| 1579 | |
| 1580 | .wpallexport-plugin .wpallexport-import-types{ |
| 1581 | margin: 37px 0 10px; |
| 1582 | text-align: center; |
| 1583 | } |
| 1584 | .wpallexport-plugin .wpallexport-import-types h2, |
| 1585 | .wpallexport-plugin .wpallexport-import-types h3, |
| 1586 | .wpallexport-plugin .wpallexport-choose-data-type h3{ |
| 1587 | color:#40ad6e; |
| 1588 | font-size: 24px; |
| 1589 | margin-bottom: 25px; |
| 1590 | font-weight: normal; |
| 1591 | } |
| 1592 | .wpallexport-plugin .wpallexport-upload-type-container { |
| 1593 | display: none; |
| 1594 | text-align: center; |
| 1595 | padding: 0 55px; |
| 1596 | } |
| 1597 | .wpallexport-plugin a.wpallexport-import-from{ |
| 1598 | color:#888; |
| 1599 | background: #f6f5f1; |
| 1600 | border: 1px solid #ddd; |
| 1601 | border-radius: 4px; |
| 1602 | -moz-border-radius: 4px; |
| 1603 | -khtml-border-radius: 4px; |
| 1604 | -webkit-border-radius: 4px; |
| 1605 | font-size: 20px; |
| 1606 | display: inline-block; |
| 1607 | height: 65px; |
| 1608 | width: 292px; |
| 1609 | text-decoration: none; |
| 1610 | margin: 5px; |
| 1611 | vertical-align: top; |
| 1612 | padding-top: 10px; |
| 1613 | } |
| 1614 | .wpallexport-plugin a.wpallexport-import-from.bind{ |
| 1615 | color: #888; |
| 1616 | border-color: #cfceca; |
| 1617 | } |
| 1618 | .wpallexport-plugin a.wpallexport-import-from.selected{ |
| 1619 | color:#fff; |
| 1620 | background: #46ba69; |
| 1621 | border: 1px solid #3da55c; |
| 1622 | } |
| 1623 | .wpallexport-plugin a.wpallexport-import-from span{ |
| 1624 | display: inline-block; |
| 1625 | position: relative; |
| 1626 | } |
| 1627 | .wpallexport-plugin a.wpallexport-import-from.wpallexport-upload-type{ |
| 1628 | padding-top: 15px; |
| 1629 | height: 60px; |
| 1630 | } |
| 1631 | .wpallexport-plugin a.wpallexport-import-from.wpallexport-upload-type span.wpallexport-icon{ |
| 1632 | background: url('../img/ui_4.0/upload_sprite.png') 0 -30px no-repeat; |
| 1633 | width: 40px; |
| 1634 | height: 30px; |
| 1635 | top: 6px; |
| 1636 | left: -10px; |
| 1637 | } |
| 1638 | .wpallexport-plugin a.wpallexport-import-from.wpallexport-upload-type.selected span.wpallexport-icon{ |
| 1639 | background: url('../img/ui_4.0/upload_sprite.png') 0 0 no-repeat; |
| 1640 | width: 40px; |
| 1641 | height: 30px; |
| 1642 | top: 6px; |
| 1643 | left: -10px; |
| 1644 | } |
| 1645 | .wpallexport-plugin a.wpallexport-import-from.wpallexport-url-type span.wpallexport-icon:before{ |
| 1646 | content: "\f109"; |
| 1647 | font-family: "dashicons"; |
| 1648 | font-size: 33px; |
| 1649 | left: 23%; |
| 1650 | line-height: 10px; |
| 1651 | position: absolute; |
| 1652 | top: 12px; |
| 1653 | } |
| 1654 | .wpallexport-plugin a.wpallexport-import-from.wpallexport-url-type span.wpallexport-icon{ |
| 1655 | width: 40px; |
| 1656 | height: 34px; |
| 1657 | top:10px; |
| 1658 | left: -10px; |
| 1659 | } |
| 1660 | .wpallexport-plugin a.wpallexport-import-from.wpallexport-url-type.selected span.wpallexport-icon{ |
| 1661 | width: 40px; |
| 1662 | height: 34px; |
| 1663 | top:10px; |
| 1664 | left: -10px; |
| 1665 | } |
| 1666 | .wpallexport-plugin a.wpallexport-import-from.wpallexport-file-type span.wpallexport-icon:before{ |
| 1667 | content: "\f107"; |
| 1668 | font-family: "dashicons"; |
| 1669 | font-size: 33px; |
| 1670 | left: 23%; |
| 1671 | line-height: 10px; |
| 1672 | position: absolute; |
| 1673 | top: 12px; |
| 1674 | } |
| 1675 | .wpallexport-plugin a.wpallexport-import-from.wpallexport-file-type span.wpallexport-icon{ |
| 1676 | width: 32px; |
| 1677 | height: 34px; |
| 1678 | top:10px; |
| 1679 | left: -10px; |
| 1680 | } |
| 1681 | .wpallexport-plugin a.wpallexport-import-from.wpallexport-file-type.selected span.wpallexport-icon{ |
| 1682 | width: 32px; |
| 1683 | height: 34px; |
| 1684 | top:10px; |
| 1685 | left: -10px; |
| 1686 | } |
| 1687 | .wpallexport-plugin a.wpallexport-import-from.wpallexport-url-type.selected span.wpallexport-icon:before, |
| 1688 | .wpallexport-plugin a.wpallexport-import-from.wpallexport-file-type.selected span.wpallexport-icon:before{ |
| 1689 | color: #a3ddb4; |
| 1690 | } |
| 1691 | |
| 1692 | .wpallexport-plugin .wpallexport-upload-resource-step-one, |
| 1693 | .wpallexport-plugin .wpallexport-file-upload-result{ |
| 1694 | background: #fff; |
| 1695 | border-top: 1px solid #ddd; |
| 1696 | border-right: 1px solid #ddd; |
| 1697 | border-left: 1px solid #ddd; |
| 1698 | border-bottom: 1px solid #ddd; |
| 1699 | /*margin-bottom: 20px;*/ |
| 1700 | padding: 20px; |
| 1701 | padding-top: 0; |
| 1702 | } |
| 1703 | .wpallexport-plugin .wpallexport-choose-post-type{ |
| 1704 | background: #fff; |
| 1705 | /*border-bottom: 1px solid #ddd; |
| 1706 | border-right: 1px solid #ddd; |
| 1707 | border-left: 1px solid #ddd; |
| 1708 | padding: 20px; |
| 1709 | padding-top: 0; |
| 1710 | -moz-border-radius-bottomright: 4px; |
| 1711 | -webkit-border-bottom-right-radius: 4px; |
| 1712 | border-bottom-right-radius: 4px; |
| 1713 | -moz-border-radius-bottomleft: 4px; |
| 1714 | -webkit-border-bottom-left-radius: 4px; |
| 1715 | border-bottom-left-radius: 4px;*/ |
| 1716 | } |
| 1717 | /*.wpallexport-plugin .wpallexport-upload-resource-step-one, |
| 1718 | .wpallexport-plugin .wpallexport-upload-resource-step-two{ |
| 1719 | border-top-left-radius: 4px; |
| 1720 | border-top-right-radius: 4px; |
| 1721 | border-bottom-right-radius: 4px; |
| 1722 | -moz-border-radius-topleft: 4px; |
| 1723 | -webkit-border-top-left-radius: 4px; |
| 1724 | -moz-border-radius-topright: 4px; |
| 1725 | -webkit-border-top-right-radius: 4px; |
| 1726 | -moz-border-radius-bottomleft: 4px; |
| 1727 | -webkit-border-bottom-left-radius: 4px; |
| 1728 | }*/ |
| 1729 | .wpallexport-plugin .wpallexport-choose-post-type{ padding-top: 40px; } |
| 1730 | .wpallexport-plugin .wpallexport-file-upload-result{ padding-top: 30px; overflow: hidden; } |
| 1731 | .wpallexport-plugin .wpallexport-upload-resource-step-one{ padding-bottom: 40px; } |
| 1732 | .wpallexport-plugin .wpallexport-upload-resource-step-two{ |
| 1733 | display: none; |
| 1734 | } |
| 1735 | .wpallexport-plugin .wpallexport-upload-resource-step-two h2{ |
| 1736 | text-align: center; |
| 1737 | color: #4db278; |
| 1738 | padding: 0; |
| 1739 | margin: 20px 0; |
| 1740 | } |
| 1741 | .wpallexport-plugin .dd-select{ |
| 1742 | border: 1px solid #ddd; |
| 1743 | } |
| 1744 | .wpallexport-plugin #custom_type_selector, |
| 1745 | .wpallexport-plugin #file_selector, |
| 1746 | .wpallexport-plugin #wp_query_selector, |
| 1747 | .wpallexport-plugin #taxonomy_to_export, |
| 1748 | .wpallexport-plugin #sub_post_to_export{ |
| 1749 | |
| 1750 | margin: 0 auto; |
| 1751 | margin-bottom: 20px; |
| 1752 | text-align: left; |
| 1753 | } |
| 1754 | .wpallexport-plugin .wpallexport-change-custom-type #custom_type_selector{ |
| 1755 | margin: 0; |
| 1756 | } |
| 1757 | .wpallexport-plugin .wpallexport-change-custom-type #custom_type_selector .dd-option{ |
| 1758 | padding: 10px 0 0 10px; |
| 1759 | } |
| 1760 | .wpallexport-plugin .wpallexport-change-custom-type #custom_type_selector .dd-select{ |
| 1761 | padding: 5px 0 0; |
| 1762 | } |
| 1763 | .wpallexport-plugin #file_selector{ |
| 1764 | margin-top: 30px; |
| 1765 | } |
| 1766 | .wpallexport-plugin #custom_type_selector .dd-options li, |
| 1767 | .wpallexport-plugin #file_selector .dd-options li, |
| 1768 | .wpallexport-plugin #wp_query_selector .dd-options li, |
| 1769 | .wpallexport-plugin #taxonomy_to_export .dd-options li, |
| 1770 | .wpallexport-plugin #sub_post_to_export .dd-options li{ |
| 1771 | |
| 1772 | margin-bottom: 0; |
| 1773 | } |
| 1774 | .wpallexport-plugin #custom_type_selector .dd-options li .dd-option, |
| 1775 | .wpallexport-plugin #file_selector .dd-options li .dd-option, |
| 1776 | .wpallexport-plugin #wp_query_selector .dd-options li .dd-option, |
| 1777 | .wpallexport-plugin #taxonomy_to_export .dd-options li .dd-option, |
| 1778 | .wpallexport-plugin #sub_post_to_export .dd-options li .dd-option |
| 1779 | { |
| 1780 | font-size: 18px; |
| 1781 | color: #555; |
| 1782 | border: none; |
| 1783 | } |
| 1784 | /*.wpallexport-plugin #file_selector .dd-options li .dd-option{ |
| 1785 | font-size: 18px; |
| 1786 | color: #ccc; |
| 1787 | border: none; |
| 1788 | }*/ |
| 1789 | .wpallexport-plugin #custom_type_selector .dd-options li .dd-option:hover, |
| 1790 | .wpallexport-plugin #custom_type_selector .dd-options li .dd-option-selected, |
| 1791 | .wpallexport-plugin #file_selector .dd-options li .dd-option:hover, |
| 1792 | .wpallexport-plugin #file_selector .dd-options li .dd-option-selected, |
| 1793 | .wpallexport-plugin #wp_query_selector .dd-options li .dd-option:hover, |
| 1794 | .wpallexport-plugin #wp_query_selector .dd-options li .dd-option-selected, |
| 1795 | .wpallexport-plugin #taxonomy_to_export .dd-options li .dd-option:hover, |
| 1796 | .wpallexport-plugin #taxonomy_to_export .dd-options li .dd-option-selected, |
| 1797 | .wpallexport-plugin #sub_post_to_export .dd-options li .dd-option:hover, |
| 1798 | .wpallexport-plugin #sub_post_to_export .dd-options li .dd-option-selected |
| 1799 | { |
| 1800 | background: #eee; |
| 1801 | color: #555; |
| 1802 | } |
| 1803 | /*.wpallexport-plugin #file_selector .dd-options li .dd-option:hover, |
| 1804 | .wpallexport-plugin #file_selector .dd-options li .dd-option-selected{ |
| 1805 | background: #40acad; |
| 1806 | color: #fff; |
| 1807 | }*/ |
| 1808 | .wpallexport-plugin #custom_type_selector .dd-select, |
| 1809 | .wpallexport-plugin #file_selector .dd-select, |
| 1810 | .wpallexport-plugin #wp_query_selector .dd-select, |
| 1811 | .wpallexport-plugin #taxonomy_to_export .dd-select, |
| 1812 | .wpallexport-plugin #sub_post_to_export .dd-select |
| 1813 | |
| 1814 | { |
| 1815 | background: #fff !important; |
| 1816 | padding: 10px 0; |
| 1817 | /*margin-left: -5px;*/ |
| 1818 | } |
| 1819 | .wpallexport-plugin #custom_type_selector .dd-selected, |
| 1820 | .wpallexport-plugin #file_selector .dd-selected, |
| 1821 | .wpallexport-plugin #wp_query_selector .dd-selected, |
| 1822 | .wpallexport-plugin #taxonomy_to_export .dd-selected, |
| 1823 | .wpallexport-plugin #sub_post_to_export .dd-selected |
| 1824 | |
| 1825 | { |
| 1826 | color: #000; |
| 1827 | font-weight: normal; |
| 1828 | font-size: 18px; |
| 1829 | padding: 0; |
| 1830 | padding: 0 12px; |
| 1831 | line-height: 24px; |
| 1832 | } |
| 1833 | .wpallexport-plugin .change_file #file_selector .dd-select, |
| 1834 | .wpallexport-plugin .change_file #wp_query_selector .dd-select, |
| 1835 | .wpallexport-plugin .change_file #taxonomy_to_export .dd-select |
| 1836 | .wpallexport-plugin .change_file #sub_post_to_export .dd-select |
| 1837 | { |
| 1838 | padding: 5px 0 0; |
| 1839 | } |
| 1840 | .wpallexport-plugin .change_file #file_selector .dd-options .dd-option, |
| 1841 | .wpallexport-plugin .change_file #wp_query_selector .dd-options .dd-option, |
| 1842 | .wpallexport-plugin .change_file #taxonomy_to_export .dd-options .dd-option, |
| 1843 | .wpallexport-plugin .change_file #sub_post_to_export .dd-options .dd-option |
| 1844 | { |
| 1845 | padding: 0 10px; |
| 1846 | } |
| 1847 | .wpallexport-plugin .dd-options{ |
| 1848 | /*left: -5px;*/ |
| 1849 | } |
| 1850 | .wpallexport-plugin #file_selector .dd-selected .dd-selected-image{ |
| 1851 | margin-left: 10px; |
| 1852 | } |
| 1853 | .wpallexport-plugin #file_selector .dd-options .dd-option .dd-option-text{ |
| 1854 | position: relative; |
| 1855 | top: -2px; |
| 1856 | } |
| 1857 | .wpallexport-plugin #file_selector .dd-option .dashicon:before, |
| 1858 | .wpallexport-plugin #file_selector .dd-selected .dashicon:before { |
| 1859 | font-size: 24px; |
| 1860 | float: left; |
| 1861 | margin: 2px 5px 2px 2px; |
| 1862 | } |
| 1863 | .wpallexport-plugin #file_selector .dd-option .dashicon-post:before, |
| 1864 | .wpallexport-plugin #file_selector .dd-selected .dashicon-post:before{ |
| 1865 | font-family: "dashicons"; |
| 1866 | content: "\f109"; |
| 1867 | color: #555; |
| 1868 | } |
| 1869 | .wpallexport-plugin #file_selector .dd-option .dashicon-page:before, |
| 1870 | .wpallexport-plugin #file_selector .dd-selected .dashicon-page:before{ |
| 1871 | font-family: "dashicons"; |
| 1872 | content: "\f105"; |
| 1873 | color: #555; |
| 1874 | } |
| 1875 | .wpallexport-plugin #file_selector .dd-option .dashicon-product:before, |
| 1876 | .wpallexport-plugin #file_selector .dd-selected .dashicon-product:before{ |
| 1877 | font-family: "WooCommerce"; |
| 1878 | content: "\e006"; |
| 1879 | color: #555; |
| 1880 | margin-top: 0; |
| 1881 | } |
| 1882 | .wpallexport-plugin #file_selector .dd-option .dashicon-shop_order:before, |
| 1883 | .wpallexport-plugin #file_selector .dd-selected .dashicon-shop_order:before, |
| 1884 | .wpallexport-plugin #file_selector .dd-option .dashicon-shop_order_refund:before, |
| 1885 | .wpallexport-plugin #file_selector .dd-selected .dashicon-shop_order_refund:before, |
| 1886 | .wpallexport-plugin #file_selector .dd-option .dashicon-shop_coupon:before, |
| 1887 | .wpallexport-plugin #file_selector .dd-selected .dashicon-shop_coupon:before, |
| 1888 | .wpallexport-plugin #file_selector .dd-option .dashicon-shop_customer:before, |
| 1889 | .wpallexport-plugin #file_selector .dd-selected .dashicon-shop_customer:before{ |
| 1890 | font-family: "WooCommerce"; |
| 1891 | content: "\e03d"; |
| 1892 | color: #555; |
| 1893 | margin-top: 2px; |
| 1894 | } |
| 1895 | .wpallexport-plugin #file_selector .dd-option .dashicon-cpt:before, |
| 1896 | .wpallexport-plugin #file_selector .dd-selected .dashicon-cpt:before{ |
| 1897 | font-family: "dashicons"; |
| 1898 | content: "\f111"; |
| 1899 | color: #555; |
| 1900 | margin-top: -2px; |
| 1901 | } |
| 1902 | .wpallexport-plugin #file_selector .dd-option .dashicon-users:before, |
| 1903 | .wpallexport-plugin #file_selector .dd-selected .dashicon-users:before{ |
| 1904 | font-family: "dashicons"; |
| 1905 | content: "\f110"; |
| 1906 | color: #555; |
| 1907 | } |
| 1908 | .wpallexport-plugin #file_selector .dd-option .dashicon-comments:before, |
| 1909 | .wpallexport-plugin #file_selector .dd-selected .dashicon-comments:before{ |
| 1910 | font-family: "dashicons"; |
| 1911 | content: "\f101"; |
| 1912 | color: #555; |
| 1913 | } |
| 1914 | .wpallexport-plugin #file_selector .dd-option .dashicon-taxonomies:before, |
| 1915 | .wpallexport-plugin #file_selector .dd-selected .dashicon-taxonomies:before{ |
| 1916 | font-family: "dashicons"; |
| 1917 | content: "\f318"; |
| 1918 | color: #555; |
| 1919 | } |
| 1920 | .wpallexport-plugin #file_selector .dd-option:hover .dashicon:before, |
| 1921 | .wpallexport-plugin #file_selector .dd-option-selected .dashicon:before{ |
| 1922 | color: #555; |
| 1923 | } |
| 1924 | .wpallexport-plugin #file_selector .dd-selected .dashicon:before{ |
| 1925 | color:#46ba69; |
| 1926 | line-height: 24px; |
| 1927 | } |
| 1928 | |
| 1929 | .wpallexport-plugin #file_selector .dd-option .dashicon-review:before, |
| 1930 | .wpallexport-plugin #file_selector .dd-selected .dashicon-review:before{ |
| 1931 | content: ''; |
| 1932 | background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='1280.000000pt' height='1222.000000pt' viewBox='0 0 1280.000000 1222.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cmetadata%3E%0ACreated by potrace 1.15, written by Peter Selinger 2001-2017%0A%3C/metadata%3E%3Cg transform='translate(0.000000,1222.000000) scale(0.100000,-0.100000)'%0Afill='%23555' stroke='none'%3E%3Cpath d='M6273 12205 c-115 -32 -205 -96 -266 -187 -19 -29 -304 -602 -635%0A-1273 -330 -671 -719 -1461 -864 -1755 l-264 -535 -220 -32 c-3672 -539 -3667%0A-538 -3722 -557 -100 -35 -199 -123 -248 -219 -76 -148 -69 -309 18 -454 23%0A-37 448 -457 1450 -1430 1270 -1233 1418 -1380 1413 -1403 -2 -14 -39 -223%0A-80 -465 -42 -242 -111 -645 -155 -895 -43 -250 -124 -718 -180 -1040 -56%0A-322 -135 -778 -176 -1015 -90 -512 -92 -552 -30 -680 102 -216 358 -320 574%0A-233 31 13 836 432 1788 931 l1731 906 804 -420 c442 -231 1223 -640 1734%0A-907 512 -268 953 -495 980 -504 63 -22 202 -23 268 -3 111 33 228 129 277%0A225 29 57 50 146 50 212 0 32 -41 292 -90 578 -138 795 -261 1506 -371 2145%0A-56 319 -124 716 -153 882 l-52 303 1422 1392 c965 944 1432 1408 1453 1442%0A43 71 62 130 68 211 16 208 -126 413 -324 468 -32 9 -379 61 -770 117 -392 55%0A-1034 145 -1425 200 -392 56 -868 123 -1058 150 -190 26 -419 58 -510 71 -91%0A12 -170 27 -177 33 -6 6 -399 799 -873 1761 -473 963 -877 1774 -898 1804 -44%0A65 -131 131 -210 161 -74 29 -207 36 -279 15z'/%3E%3C/g%3E%3C/svg%3E"); |
| 1933 | background-size: 22px 22px; |
| 1934 | background-repeat: no-repeat; |
| 1935 | margin-top: -2px; |
| 1936 | width: 22px; |
| 1937 | height: 22px; |
| 1938 | } |
| 1939 | .wpallexport-plugin #file_selector .dd-selected .dashicon-review:before { |
| 1940 | background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='1280.000000pt' height='1222.000000pt' viewBox='0 0 1280.000000 1222.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cmetadata%3E%0ACreated by potrace 1.15, written by Peter Selinger 2001-2017%0A%3C/metadata%3E%3Cg transform='translate(0.000000,1222.000000) scale(0.100000,-0.100000)'%0Afill='%2346ba69' stroke='none'%3E%3Cpath d='M6273 12205 c-115 -32 -205 -96 -266 -187 -19 -29 -304 -602 -635%0A-1273 -330 -671 -719 -1461 -864 -1755 l-264 -535 -220 -32 c-3672 -539 -3667%0A-538 -3722 -557 -100 -35 -199 -123 -248 -219 -76 -148 -69 -309 18 -454 23%0A-37 448 -457 1450 -1430 1270 -1233 1418 -1380 1413 -1403 -2 -14 -39 -223%0A-80 -465 -42 -242 -111 -645 -155 -895 -43 -250 -124 -718 -180 -1040 -56%0A-322 -135 -778 -176 -1015 -90 -512 -92 -552 -30 -680 102 -216 358 -320 574%0A-233 31 13 836 432 1788 931 l1731 906 804 -420 c442 -231 1223 -640 1734%0A-907 512 -268 953 -495 980 -504 63 -22 202 -23 268 -3 111 33 228 129 277%0A225 29 57 50 146 50 212 0 32 -41 292 -90 578 -138 795 -261 1506 -371 2145%0A-56 319 -124 716 -153 882 l-52 303 1422 1392 c965 944 1432 1408 1453 1442%0A43 71 62 130 68 211 16 208 -126 413 -324 468 -32 9 -379 61 -770 117 -392 55%0A-1034 145 -1425 200 -392 56 -868 123 -1058 150 -190 26 -419 58 -510 71 -91%0A12 -170 27 -177 33 -6 6 -399 799 -873 1761 -473 963 -877 1774 -898 1804 -44%0A65 -131 131 -210 161 -74 29 -207 36 -279 15z'/%3E%3C/g%3E%3C/svg%3E"); |
| 1941 | margin-top: 2px; |
| 1942 | } |
| 1943 | |
| 1944 | .wpallexport-plugin input[name=url]{ |
| 1945 | font-size: 18px !important; |
| 1946 | height: 49px; |
| 1947 | margin-top: 20px; |
| 1948 | padding: 5px; |
| 1949 | width: 75% !important; |
| 1950 | /*background: url('../img/ui_4.0/url.png') 10px -42px no-repeat;*/ |
| 1951 | padding-left: 60px; |
| 1952 | border: 1px solid #ddd; |
| 1953 | border-radius: 4px; |
| 1954 | -moz-border-radius: 4px; |
| 1955 | -khtml-border-radius: 4px; |
| 1956 | -webkit-border-radius: 4px; |
| 1957 | color: #cfceca; |
| 1958 | margin-bottom: 0; |
| 1959 | } |
| 1960 | .wpallexport-plugin .wpallexport-url-icon:before{ |
| 1961 | color: #cfceca; |
| 1962 | content: "\f103"; |
| 1963 | font-family: "dashicons"; |
| 1964 | font-size: 30px; |
| 1965 | left: 45px; |
| 1966 | position: relative; |
| 1967 | top: -14px; |
| 1968 | vertical-align: bottom; |
| 1969 | } |
| 1970 | .wpallexport-plugin .wpallexport-url-icon.focus:before{ |
| 1971 | color: #333; |
| 1972 | } |
| 1973 | .wpallexport-plugin input[name=url].focus{ |
| 1974 | background-position: 10px 8px; |
| 1975 | color:#333; |
| 1976 | font-size: 11px !important; |
| 1977 | } |
| 1978 | .wpallexport-plugin #plupload-ui h3{ |
| 1979 | float: left; |
| 1980 | font-size: 13px; |
| 1981 | font-weight: normal; |
| 1982 | margin-bottom: 0; |
| 1983 | margin-top: 8px; |
| 1984 | } |
| 1985 | .wpallexport-plugin .wpallexport-reimported-notify{ |
| 1986 | border: 1px solid #AFAFAF; |
| 1987 | margin-bottom: 20px; |
| 1988 | padding: 10px 20px; |
| 1989 | } |
| 1990 | .wpallexport-plugin .wpallexport-reimported-notify p span{ |
| 1991 | color: #ccc; |
| 1992 | } |
| 1993 | .wpallexport-plugin .wpallexport-choose-data-type{ |
| 1994 | text-align: center; |
| 1995 | margin-bottom: 30px; |
| 1996 | } |
| 1997 | .wpallexport-plugin #wpallexport-url-upload-status{ |
| 1998 | margin: 10px; |
| 1999 | } |
| 2000 | .wpallexport-plugin .wpallexport-uploaded-file-name{ |
| 2001 | color: #333; |
| 2002 | } |
| 2003 | .wpallexport-plugin .wpallexport-choose-import-direction[rel="new"]{ |
| 2004 | margin-left: -13%; |
| 2005 | } |
| 2006 | .wpallexport-plugin .wpallexport-choose-import-direction[rel="matching"]{ |
| 2007 | margin-left: -12%; |
| 2008 | } |
| 2009 | .wpallexport-plugin .wpallexport-extra-text-left{ |
| 2010 | float: left; |
| 2011 | text-align: right; |
| 2012 | width: 37%; |
| 2013 | } |
| 2014 | .wpallexport-plugin .wpallexport-extra-text-right{ |
| 2015 | float: right; |
| 2016 | text-align: left; |
| 2017 | width: 38%; |
| 2018 | } |
| 2019 | .wpallexport-plugin .wpallexport-new-records, |
| 2020 | .wpallexport-plugin .wpallexport-existing-records{ |
| 2021 | display: none; |
| 2022 | color: #777; |
| 2023 | font-size: 18px; |
| 2024 | line-height: 50px; |
| 2025 | } |
| 2026 | .wpallexport-plugin .wpallexport-extra-text-below{ |
| 2027 | max-width: 565px; |
| 2028 | margin: 0 auto; |
| 2029 | } |
| 2030 | .wpallexport-plugin .chosen-container-single .chosen-single{ |
| 2031 | background: none; |
| 2032 | box-shadow: none; |
| 2033 | color: #555 !important; |
| 2034 | border: 1px solid #ddd; |
| 2035 | } |
| 2036 | .wpallexport-plugin .chosen-container-active.chosen-with-drop .chosen-single{ |
| 2037 | background: none; |
| 2038 | } |
| 2039 | .wpallexport-plugin .wp_all_export_product_matching_mode{ |
| 2040 | margin-top: 25px; |
| 2041 | margin-left: 10px; |
| 2042 | } |
| 2043 | /*-------------------------------------------------------------------------- |
| 2044 | * |
| 2045 | * Step 2 - XPath filtering |
| 2046 | * |
| 2047 | *-------------------------------------------------------------------------*/ |
| 2048 | |
| 2049 | .wpallexport-plugin .wpallexport-filtering-section{ |
| 2050 | padding-bottom: 15px !important; |
| 2051 | margin-bottom: 0px; |
| 2052 | margin-top: 10px; |
| 2053 | overflow: visible; |
| 2054 | } |
| 2055 | .wpallexport-plugin .wpallexport-console{ |
| 2056 | position:relative; |
| 2057 | padding:0; |
| 2058 | display:none; |
| 2059 | height: 110px; |
| 2060 | } |
| 2061 | .wpallexport-plugin .action_buttons{ |
| 2062 | overflow: hidden; |
| 2063 | clear: both; |
| 2064 | padding: 10px; |
| 2065 | border-bottom: 1px solid #ddd; |
| 2066 | } |
| 2067 | .wpallexport-plugin .action_buttons .wpallexport-go-to{ |
| 2068 | display: block; |
| 2069 | height: 21px; |
| 2070 | margin-top: 25px; |
| 2071 | text-decoration: none; |
| 2072 | width: 13px; |
| 2073 | } |
| 2074 | .wpallexport-plugin .action_buttons #prev_element{ |
| 2075 | background: url('../img/ui_4.0/left_btn.png') no-repeat; |
| 2076 | margin-left: 15px; |
| 2077 | float: left; |
| 2078 | } |
| 2079 | .wpallexport-plugin .action_buttons #next_element{ |
| 2080 | background: url('../img/ui_4.0/right_btn.png') no-repeat; |
| 2081 | margin-right: 15px; |
| 2082 | float: right; |
| 2083 | } |
| 2084 | .wpallexport-plugin .action_buttons .wpallexport-root-element{ |
| 2085 | color: #46ba69; |
| 2086 | font-weight: bold; |
| 2087 | margin-top: 0; |
| 2088 | } |
| 2089 | .wpallexport-plugin #wp_all_export_value{ |
| 2090 | display: inline-block; |
| 2091 | height: 28px; |
| 2092 | margin: 0; |
| 2093 | padding: 3px; |
| 2094 | position: relative; |
| 2095 | top: 2px; |
| 2096 | width: 50px; |
| 2097 | } |
| 2098 | .wpallexport-plugin #wp_all_export_add_rule{ |
| 2099 | background: url("../img/rule.png") no-repeat scroll 10px 10px #40acad; |
| 2100 | border: 1px solid #3a9c9d; |
| 2101 | border-radius: 5px; |
| 2102 | -moz-border-radius: 5px; |
| 2103 | -khtml-border-radius: 5px; |
| 2104 | -webkit-border-radius: 5px; |
| 2105 | color: #fff; |
| 2106 | display: inline-block; |
| 2107 | font-size: 14px; |
| 2108 | height: 21px; |
| 2109 | margin: 0; |
| 2110 | float: right; |
| 2111 | padding: 13px 40px 10px 50px; |
| 2112 | text-decoration: none; |
| 2113 | font-weight: bold; |
| 2114 | min-width: 60px; |
| 2115 | } |
| 2116 | .wpallexport-plugin #wp_all_export_apply_filters{ |
| 2117 | background: url("../img/rule.png") no-repeat scroll 10px 10px #40acad; |
| 2118 | border: 1px solid #3a9c9d; |
| 2119 | border-radius: 5px; |
| 2120 | -moz-border-radius: 5px; |
| 2121 | -khtml-border-radius: 5px; |
| 2122 | -webkit-border-radius: 5px; |
| 2123 | color: #fff; |
| 2124 | display: inline-block; |
| 2125 | font-size: 14px; |
| 2126 | height: 21px; |
| 2127 | margin: 0; |
| 2128 | float: right; |
| 2129 | padding: 13px 40px 10px 50px; |
| 2130 | text-decoration: none; |
| 2131 | font-weight: bold; |
| 2132 | } |
| 2133 | .wpallexport-plugin #wp_all_export_apply_filters{ |
| 2134 | float: right; |
| 2135 | margin-top: 35px; |
| 2136 | } |
| 2137 | .wpallexport-plugin .wp_all_export_rule_inputs .chosen-container-single input[type="text"]{ |
| 2138 | width: 100% !important; |
| 2139 | } |
| 2140 | .wpallexport-plugin .wp_all_export_rule_inputs .chosen-container-single .chosen-single{ |
| 2141 | height: 48px; |
| 2142 | line-height: 38px; |
| 2143 | font-size: 15px; |
| 2144 | } |
| 2145 | |
| 2146 | .wpallexport-plugin .chosen-container-single .chosen-single span { |
| 2147 | margin-top: 5px; |
| 2148 | color: #777; |
| 2149 | } |
| 2150 | |
| 2151 | .wpallexport-plugin .googleMerchants .chosen-container-single .chosen-single span, |
| 2152 | .wpallexport-plugin .export-single .chosen-container-single .chosen-single span { |
| 2153 | margin-top: 0; |
| 2154 | } |
| 2155 | .wpallexport-plugin .timezone-select .chosen-container-single .chosen-single span { |
| 2156 | margin-top: 0; |
| 2157 | } |
| 2158 | .wpallexport-plugin .chosen-container-single .chosen-search input[type="text"] { |
| 2159 | background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNS44NTMgMTYuNTZjLTEuNjgzIDEuNTE3LTMuOTExIDIuNDQtNi4zNTMgMi40NC01LjI0MyAwLTkuNS00LjI1Ny05LjUtOS41czQuMjU3LTkuNSA5LjUtOS41IDkuNSA0LjI1NyA5LjUgOS41YzAgMi40NDItLjkyMyA0LjY3LTIuNDQgNi4zNTNsNy40NCA3LjQ0LS43MDcuNzA3LTcuNDQtNy40NHptLTYuMzUzLTE1LjU2YzQuNjkxIDAgOC41IDMuODA5IDguNSA4LjVzLTMuODA5IDguNS04LjUgOC41LTguNS0zLjgwOS04LjUtOC41IDMuODA5LTguNSA4LjUtOC41eiIvPjwvc3ZnPg==') no-repeat right 5px top 50%; |
| 2160 | background-size: 12px; |
| 2161 | } |
| 2162 | .wpallexport-plugin .wp_all_export_rule_inputs .chosen-container-single .chosen-single div{ |
| 2163 | top: 9px; |
| 2164 | display: none; |
| 2165 | } |
| 2166 | |
| 2167 | .wpallexport-plugin #wp_all_export_value{ |
| 2168 | font-size: 16px; |
| 2169 | height: 48px; |
| 2170 | padding: 10px; |
| 2171 | border: 1px solid #ddd; |
| 2172 | border-radius: 5px; |
| 2173 | -moz-border-radius: 5px; |
| 2174 | -khtml-border-radius: 5px; |
| 2175 | -webkit-border-radius: 5px; |
| 2176 | color: #777; |
| 2177 | font-size: 15px !important; |
| 2178 | width: 100%; |
| 2179 | position: relative; |
| 2180 | top: 0; |
| 2181 | } |
| 2182 | .wpallexport-plugin #wp_all_export_filtering_rules{ |
| 2183 | position: relative; |
| 2184 | padding: 0; |
| 2185 | } |
| 2186 | .wpallexport-plugin .wp_all_export_filtering_rules{ |
| 2187 | margin: 0; |
| 2188 | } |
| 2189 | .wpallexport-plugin .wp_all_export_filtering_rules .drag-element{ |
| 2190 | background: url('../img/list.png') no-repeat 0 3px; |
| 2191 | padding-left: 30px; |
| 2192 | height: 25px; |
| 2193 | line-height: 21px; |
| 2194 | } |
| 2195 | .wpallexport-plugin .wp_all_export_filtering_rules .drag-element .rule_element{ |
| 2196 | display: inline-block; |
| 2197 | width: 30%; |
| 2198 | color:#46ba69; |
| 2199 | font-size: 14px; |
| 2200 | } |
| 2201 | .wpallexport-plugin .wp_all_export_filtering_rules .drag-element .rule_as_is{ |
| 2202 | display: inline-block; |
| 2203 | width: 20%; |
| 2204 | color:#40acad; |
| 2205 | font-size: 14px; |
| 2206 | } |
| 2207 | .wpallexport-plugin .wp_all_export_filtering_rules .drag-element .rule_condition_value{ |
| 2208 | display: inline-block; |
| 2209 | width: 20%; |
| 2210 | color:#000; |
| 2211 | font-size: 14px; |
| 2212 | } |
| 2213 | .wpallexport-plugin .wp_all_export_filtering_rules .drag-element .condition{ |
| 2214 | display: inline-block; |
| 2215 | width: 25%; |
| 2216 | color: #000; |
| 2217 | font-size: 14px; |
| 2218 | word-wrap: break-word; |
| 2219 | } |
| 2220 | .wpallexport-plugin .wp_all_export_filtering_rules li{ |
| 2221 | position: relative; |
| 2222 | padding: 10px 10px 10px 20px; |
| 2223 | margin: 5px; |
| 2224 | border: 1px solid #ddd; |
| 2225 | border-radius: 4px; |
| 2226 | -moz-border-radius: 4px; |
| 2227 | -khtml-border-radius: 4px; |
| 2228 | -webkit-border-radius: 4px; |
| 2229 | } |
| 2230 | .wpallexport-plugin .wp_all_export_filtering_rules li ol{ |
| 2231 | margin-top: 10px; |
| 2232 | } |
| 2233 | .wpallexport-plugin .wp_all_export_filtering_rules li ol li{ |
| 2234 | border: 1px dotted #ddd; |
| 2235 | } |
| 2236 | .wpallexport-plugin .wp_all_export_filtering_rules li .remove-ico{ |
| 2237 | right: 4%; |
| 2238 | top:10px; |
| 2239 | } |
| 2240 | .wpallexport-plugin .wp_all_export_filtering_rules li .condition{ |
| 2241 | padding: 2px; |
| 2242 | } |
| 2243 | .wpallexport-plugin .wp_all_export_filtering_rules li .condition label{ |
| 2244 | margin: 0px 3px; |
| 2245 | } |
| 2246 | .wpallexport-plugin .wp_all_export_filtering_rules li strong{ |
| 2247 | text-transform: uppercase; |
| 2248 | } |
| 2249 | .wpallexport-plugin .pmxi_group_rule{ |
| 2250 | margin-left: -55px; |
| 2251 | } |
| 2252 | .wpallexport-plugin .wp_all_export_rule_inputs{ |
| 2253 | /*float: left;*/ |
| 2254 | } |
| 2255 | .wpallexport-plugin .wp_all_export_rule_inputs table{ |
| 2256 | width: 100%; |
| 2257 | } |
| 2258 | .wpallexport-plugin .wp_all_export_rule_inputs table tr th{ |
| 2259 | color: #000; |
| 2260 | font-weight: 16px; |
| 2261 | text-align: left; |
| 2262 | } |
| 2263 | .wpallexport-plugin .ajax-console .founded_records{ |
| 2264 | background: url('../img/elements.png') no-repeat; |
| 2265 | padding-left: 80px; |
| 2266 | margin-bottom: 0; |
| 2267 | margin-left: 40px; |
| 2268 | margin-top: 25px; |
| 2269 | margin-bottom: 20px; |
| 2270 | position: relative; |
| 2271 | height: 63px; |
| 2272 | } |
| 2273 | .wpallexport-plugin .ajax-console .founded_records h3{ |
| 2274 | color: #425f9a; |
| 2275 | margin-bottom: 0; |
| 2276 | margin-top: 3px; |
| 2277 | font-size: 22px; |
| 2278 | line-height: 28px; |
| 2279 | } |
| 2280 | .wpallexport-plugin .ajax-console .founded_records h4{ |
| 2281 | color: #777; |
| 2282 | margin-top: 5px; |
| 2283 | font-size:20px; |
| 2284 | } |
| 2285 | .wpallexport-plugin .ajax-console .founded_records .wp_all_export_preloader{ |
| 2286 | margin: 20px 0; |
| 2287 | position: relative; |
| 2288 | top:10px; |
| 2289 | } |
| 2290 | .wpallexport-plugin #filtering_result .wp_all_export_preloader{ |
| 2291 | margin: 20px 0; |
| 2292 | position: relative; |
| 2293 | top:-10px; |
| 2294 | } |
| 2295 | .wpallexport-plugin .wpallexport-change-root-element{ |
| 2296 | display: block; |
| 2297 | background: #f6f5f1; |
| 2298 | border: 1px solid #ecebe7; |
| 2299 | border-radius: 5px; |
| 2300 | -moz-border-radius: 5px; |
| 2301 | -khtml-border-radius: 5px; |
| 2302 | -webkit-border-radius: 5px; |
| 2303 | color: #777; |
| 2304 | font-size: 16px; |
| 2305 | text-decoration: none; |
| 2306 | margin: 5px 10px; |
| 2307 | padding: 10px; |
| 2308 | } |
| 2309 | .wpallexport-plugin .wpallexport-change-root-element:hover{ |
| 2310 | color: #000; |
| 2311 | } |
| 2312 | .wpallexport-plugin .wpallexport-change-root-element.selected{ |
| 2313 | background: #46ba69; |
| 2314 | border: 1px solid #3da55c; |
| 2315 | color: #fff; |
| 2316 | cursor: default; |
| 2317 | } |
| 2318 | .wpallexport-plugin .wpallexport-change-root-element .tag_name{ |
| 2319 | display: inline-block; |
| 2320 | max-width: 87%; |
| 2321 | overflow: hidden; |
| 2322 | text-overflow: ellipsis; |
| 2323 | } |
| 2324 | .wpallexport-plugin .wpallexport-change-root-element .tag_count{ |
| 2325 | float: right; |
| 2326 | background: url('../img/ui_4.0/element_arrow.png') no-repeat; |
| 2327 | display: inline-block; |
| 2328 | height: 15px; |
| 2329 | padding-left: 20px; |
| 2330 | position: relative; |
| 2331 | top: 2px; |
| 2332 | line-height: 15px; |
| 2333 | } |
| 2334 | .wpallexport-plugin .wpallexport-change-root-element.selected .tag_count{ |
| 2335 | background: url('../img/ui_4.0/element_arrow.png') no-repeat 0px -15px; |
| 2336 | } |
| 2337 | .wpallexport-plugin .import_information{ |
| 2338 | border-top: 1px solid #ddd; |
| 2339 | text-align: center; |
| 2340 | padding: 20px; |
| 2341 | } |
| 2342 | .wpallexport-plugin .import_information h3{ |
| 2343 | text-align: center; |
| 2344 | color:#777; |
| 2345 | background: url('../img/ui_4.0/elements_notify.png') no-repeat; |
| 2346 | padding-left: 60px; |
| 2347 | height: 50px; |
| 2348 | display: inline-block; |
| 2349 | margin: 0 auto; |
| 2350 | line-height: 45px; |
| 2351 | } |
| 2352 | .wpallexport-plugin .import_information h3 span{ |
| 2353 | color:#46ba69; |
| 2354 | } |
| 2355 | .wpallexport-plugin .wpallexport-set-csv-delimiter{ |
| 2356 | padding-top: 5px; |
| 2357 | text-align: center; |
| 2358 | display: none; |
| 2359 | } |
| 2360 | .wpallexport-plugin #current_element{ |
| 2361 | color:green; |
| 2362 | } |
| 2363 | .wpallexport-plugin #current_xml{ display: none;} |
| 2364 | .wpallexport-plugin #goto_element{ |
| 2365 | font-size: 16px; |
| 2366 | height: 35px; |
| 2367 | margin-right: 10px; |
| 2368 | min-width: 50px; |
| 2369 | padding-top: 5px; |
| 2370 | text-align: center; |
| 2371 | width: 50px !important; |
| 2372 | } |
| 2373 | .wpallexport-plugin .wpallexport-choose-elements{ |
| 2374 | /*width: 1200px;*/ |
| 2375 | } |
| 2376 | .wpallexport-plugin .wpallexport-choose-elements table tbody tr td{ |
| 2377 | overflow: hidden; |
| 2378 | } |
| 2379 | .wpallexport-plugin .wpallexport-elements-information{ |
| 2380 | font-size: 20px; |
| 2381 | padding-top: 17px; |
| 2382 | margin-right: 10px; |
| 2383 | } |
| 2384 | /*-------------------------------------------------------------------------- |
| 2385 | * |
| 2386 | * Step 3 - Template Builder |
| 2387 | * |
| 2388 | *-------------------------------------------------------------------------*/ |
| 2389 | |
| 2390 | /*@+ Template form */ |
| 2391 | .wpallexport-plugin .wpallexport-export-template tbody tr td.left{ |
| 2392 | width: 81%; |
| 2393 | } |
| 2394 | .wpallexport-plugin form.wpallexport-step-3 { |
| 2395 | /*width: 700px;*/ |
| 2396 | position: relative; |
| 2397 | width: 100%; |
| 2398 | margin-top: 0 !important; |
| 2399 | } |
| 2400 | .wpallexport-plugin form.wpallexport-template .load-template { |
| 2401 | display: block; |
| 2402 | font-size: 12px; |
| 2403 | } |
| 2404 | |
| 2405 | .wpallexport-plugin .load-template-container { |
| 2406 | display: flex; |
| 2407 | align-items: center; |
| 2408 | } |
| 2409 | |
| 2410 | .wpallexport-plugin form.wpallexport-template .load-template select { |
| 2411 | width: auto; |
| 2412 | padding: 4px 25px 4px 12px; |
| 2413 | font-size: 12px; |
| 2414 | height: 34px; |
| 2415 | background-size: 14px 14px; |
| 2416 | } |
| 2417 | |
| 2418 | .wpallexport-plugin form.wpallexport-step-3 .wpallexport-section .wpallexport-content-section{ |
| 2419 | /*overflow: hidden; */ |
| 2420 | padding-bottom: 0; |
| 2421 | margin-top: 0; |
| 2422 | } |
| 2423 | |
| 2424 | .wpallexport-plugin form.wpallexport-step-3 .wpallexport-section .wpallexport-content-section .wpallexport-collapsed-content{ |
| 2425 | padding: 0; |
| 2426 | } |
| 2427 | |
| 2428 | .wpallexport-plugin #poststuff{ |
| 2429 | min-width: 200px; |
| 2430 | } |
| 2431 | .wpallexport-plugin #poststuff form.wpallexport-template h3 { |
| 2432 | margin: 1em 0 5px 2px; |
| 2433 | font-size: 1.17em; |
| 2434 | padding: 0px; |
| 2435 | } |
| 2436 | .wpallexport-plugin #post-preview { |
| 2437 | font-size: 12px; |
| 2438 | } |
| 2439 | .wpallexport-plugin #post-preview .error { |
| 2440 | margin: 5px 0; |
| 2441 | } |
| 2442 | .wpallexport-plugin h3 .header-option { |
| 2443 | display: block; |
| 2444 | float: right; |
| 2445 | font-size: 12px; |
| 2446 | font-weight: normal; |
| 2447 | } |
| 2448 | .wpallexport-plugin .builder_header{ |
| 2449 | padding: 0 10px; |
| 2450 | width: 1200px; |
| 2451 | overflow: hidden; |
| 2452 | } |
| 2453 | .wpallexport-plugin .builder_header .left{ |
| 2454 | float: left; |
| 2455 | } |
| 2456 | .wpallexport-plugin .builder_header .right{ |
| 2457 | float:right; |
| 2458 | } |
| 2459 | .wpallexport-plugin .builder_header h3{ |
| 2460 | color: #425F9A; |
| 2461 | margin-top: 0; |
| 2462 | font-size: 22px; |
| 2463 | margin-bottom: 0; |
| 2464 | } |
| 2465 | .wpallexport-plugin .builder_header h4{ |
| 2466 | color: #777; |
| 2467 | margin-top: 10px; |
| 2468 | margin-bottom: 0; |
| 2469 | font-size: 18px; |
| 2470 | } |
| 2471 | .wpallexport-plugin .pmxi_option{ |
| 2472 | padding: 3px 0; |
| 2473 | } |
| 2474 | .wpallexport-plugin .pmxi_option a.wpallexport-help{ |
| 2475 | /*float: right;*/ |
| 2476 | } |
| 2477 | .wpallexport-plugin .parse{ |
| 2478 | text-decoration: none !important; |
| 2479 | } |
| 2480 | .wpallexport-plugin .nested_xml{ |
| 2481 | display: none; |
| 2482 | } |
| 2483 | .wpallexport-plugin .nested_xml_tree{ |
| 2484 | width: 70%; |
| 2485 | float: left; |
| 2486 | padding: 5px 15px; |
| 2487 | } |
| 2488 | .wpallexport-plugin .nested_actions{ |
| 2489 | width:25%; |
| 2490 | float: right; |
| 2491 | } |
| 2492 | .wpallexport-plugin .nested_actions input[type="text"]{ |
| 2493 | width:100%; |
| 2494 | padding: 7px; |
| 2495 | } |
| 2496 | .wpallexport-plugin .nested_xml_tree .green{ |
| 2497 | color: green; |
| 2498 | padding-bottom: 10px; |
| 2499 | } |
| 2500 | .wpallexport-plugin .nested_xml_tree .red, |
| 2501 | .wpallexport-plugin .nested_msgs{ |
| 2502 | color: red; |
| 2503 | padding-bottom: 10px; |
| 2504 | } |
| 2505 | .wpallexport-plugin .nested_files ul{ |
| 2506 | list-style: decimal outside none; |
| 2507 | padding-left: 15px; |
| 2508 | } |
| 2509 | .wpallexport-plugin .template_input{ |
| 2510 | margin-top: 20px; |
| 2511 | } |
| 2512 | .wpallexport-plugin .wp_all_export_preloader{ |
| 2513 | background: url("../img/preloader.png"); |
| 2514 | width: 80px; |
| 2515 | height: 10px; |
| 2516 | margin: 20px auto; |
| 2517 | display: none; |
| 2518 | } |
| 2519 | .wpallexport-plugin #filtering_result{ |
| 2520 | float: left; |
| 2521 | } |
| 2522 | .wpallexport-plugin .wp_all_export_filter_preloader{ |
| 2523 | background: url("../img/preloader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0); |
| 2524 | margin-top: 50px; |
| 2525 | height: 16px; |
| 2526 | line-height: 16px; |
| 2527 | padding-left: 20px; |
| 2528 | display: none; |
| 2529 | position: relative; |
| 2530 | float: right; |
| 2531 | } |
| 2532 | .wpallexport-plugin .wp_all_export_functions_preloader{ |
| 2533 | background: url("../img/preloader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0); |
| 2534 | margin-top: 6px; |
| 2535 | margin-left: 6px; |
| 2536 | height: 16px; |
| 2537 | line-height: 16px; |
| 2538 | padding-left: 20px; |
| 2539 | display: none; |
| 2540 | position: relative; |
| 2541 | float: right; |
| 2542 | } |
| 2543 | .wpallexport-plugin .sub_input{ |
| 2544 | padding-left:17px; |
| 2545 | margin: 5px; |
| 2546 | } |
| 2547 | .wpallexport-plugin .main_choise{ |
| 2548 | float: left; |
| 2549 | margin-right: 5px; |
| 2550 | } |
| 2551 | .wpallexport-plugin .specify_cf{ |
| 2552 | left: 25%; |
| 2553 | top: 8px; |
| 2554 | background: #40acad; |
| 2555 | padding: 10px; |
| 2556 | position: relative; |
| 2557 | border-radius: 4px; |
| 2558 | -moz-border-radius: 4px; |
| 2559 | -khtml-border-radius: 4px; |
| 2560 | -webkit-border-radius: 4px; |
| 2561 | color: #fff !important; |
| 2562 | } |
| 2563 | .wpallexport-plugin .set_serialize.active, |
| 2564 | .wpallexport-plugin .set_mapping.active{ |
| 2565 | font-weight: bold; |
| 2566 | } |
| 2567 | .wpallexport-plugin .custom_type{ |
| 2568 | /*margin: 0 auto; */ |
| 2569 | } |
| 2570 | .wpallexport-plugin .wpallexport-custom-fields textarea{ |
| 2571 | border: 1px solid #ddd; |
| 2572 | border-radius: 4px; |
| 2573 | -moz-border-radius: 4px; |
| 2574 | -khtml-border-radius: 4px; |
| 2575 | -webkit-border-radius: 4px; |
| 2576 | padding: 6px 5px; |
| 2577 | font-size: 15px !important; |
| 2578 | height: 40px; |
| 2579 | float: left; |
| 2580 | margin-right: 5px; |
| 2581 | line-height: 25px; |
| 2582 | width: 68% !important; |
| 2583 | } |
| 2584 | .wpallexport-plugin .wpallexport-custom-fields .wpallexport-custom-fields-actions, |
| 2585 | .wpallexport-plugin .wpallexport-real-estate .wpallexport-custom-fields-actions{ |
| 2586 | float: right; |
| 2587 | right: 30px; |
| 2588 | position: relative; |
| 2589 | /*padding: 0 10px;*/ |
| 2590 | border: 1px solid #ddd; |
| 2591 | margin-bottom: 10px; |
| 2592 | } |
| 2593 | .wpallexport-plugin .wpallexport-step-3 div.custom_type{ |
| 2594 | /*width: 80%; |
| 2595 | min-height: 65px;*/ |
| 2596 | } |
| 2597 | .wpallexport-plugin span.remove{ |
| 2598 | position: static !important; |
| 2599 | } |
| 2600 | |
| 2601 | .wpallexport-plugin input[type="text"][name="tagno"]{ |
| 2602 | margin-left: 5px; |
| 2603 | padding: 3px; |
| 2604 | width: 40px; |
| 2605 | border: 1px solid #BBBBBB; |
| 2606 | -moz-border-radius: 3px; |
| 2607 | -khtml-border-radius: 3px; |
| 2608 | -webkit-border-radius: 3px; |
| 2609 | border-radius: 3px; |
| 2610 | text-align: center; |
| 2611 | } |
| 2612 | .wpallexport-pointer-content { |
| 2613 | padding: 0 0 10px; |
| 2614 | position: relative; |
| 2615 | font-size: 13px; |
| 2616 | background: #fff; |
| 2617 | border: 1px solid #dfdfdf; |
| 2618 | -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.075); |
| 2619 | box-shadow: 0 3px 6px rgba(0,0,0,0.075); |
| 2620 | } |
| 2621 | #post-preview div.title{ |
| 2622 | text-align:right; |
| 2623 | border-bottom: 1px solid #ccc; |
| 2624 | padding: 10px; |
| 2625 | /*font-style:italic;*/ |
| 2626 | } |
| 2627 | #post-preview .wpallexport-preview-title{ |
| 2628 | border-bottom: 1px solid #ccc; |
| 2629 | margin-bottom: 0; |
| 2630 | padding-bottom: 10px; |
| 2631 | text-align: center; |
| 2632 | } |
| 2633 | #post-preview .wpallexport-preview-content{ |
| 2634 | padding: 15px; |
| 2635 | overflow: auto; |
| 2636 | max-height: 350px; |
| 2637 | } |
| 2638 | #post-preview .wpallexport-preview-content .test_progress{ |
| 2639 | clear: both; |
| 2640 | } |
| 2641 | .wpallexport-plugin .preview, |
| 2642 | .wpallexport-plugin .preview_images, |
| 2643 | .wpallexport-plugin .preview_prices, |
| 2644 | .wpallexport-plugin .preview_taxonomies, |
| 2645 | .wpallexport-plugin .parse, |
| 2646 | .wpallexport-plugin .test_images{ |
| 2647 | background: #40acad; |
| 2648 | -moz-border-radius: 4px; |
| 2649 | -khtml-border-radius: 4px; |
| 2650 | -webkit-border-radius: 4px; |
| 2651 | border-radius: 4px; |
| 2652 | clear: both; |
| 2653 | color: #fff !important; |
| 2654 | float: right; |
| 2655 | font-size: 14px; |
| 2656 | margin: 10px 0; |
| 2657 | padding: 10px 20px 10px 20px; |
| 2658 | } |
| 2659 | .wpallexport-plugin .test_images{ |
| 2660 | display: block; |
| 2661 | float: left; |
| 2662 | margin-bottom: 15px; |
| 2663 | margin-left: 0; |
| 2664 | margin-top: 0; |
| 2665 | } |
| 2666 | .wpallexport-plugin .save_popup{ |
| 2667 | -moz-border-radius: 4px; |
| 2668 | -khtml-border-radius: 4px; |
| 2669 | -webkit-border-radius: 4px; |
| 2670 | border-radius: 4px; |
| 2671 | position: absolute; |
| 2672 | top: 41px; |
| 2673 | right: 60px; |
| 2674 | background: #40acad; |
| 2675 | padding: 10px 15px 10px 15px; |
| 2676 | color:#fff !important; |
| 2677 | } |
| 2678 | .wpallexport-plugin .autodetect_cf, |
| 2679 | .wpallexport-plugin .wpallexport-auto-detect-unique-key, |
| 2680 | .wpallexport-plugin .wpallexport-change-unique-key{ |
| 2681 | -moz-border-radius: 4px; |
| 2682 | -khtml-border-radius: 4px; |
| 2683 | -webkit-border-radius: 4px; |
| 2684 | border-radius: 4px; |
| 2685 | background: #40acad; |
| 2686 | padding: 10px 15px 10px 15px; |
| 2687 | color:#fff !important; |
| 2688 | font-size: 14px; |
| 2689 | position: relative; |
| 2690 | top:-1px; |
| 2691 | } |
| 2692 | .wpallexport-plugin .wpallexport-change-unique-key{ |
| 2693 | background-position: 10px 12px; |
| 2694 | padding: 10px 15px 10px 15px; |
| 2695 | } |
| 2696 | .wpallexport-plugin .autodetect_cf{ |
| 2697 | display: inline-block; |
| 2698 | margin-bottom: 5px; |
| 2699 | } |
| 2700 | .wpallexport-plugin .preview_taxonomies{ |
| 2701 | float: none; |
| 2702 | /*padding: 5px 20px 5px 45px;*/ |
| 2703 | margin-left: 10px; |
| 2704 | } |
| 2705 | .wpallexport-plugin .set_xpath{ |
| 2706 | left: 0; |
| 2707 | padding-left: 15px; |
| 2708 | position: absolute; |
| 2709 | top: 0; |
| 2710 | } |
| 2711 | .wpallexport-plugin #woocommerce-product-data{ |
| 2712 | margin-bottom: 20px; |
| 2713 | } |
| 2714 | .wpallexport-plugin input[name^="attribute_name"], |
| 2715 | .wpallexport-plugin input[name^="variable_attribute_name"]{ |
| 2716 | width: 95% !important; |
| 2717 | } |
| 2718 | .wpallexport-plugin .fix_checkbox{ |
| 2719 | position: relative; |
| 2720 | /*margin: 0px !important;*/ |
| 2721 | } |
| 2722 | .wpallexport-plugin .newline{ |
| 2723 | line-height: 16px; |
| 2724 | } |
| 2725 | .wpallexport-plugin #add_encoding{ |
| 2726 | display: none; |
| 2727 | } |
| 2728 | .wpallexport-plugin #new_encoding{ |
| 2729 | border: 1px solid #BBBBBB; |
| 2730 | -moz-border-radius: 3px; |
| 2731 | -khtml-border-radius: 3px; |
| 2732 | -webkit-border-radius: 3px; |
| 2733 | border-radius: 3px; |
| 2734 | } |
| 2735 | .wpallexport-plugin .load_options{ |
| 2736 | height: 0; |
| 2737 | line-height: 0; |
| 2738 | margin: 0; |
| 2739 | padding: 0; |
| 2740 | position: relative; |
| 2741 | right: 10px; |
| 2742 | text-align: right; |
| 2743 | top: -35px; |
| 2744 | width: 100%; |
| 2745 | } |
| 2746 | .wpallexport-plugin .custom-params tr td{ |
| 2747 | /*width: 50%;*/ |
| 2748 | } |
| 2749 | .wpallexport-plugin .custom-params tr td.action{ |
| 2750 | width: 100% !important; |
| 2751 | position: relative; |
| 2752 | display: block; |
| 2753 | } |
| 2754 | .wpallexport-plugin .form-field textarea{ |
| 2755 | width:80%; |
| 2756 | } |
| 2757 | .wpallexport-plugin .drag-element .assign_post{ |
| 2758 | float: left; |
| 2759 | margin-top: 2px; |
| 2760 | } |
| 2761 | .wpallexport-plugin .post_taxonomy{ |
| 2762 | /*margin-bottom: 15px;*/ |
| 2763 | overflow: hidden; |
| 2764 | padding-left: 5px; |
| 2765 | /*padding-bottom: 15px;*/ |
| 2766 | } |
| 2767 | .wpallexport-plugin .post_taxonomy .delim{ |
| 2768 | padding-left: 25px; |
| 2769 | } |
| 2770 | .wpallexport-plugin .post_taxonomy .delim .add-new-ico{ |
| 2771 | float: left; |
| 2772 | margin-right: 10%; |
| 2773 | margin-top: 5px; |
| 2774 | } |
| 2775 | .wpallexport-plugin .post_taxonomy ol.ui-sortable{ |
| 2776 | padding-right: 0px; |
| 2777 | } |
| 2778 | .wpallexport-plugin .post_taxonomy ol.ui-sortable .drag-element{ |
| 2779 | background-position: 0 10px; |
| 2780 | } |
| 2781 | .wpallexport-plugin .post_taxonomy ol.ui-sortable .remove-ico{ |
| 2782 | top: 8px; |
| 2783 | } |
| 2784 | |
| 2785 | .wpallexport-plugin .separated_by{ |
| 2786 | float: right; |
| 2787 | font-size: 12px; |
| 2788 | color: #999999; |
| 2789 | margin-right: 20px; |
| 2790 | } |
| 2791 | .wpallexport-plugin .delim > label{ |
| 2792 | color: #999999; |
| 2793 | font-size: 11px; |
| 2794 | } |
| 2795 | .wpallexport-plugin .template-sidebar .tag{ |
| 2796 | /*max-height: 550px;*/ |
| 2797 | } |
| 2798 | .wpallexport-plugin .wp-pointer-content .action.remove a{ |
| 2799 | top: 8px; |
| 2800 | } |
| 2801 | .wpallexport-plugin .wpallexport-drag-icon{ |
| 2802 | position: relative; |
| 2803 | top: 5px; |
| 2804 | } |
| 2805 | .wpallexport-plugin .wpallexport-featured-images textarea{ |
| 2806 | width: 70%; |
| 2807 | height: 70px; |
| 2808 | margin: 5px 0; |
| 2809 | padding-top: 5px; |
| 2810 | } |
| 2811 | .wpallexport-plugin .wpallexport-placeholder{ |
| 2812 | color: #888 !important; |
| 2813 | } |
| 2814 | .wpallexport-plugin .ui-widget-overlay{ |
| 2815 | background: #777 !important; |
| 2816 | z-index: 99999; |
| 2817 | } |
| 2818 | .wpallexport-plugin .auto_detect_sf{ |
| 2819 | width: 80px; |
| 2820 | left: 0; |
| 2821 | } |
| 2822 | .wpallexport-plugin .ui-menu-item a{ |
| 2823 | text-decoration: none; |
| 2824 | color: #777; |
| 2825 | } |
| 2826 | .wpallexport-plugin .ui-menu-item a.ui-state-focus, |
| 2827 | .wpallexport-plugin .ui-menu-item a.ui-state-active{ |
| 2828 | margin: 0; |
| 2829 | } |
| 2830 | .wpallexport-plugin .ui-menu-item{ |
| 2831 | border-bottom: 1px solid #777; |
| 2832 | } |
| 2833 | .wpallexport-plugin .ui-menu-item:last-child{ |
| 2834 | border-bottom: none; |
| 2835 | } |
| 2836 | .wpallexport-plugin .cf_welcome, |
| 2837 | .wpallexport-plugin .cf_detect_result{ |
| 2838 | position: relative; |
| 2839 | text-align: center; |
| 2840 | padding-bottom: 15px; |
| 2841 | padding-top: 10px; |
| 2842 | border-bottom: 1px solid #ddd; |
| 2843 | border-top: 1px solid #ddd; |
| 2844 | } |
| 2845 | .wpallexport-plugin .wpallexport-dismiss-cf-welcome{ |
| 2846 | display: block; |
| 2847 | width: 100px; |
| 2848 | /*height: 16px; |
| 2849 | position: absolute; |
| 2850 | right: 10px; |
| 2851 | top: 30%;*/ |
| 2852 | /*background: url('../img/ico-remove.png') no-repeat;*/ |
| 2853 | margin: 0 auto; |
| 2854 | } |
| 2855 | .wpallexport-plugin .wpallexport-cf-options{ |
| 2856 | display: block; |
| 2857 | padding: 10px 12px; |
| 2858 | } |
| 2859 | .wpallexport-plugin .wpallexport-cf-menu{ |
| 2860 | display: none; |
| 2861 | border: none; |
| 2862 | -webkit-border-radius: 0px; |
| 2863 | -moz-border-radius: 0px; |
| 2864 | -o-border-radius: 0px; |
| 2865 | border-radius: 0px; |
| 2866 | border: 0px; |
| 2867 | padding: 0; |
| 2868 | /*padding-left: 12px;*/ |
| 2869 | margin-bottom: 0; |
| 2870 | margin-top: 0; |
| 2871 | } |
| 2872 | .wpallexport-plugin .wpallexport-cf-menu li{ |
| 2873 | border-bottom: none; |
| 2874 | padding: 5px 0; |
| 2875 | padding-left: 16px; |
| 2876 | margin-bottom: 0; |
| 2877 | cursor: pointer; |
| 2878 | width: auto; |
| 2879 | } |
| 2880 | .wpallexport-plugin .wpallexport-cf-menu li:hover{ |
| 2881 | background: #fafafa; |
| 2882 | } |
| 2883 | .wpallexport-plugin .wpallexport-cf-menu li.active{ |
| 2884 | list-style: disc inside none; |
| 2885 | padding-left: 5px; |
| 2886 | } |
| 2887 | .wpallexport-plugin .wpallexport-cf-menu li a{ |
| 2888 | padding: 0; |
| 2889 | /*font-family: "Open Sans",sans-serif;*/ |
| 2890 | font-size: 12px; |
| 2891 | display: inline; |
| 2892 | color: #777; |
| 2893 | } |
| 2894 | .wpallexport-plugin .ui-autocomplete li a:hover{ |
| 2895 | border: none; |
| 2896 | -webkit-border-radius: 0px; |
| 2897 | -moz-border-radius: 0px; |
| 2898 | -o-border-radius: 0px; |
| 2899 | border-radius: 0px; |
| 2900 | border: 0px; |
| 2901 | } |
| 2902 | .wpallexport-plugin .wpallexport-not-empty{ |
| 2903 | /*display: block; |
| 2904 | padding: 5px;*/ |
| 2905 | } |
| 2906 | .wpallexport-plugin .wp-all-export-format{ |
| 2907 | /*margin-top: 15px; */ |
| 2908 | } |
| 2909 | |
| 2910 | .wpallexport-plugin .product_variations .sub-options { |
| 2911 | margin-left: 20px; |
| 2912 | margin-top: 8px; |
| 2913 | margin-bottom: 8px; |
| 2914 | } |
| 2915 | |
| 2916 | .sub-options { |
| 2917 | display: none; |
| 2918 | } |
| 2919 | /*-------------------------------------------------------------------------- |
| 2920 | * |
| 2921 | * Step 4 - Import Options |
| 2922 | * |
| 2923 | *-------------------------------------------------------------------------*/ |
| 2924 | |
| 2925 | .wpallexport-plugin .options .tag{ |
| 2926 | margin-top: 0px; |
| 2927 | } |
| 2928 | .wpallexport-plugin .show_hints{ |
| 2929 | color: #fff; |
| 2930 | padding: 10px; |
| 2931 | -moz-border-radius-topleft: 5px; |
| 2932 | -webkit-border-top-left-radius: 5px; |
| 2933 | border-top-left-radius: 5px; |
| 2934 | -moz-border-radius-bottomleft: 5px; |
| 2935 | -webkit-border-bottom-left-radius: 5px; |
| 2936 | border-bottom-left-radius: 5px; |
| 2937 | position: absolute; |
| 2938 | top: 18px; |
| 2939 | right: -1px; |
| 2940 | background: url('../img/ui_4.0/right_btn.png') no-repeat 95% 8px #40acad; |
| 2941 | padding-right: 30px; |
| 2942 | cursor: pointer; |
| 2943 | border: none; |
| 2944 | } |
| 2945 | .wpallexport-plugin .show_hints:hover{ |
| 2946 | color: #dfdfdf; |
| 2947 | } |
| 2948 | |
| 2949 | .wpallexport-plugin .wp-pointer-arrow{ |
| 2950 | display: none; |
| 2951 | } |
| 2952 | .wpallexport-plugin .wp-pointer-content, |
| 2953 | .wpallexport-plugin .wpallexport-pointer-content{ |
| 2954 | border: 1px solid #ecebe7; |
| 2955 | border-radius: 4px; |
| 2956 | -moz-border-radius: 4px; |
| 2957 | -khtml-border-radius: 4px; |
| 2958 | -webkit-border-radius: 4px; |
| 2959 | margin: 20px 10px 20px 20px; |
| 2960 | padding: 0; |
| 2961 | } |
| 2962 | .wpallexport-plugin .wp-pointer-content fieldset{ |
| 2963 | margin-top: 15px; |
| 2964 | } |
| 2965 | .wpallexport-plugin .wp-pointer-content .wp-pointer-buttons, |
| 2966 | .wpallexport-plugin .wpallexport-pointer-content .wp-pointer-buttons{ |
| 2967 | padding: 15px; |
| 2968 | background: #f7f8f8; |
| 2969 | border-top: 1px solid #ebebeb; |
| 2970 | } |
| 2971 | .wpallexport-plugin .wp-pointer-content .wp-pointer-buttons a.close:before, |
| 2972 | .wpallexport-plugin .wpallexport-pointer-content .wp-pointer-buttons a.close:before{ |
| 2973 | content:none; |
| 2974 | } |
| 2975 | .wpallexport-plugin .wp-pointer-content .wp-pointer-buttons a.close, |
| 2976 | .wpallexport-plugin .wpallexport-pointer-content .wp-pointer-buttons a.close{ |
| 2977 | background: url('../img/remove.png') no-repeat 10px 10px #e4e6e6; |
| 2978 | padding: 10px 15px 10px 30px; |
| 2979 | color: #777; |
| 2980 | border-radius: 4px; |
| 2981 | -moz-border-radius: 4px; |
| 2982 | -khtml-border-radius: 4px; |
| 2983 | -webkit-border-radius: 4px; |
| 2984 | } |
| 2985 | |
| 2986 | .wpallexport-plugin .options .wpallexport-submit-buttons{ |
| 2987 | position: relative; |
| 2988 | text-align: center; |
| 2989 | top: 10px; |
| 2990 | } |
| 2991 | .wpallexport-plugin form.options{ |
| 2992 | position: relative; |
| 2993 | margin-top: 0 !important; |
| 2994 | overflow: hidden; |
| 2995 | } |
| 2996 | .wpallexport-plugin form.edit{ |
| 2997 | /*overflow: hidden;*/ |
| 2998 | } |
| 2999 | .wpallexport-plugin .switcher-target-is_keep_former_posts{ |
| 3000 | padding-left: 25px; |
| 3001 | } |
| 3002 | .wpallexport-plugin .wpallexport-change-custom-type{ |
| 3003 | margin-left: 6px; |
| 3004 | } |
| 3005 | |
| 3006 | /*-------------------------------------------------------------------------- |
| 3007 | * |
| 3008 | * Step 5 - Confirm Import Settings |
| 3009 | * |
| 3010 | *-------------------------------------------------------------------------*/ |
| 3011 | |
| 3012 | /*.wpallexport-plugin .wpallexport-step-5 .wpallexport-section .wpallexport-content-section{ |
| 3013 | border: none; |
| 3014 | -webkit-border-radius: 0px; |
| 3015 | -moz-border-radius: 0px; |
| 3016 | -o-border-radius: 0px; |
| 3017 | border-radius: 0px; |
| 3018 | border: 0px; |
| 3019 | background: none; |
| 3020 | margin: 0; |
| 3021 | padding: 0 10%; |
| 3022 | }*/ |
| 3023 | .wpallexport-plugin .wpallexport-step-5 .wpallexport-section .wpallexport-collapsed-content{ |
| 3024 | border-top: 1px solid #ebebeb; |
| 3025 | margin-top: 10px; |
| 3026 | padding-top: 10px; |
| 3027 | } |
| 3028 | .wpallexport-plugin .wpallexport-step-5 .wpallexport-section .wpallexport-collapsed-content p{ |
| 3029 | color: #777; |
| 3030 | background: url('../img/ui_4.0/logo_small.png') no-repeat; |
| 3031 | padding-left: 35px; |
| 3032 | min-height: 26px; |
| 3033 | line-height: 28px; |
| 3034 | } |
| 3035 | |
| 3036 | .wpallexport-plugin form.confirm{ |
| 3037 | margin-bottom: 20px; |
| 3038 | margin-top: 20px; |
| 3039 | text-align: center; |
| 3040 | } |
| 3041 | .wpallexport-plugin form.confirm input[type="submit"]{ |
| 3042 | background: #46ba69; |
| 3043 | padding: 20px 30px 20px 30px; |
| 3044 | color: #fff; |
| 3045 | border: none; |
| 3046 | font-weight: bold; |
| 3047 | cursor: pointer; |
| 3048 | } |
| 3049 | .wpallexport-plugin form.confirm a{ |
| 3050 | text-decoration: none; |
| 3051 | color: #777; |
| 3052 | } |
| 3053 | .wpallexport-plugin table.confirm ul { |
| 3054 | list-style: disc inside none; |
| 3055 | } |
| 3056 | .wpallexport-plugin table.confirm ul li ul{ |
| 3057 | margin-left: 20px; |
| 3058 | margin-top: 5px; |
| 3059 | list-style: circle inside none; |
| 3060 | } |
| 3061 | /*.wpallexport-plugin #download_log_separator, |
| 3062 | .wpallexport-plugin #download_log{ |
| 3063 | display: none; |
| 3064 | }*/ |
| 3065 | |
| 3066 | .wpallexport-plugin .wpallexport-ready-to-go{ |
| 3067 | /*background: url("../img/elements.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;*/ |
| 3068 | /*float: left;*/ |
| 3069 | /*margin-left: 40px;*/ |
| 3070 | /*margin-top: 25px;*/ |
| 3071 | /*padding-left: 80px;*/ |
| 3072 | /*text-align: left;*/ |
| 3073 | |
| 3074 | background: rgba(0, 0, 0, 0) url("../img/elements.png") no-repeat scroll 0 0 !important; |
| 3075 | height: 63px; |
| 3076 | margin-bottom: 20px; |
| 3077 | margin-left: 40px; |
| 3078 | margin-top: 25px; |
| 3079 | padding-left: 80px; |
| 3080 | position: relative; |
| 3081 | |
| 3082 | } |
| 3083 | .wpallexport-plugin .wpallexport-ready-to-go h3{ |
| 3084 | color: #425f9a; |
| 3085 | margin-bottom: 0; |
| 3086 | margin-top: 3px; |
| 3087 | font-size: 22px; |
| 3088 | line-height: 28px; |
| 3089 | } |
| 3090 | .wpallexport-plugin .wpallexport-ready-to-go h4{ |
| 3091 | color: #777; |
| 3092 | margin-top: 5px; |
| 3093 | font-size:18px; |
| 3094 | } |
| 3095 | .wpallexport-plugin .nothing_to_export{ |
| 3096 | background: url("../img/exclamation.png") no-repeat scroll 5px 5px rgba(0, 0, 0, 0) !important; |
| 3097 | } |
| 3098 | .wpallexport-plugin .wpallexport-is-continue{ |
| 3099 | text-align: left; |
| 3100 | float: left; |
| 3101 | margin: 12px 40px 12px 0px; |
| 3102 | } |
| 3103 | /*-------------------------------------------------------------------------- |
| 3104 | * |
| 3105 | * Step 6 - Processing |
| 3106 | * |
| 3107 | *-------------------------------------------------------------------------*/ |
| 3108 | |
| 3109 | .wpallexport-plugin .pmxi_error_msg{ |
| 3110 | color: #FF0000; |
| 3111 | display: block; |
| 3112 | font-size: 12px; |
| 3113 | line-height: 18px; |
| 3114 | padding: 2px; |
| 3115 | } |
| 3116 | .wpallexport-plugin .wpallexport-upload-process{ |
| 3117 | border: none; |
| 3118 | padding: 1px; |
| 3119 | } |
| 3120 | .wpallexport-plugin .wpallexport_process_parent_wrapper |
| 3121 | { |
| 3122 | margin-bottom: 20px; |
| 3123 | } |
| 3124 | .wpallexport-plugin .wpallexport_processbar{ |
| 3125 | text-align: center; |
| 3126 | visibility: hidden; |
| 3127 | height: 30px; |
| 3128 | margin-top: 18px; |
| 3129 | margin-bottom: 20px; |
| 3130 | background: #fff; |
| 3131 | color: #222222; |
| 3132 | position: relative; |
| 3133 | } |
| 3134 | .wpallexport-plugin .wpallexport_processbar div |
| 3135 | { |
| 3136 | background: #76d771; |
| 3137 | height: 30px; |
| 3138 | width: 0%; |
| 3139 | position: absolute; |
| 3140 | top:0; |
| 3141 | } |
| 3142 | .wpallexport-plugin .wpallexport_process_child_wrapper |
| 3143 | { |
| 3144 | height: 55px; |
| 3145 | overflow: hidden; |
| 3146 | } |
| 3147 | .wpallexport-plugin .wpallexport_process_child_wrapper .wpallexport_processbar |
| 3148 | { |
| 3149 | height: 10px; |
| 3150 | margin: 10px 0px 10px; |
| 3151 | } |
| 3152 | .wpallexport-plugin .wpallexport_process_child_wrapper .wpallexport_processbar div |
| 3153 | { |
| 3154 | width: 0%; |
| 3155 | height: 10px; |
| 3156 | } |
| 3157 | .wpallexport-plugin .export_progress{ |
| 3158 | color: #000000; |
| 3159 | font-size: 21px; |
| 3160 | /*font-weight: bold;*/ |
| 3161 | display: block; |
| 3162 | width: 100%; |
| 3163 | text-align: center; |
| 3164 | opacity: 1; |
| 3165 | position: relative; |
| 3166 | padding-top: 10px; |
| 3167 | } |
| 3168 | .wpallexport-plugin .export_progress .center_progress{ |
| 3169 | color:#46ba69; |
| 3170 | font-size: 60px; |
| 3171 | } |
| 3172 | .wpallexport-plugin .right_progress{ |
| 3173 | position: absolute; |
| 3174 | right: 0; |
| 3175 | color:#777; |
| 3176 | } |
| 3177 | .wpallexport-plugin .right_progress span{ |
| 3178 | color:#000; |
| 3179 | } |
| 3180 | .wpallexport-plugin .left_progress{ |
| 3181 | position: absolute; |
| 3182 | left: 0; |
| 3183 | color: #777; |
| 3184 | } |
| 3185 | .wpallexport-plugin .left_progress #then{ |
| 3186 | color:#000; |
| 3187 | } |
| 3188 | .wpallexport-plugin .wpallexport_process_child_wrapper .export_progress |
| 3189 | { |
| 3190 | font-size: 16px; |
| 3191 | padding: 0px; |
| 3192 | } |
| 3193 | .wpallexport-plugin .wpallexport_process_child_wrapper .center_progress |
| 3194 | { |
| 3195 | font-size: 20px; |
| 3196 | } |
| 3197 | .wpallexport-plugin #existing_meta_keys{ |
| 3198 | margin-bottom: 10px; |
| 3199 | padding: 2px; |
| 3200 | width: 580px; |
| 3201 | } |
| 3202 | .wpallexport-plugin #export_finished{ |
| 3203 | display: none; |
| 3204 | text-align: center; |
| 3205 | padding-top: 30px; |
| 3206 | } |
| 3207 | .wpallexport-plugin #export_finished .normal-tab p{ |
| 3208 | color: #777; |
| 3209 | font-size: 16px; |
| 3210 | } |
| 3211 | .wpallexport-plugin #export_finished .wp_all_export_download div.input{ |
| 3212 | display: inline-block; |
| 3213 | vertical-align: top; |
| 3214 | } |
| 3215 | .wpallexport-plugin #export_finished .wp_all_export_download div.input .button-primary{ |
| 3216 | width: 193px; |
| 3217 | background-image: none; |
| 3218 | } |
| 3219 | .wpallexport-plugin #export_finished .wp_all_export_download div.input span{ |
| 3220 | color: #777; |
| 3221 | display: block; |
| 3222 | font-size: 10px; |
| 3223 | } |
| 3224 | |
| 3225 | .wpallexport-plugin #export_finished .wpallexport-log-details{ |
| 3226 | display: none; |
| 3227 | } |
| 3228 | |
| 3229 | .wpallexport-plugin #export_finished .export_finished_icon{ |
| 3230 | /*background: url('../img/ui_4.0/export_finished.png') no-repeat center center;*/ |
| 3231 | width: 100%; |
| 3232 | height: 255px; |
| 3233 | margin: 40px 0; |
| 3234 | } |
| 3235 | .wpallexport-plugin #export_finished .normal-tab h1{ |
| 3236 | font-size: 48px; |
| 3237 | color: #46ba69; |
| 3238 | font-weight: normal; |
| 3239 | } |
| 3240 | .wpallexport-plugin #export_finished .normal-tab h3{ |
| 3241 | font-size: 21px; |
| 3242 | color: #777; |
| 3243 | font-weight: normal; |
| 3244 | line-height: 30px; |
| 3245 | } |
| 3246 | .wpallexport-plugin #export_finished .normal-tab h3 span{ |
| 3247 | color: #000; |
| 3248 | } |
| 3249 | .wpallexport-plugin #export_finished hr{ |
| 3250 | margin: 20px 15%; |
| 3251 | } |
| 3252 | .wpallexport-plugin #export_finished .normal-tab a{ |
| 3253 | color: #40acad; |
| 3254 | text-decoration: none; |
| 3255 | margin: 5px 10px; |
| 3256 | display: inline-block; |
| 3257 | height: 25px; |
| 3258 | } |
| 3259 | .wpallexport-plugin #process{ display:none; } |
| 3260 | .wpallexport-plugin .ui-widget-header{ |
| 3261 | -moz-border-radius: 4px; |
| 3262 | -khtml-border-radius: 4px; |
| 3263 | -webkit-border-radius: 4px; |
| 3264 | border-radius: 4px; |
| 3265 | } |
| 3266 | .wpallexport-plugin .ui-progressbar-value { |
| 3267 | background: #76d771 !important; |
| 3268 | border: none !important; |
| 3269 | -moz-border-radius: 8px; |
| 3270 | -khtml-border-radius: 8px; |
| 3271 | -webkit-border-radius: 8px; |
| 3272 | border-radius: 8px; |
| 3273 | } |
| 3274 | .wpallexport-plugin .wpallexport-modal-message{ |
| 3275 | background: none repeat scroll 0 0 yellow; |
| 3276 | color: red; |
| 3277 | padding: 4px; |
| 3278 | margin-top: 10px; |
| 3279 | display: none; |
| 3280 | } |
| 3281 | .wpallexport-plugin #logwrapper{ |
| 3282 | border: 1px solid #aaa; |
| 3283 | margin: 10px auto; |
| 3284 | } |
| 3285 | .wpallexport-plugin #loglist{ |
| 3286 | border: 1px solid #AAAAAA; |
| 3287 | height: 380px; |
| 3288 | overflow: auto; |
| 3289 | } |
| 3290 | .wpallexport-plugin #loglist > p{ |
| 3291 | margin: 0; |
| 3292 | padding: 3px 5px; |
| 3293 | } |
| 3294 | .wpallexport-plugin #loglist > p.odd{ |
| 3295 | background: #dfdfdf; |
| 3296 | } |
| 3297 | /*-------------------------------------------------------------------------- |
| 3298 | * |
| 3299 | * Reimport |
| 3300 | * |
| 3301 | *-------------------------------------------------------------------------*/ |
| 3302 | |
| 3303 | .wpallexport-plugin .info_ico{ |
| 3304 | background: url('../img/ui_4.0/info.png') 0 50% no-repeat; |
| 3305 | padding: 10px 10px 10px 40px; |
| 3306 | color: #777; |
| 3307 | } |
| 3308 | .wpallexport-plugin .drag_an_element_ico{ |
| 3309 | background: url('../img/ui_4.0/drag.png') 0 50% no-repeat; |
| 3310 | padding: 10px 10px 10px 40px; |
| 3311 | color: #777; |
| 3312 | } |
| 3313 | |
| 3314 | /*-------------------------------------------------------------------------- |
| 3315 | * |
| 3316 | * XML & CSV |
| 3317 | * |
| 3318 | *-------------------------------------------------------------------------*/ |
| 3319 | |
| 3320 | /*@+ XML representation */ |
| 3321 | .wpallexport-plugin .tag { |
| 3322 | position: fixed; |
| 3323 | max-width: 450px; |
| 3324 | top: 127px; |
| 3325 | padding-bottom: 20px; |
| 3326 | margin-right: 15px; |
| 3327 | width: 22%; |
| 3328 | } |
| 3329 | .wpallexport-plugin #wp-content-editor-tools{ |
| 3330 | background: #fff !important; |
| 3331 | } |
| 3332 | .wpallexport-plugin .tag .title { |
| 3333 | font-weight: bold; |
| 3334 | padding: 6px 8px; |
| 3335 | color: #464646; |
| 3336 | background: #fff; |
| 3337 | font-size: 12px; |
| 3338 | text-align: center; |
| 3339 | border: 1px solid #ddd; |
| 3340 | border-bottom: 1px solid #ddd; |
| 3341 | -moz-border-radius-topleft: 4px; |
| 3342 | -webkit-border-top-left-radius: 4px; |
| 3343 | border-top-left-radius: 4px; |
| 3344 | -moz-border-radius-topright: 4px; |
| 3345 | -webkit-border-top-right-radius: 4px; |
| 3346 | border-top-right-radius: 4px; |
| 3347 | } |
| 3348 | .wpallexport-plugin .tag .wpallexport-xml { |
| 3349 | /*max-height: 525px;*/ |
| 3350 | max-width: 450px; |
| 3351 | overflow: auto; |
| 3352 | border: 1px solid #ddd; |
| 3353 | border-top:none; |
| 3354 | -moz-border-radius-bottomright: 4px; |
| 3355 | -webkit-border-bottom-right-radius: 4px; |
| 3356 | border-bottom-right-radius: 4px; |
| 3357 | -moz-border-radius-bottomleft: 4px; |
| 3358 | -webkit-border-bottom-left-radius: 4px; |
| 3359 | border-bottom-left-radius: 4px; |
| 3360 | background: #fafafa; |
| 3361 | } |
| 3362 | .wpallexport-plugin .tag .navigation { |
| 3363 | /*float: right;*/ |
| 3364 | /*margin: 2px -12px 0 0;*/ |
| 3365 | margin-bottom: 3px; |
| 3366 | margin-top: 3px; |
| 3367 | } |
| 3368 | .wpallexport-plugin .tag .navigation a, |
| 3369 | .wpallexport-plugin .tag .navigation span, |
| 3370 | #post-preview .navigation a, |
| 3371 | #post-preview .navigation span { |
| 3372 | font-weight: bold; |
| 3373 | padding: 0 12px; |
| 3374 | text-decoration: none; |
| 3375 | height: 25px; |
| 3376 | } |
| 3377 | .wpallexport-plugin .tag .navigation span.out_of{ |
| 3378 | color:#777; |
| 3379 | margin-left: 0; |
| 3380 | } |
| 3381 | .wpallexport-plugin .tag .navigation .previous_element, |
| 3382 | #post-preview .navigation .previous_element{ |
| 3383 | float: left; |
| 3384 | background: url('../img/left_btn.png') 5% 0 no-repeat; |
| 3385 | margin-top: 10px; |
| 3386 | } |
| 3387 | .wpallexport-plugin .tag .navigation .next_element, |
| 3388 | #post-preview .navigation .next_element{ |
| 3389 | float: right; |
| 3390 | background: url('../img/right_btn.png') 95% 0 no-repeat; |
| 3391 | margin-top: 10px; |
| 3392 | } |
| 3393 | |
| 3394 | @media screen and (max-height: 900px) { |
| 3395 | .wpallexport-plugin .tag { |
| 3396 | padding-bottom: 0px; |
| 3397 | } |
| 3398 | .wpallexport-plugin .tag .wpallexport-xml { |
| 3399 | /*max-height: 400px;*/ |
| 3400 | } |
| 3401 | } |
| 3402 | |
| 3403 | .wpallexport-plugin .wpallexport-xml { |
| 3404 | /*padding-left: 15px;*/ |
| 3405 | overflow: auto; |
| 3406 | /*height: 92%;*/ |
| 3407 | } |
| 3408 | .wpallexport-plugin .wpallexport-xml .wpallexport-hasmenu{ |
| 3409 | -webkit-user-select: none; |
| 3410 | -khtml-user-select: none; |
| 3411 | -moz-user-select: none; |
| 3412 | -ms-user-select: none; |
| 3413 | user-select: none; |
| 3414 | } |
| 3415 | .wpallexport-plugin .wpallexport-xml .xml-element-xpaths{ |
| 3416 | /*display: none;*/ |
| 3417 | } |
| 3418 | .wpallexport-plugin .xml-element { |
| 3419 | border: 1px solid transparent; |
| 3420 | margin: 1px 1px 1px 0; |
| 3421 | } |
| 3422 | .wpallexport-plugin .xml-element .xml-element-xpaths{ |
| 3423 | /*display: none;*/ |
| 3424 | } |
| 3425 | .wpallexport-plugin .xml-element.selected > .xml-tag.opening .xml-tag-name { |
| 3426 | background-color: #B5E61D; |
| 3427 | } |
| 3428 | .wpallexport-plugin .xml-content { |
| 3429 | padding-left: 14px; |
| 3430 | max-width: 500px; |
| 3431 | overflow: hidden; |
| 3432 | } |
| 3433 | .wpallexport-plugin .xml-content.collapsed { |
| 3434 | display: none; |
| 3435 | } |
| 3436 | .wpallexport-plugin .xml-content.textonly.short { |
| 3437 | padding-left: 0px; |
| 3438 | display: inline; |
| 3439 | } |
| 3440 | .wpallexport-plugin .xml-content.textonly.cdata{ |
| 3441 | color: #a50; |
| 3442 | } |
| 3443 | .wpallexport-plugin .xml-tag { |
| 3444 | display: inline; |
| 3445 | } |
| 3446 | .wpallexport-plugin .xml-tag-name, |
| 3447 | .wpallexport-plugin .csv-tag-name { |
| 3448 | color: #40acad; |
| 3449 | font-weight: bold; |
| 3450 | } |
| 3451 | .wpallexport-plugin .xml-tag.opening .xml-tag-name { |
| 3452 | cursor: pointer; |
| 3453 | } |
| 3454 | .wpallexport-plugin .wpallexport-xml .xml-tag.opening .xml-tag-name{ |
| 3455 | cursor: default; |
| 3456 | } |
| 3457 | .wpallexport-plugin .xml-attr-name { |
| 3458 | font-weight: bold; |
| 3459 | cursor: pointer; |
| 3460 | } |
| 3461 | .wpallexport-plugin .xml-attr-value { |
| 3462 | color: blue; |
| 3463 | } |
| 3464 | .wpallexport-plugin .xml-expander { |
| 3465 | display: inline-block; |
| 3466 | width: 12px; |
| 3467 | margin-left: -12px; |
| 3468 | -moz-user-select: none; |
| 3469 | -khtml-user-select: none; |
| 3470 | -webkit-user-select: none; |
| 3471 | user-select: none; |
| 3472 | cursor: pointer; |
| 3473 | font-family: monospace; |
| 3474 | line-height: 100%; |
| 3475 | text-align: left; |
| 3476 | color: red; |
| 3477 | } |
| 3478 | .wpallexport-plugin .xml-more { |
| 3479 | color: red; |
| 3480 | font-size: 80%; |
| 3481 | } |
| 3482 | .wpallexport-plugin .xml.resetable .xml-element.lvl-mod4-3 > .xml-content { |
| 3483 | margin-left: -59px; |
| 3484 | margin-right: -8px; |
| 3485 | background-color: #fff; |
| 3486 | border: 1px dashed #906; |
| 3487 | border-left: 1px solid #906; |
| 3488 | border-right: none; |
| 3489 | } |
| 3490 | .wpallexport-plugin .xml.resetable .xml-element.lvl-mod4-3 > .xml-content.short { |
| 3491 | margin-left: 0; |
| 3492 | margin-right: 0; |
| 3493 | border: none; |
| 3494 | background-color: inherit; |
| 3495 | } |
| 3496 | .wpallexport-plugin .wpallexport-xml .xml-element.lvl-0 .xml-tag .xml-tag-name{ |
| 3497 | color: #46ba69; |
| 3498 | } |
| 3499 | .wpallexport-plugin .wpallexport-xml .xml-element.lvl-1 .xml-tag .xml-tag-name{ |
| 3500 | color: #40acad; |
| 3501 | } |
| 3502 | /*.wpallexport-plugin .csv_element .is_numeric{ |
| 3503 | text-align: right; |
| 3504 | }*/ |
| 3505 | .wpallexport-plugin .csv-content{ |
| 3506 | overflow: hidden; |
| 3507 | margin-bottom: 15px; |
| 3508 | margin-top: 15px; |
| 3509 | padding-right: 15px; |
| 3510 | } |
| 3511 | .wpallexport-plugin .csv_element .csv-tag, |
| 3512 | .wpallexport-plugin .csv_element .xml-content{ |
| 3513 | width: 46%; |
| 3514 | /*border: 1px solid #ccc;*/ |
| 3515 | padding: 3px !important; |
| 3516 | display: block; |
| 3517 | float: left; |
| 3518 | } |
| 3519 | .wpallexport-plugin .wpallexport-choose-elements .csv_element .csv-tag{ |
| 3520 | width: 25%; |
| 3521 | } |
| 3522 | .wpallexport-plugin .wpallexport-choose-elements .csv_element .xml-content{ |
| 3523 | width: 70%; |
| 3524 | } |
| 3525 | .wpallexport-plugin .csv_element .csv-tag{ |
| 3526 | border-right: 1px solid #CCCCCC; |
| 3527 | margin-right: -1px; |
| 3528 | } |
| 3529 | .wpallexport-plugin .csv_element .xml-content{ |
| 3530 | border-left: 1px solid #ccc; |
| 3531 | width: 48%; |
| 3532 | } |
| 3533 | .wpallexport-plugin .csv_element{ |
| 3534 | border: 1px solid #ccc; |
| 3535 | overflow: hidden; |
| 3536 | width: 100%; |
| 3537 | background: #fff; |
| 3538 | } |
| 3539 | .wpallexport-plugin .csv_element.lvl-0{ |
| 3540 | border: none; |
| 3541 | } |
| 3542 | /* xml table representation */ |
| 3543 | .wpallexport-plugin tr.xml-element.selected .xml-tag.opening .xml-tag-name { |
| 3544 | background-color: #B5E61D; |
| 3545 | } |
| 3546 | .wpallexport-plugin table.wpallexport-xml td { |
| 3547 | padding-left: 20px; |
| 3548 | } |
| 3549 | .wpallexport-plugin table.wpallexport-xml td:first-child { |
| 3550 | width: 1px; |
| 3551 | padding-left: 0px; |
| 3552 | } |
| 3553 | |
| 3554 | .wpallexport-plugin table.wpallexport-xml, |
| 3555 | .wpallexport-plugin table.wpallexport-xml table { |
| 3556 | width: 100%; |
| 3557 | border-collapse:collapse; |
| 3558 | border-spacing:0; |
| 3559 | } |
| 3560 | .product_variations { |
| 3561 | display: block; |
| 3562 | } |
| 3563 | |
| 3564 | .wpallexport-plugin .product_variations input { |
| 3565 | margin-bottom: 0; |
| 3566 | } |
| 3567 | |
| 3568 | .wpallexport-plugin .wpallexport-custom-xml-template .cdata label { |
| 3569 | vertical-align: 0px; |
| 3570 | } |
| 3571 | |
| 3572 | .wpallexport-plugin .wpallexport-custom-xml-template .cdata input { |
| 3573 | vertical-align: -2px; |
| 3574 | } |
| 3575 | /*@*/ |
| 3576 | |
| 3577 | /*-------------------------------------------------------------------------- |
| 3578 | * |
| 3579 | * Manage Imports |
| 3580 | * |
| 3581 | *-------------------------------------------------------------------------*/ |
| 3582 | |
| 3583 | /*@+ table list */ |
| 3584 | .wpallexport-plugin table.widefat th { |
| 3585 | white-space: nowrap; |
| 3586 | } |
| 3587 | .wpallexport-plugin table.widefat th.ASC a { |
| 3588 | background-image: url("../img/screen-options-right-up.gif"); |
| 3589 | background-repeat: no-repeat; |
| 3590 | background-position: right center; |
| 3591 | padding-right: 19px; |
| 3592 | } |
| 3593 | .wpallexport-plugin table.widefat th.DESC a { |
| 3594 | background-image: url("../img/screen-options-right.gif"); |
| 3595 | background-repeat: no-repeat; |
| 3596 | background-position: right center; |
| 3597 | padding-right: 19px; |
| 3598 | } |
| 3599 | |
| 3600 | .wpallexport-plugin table.widefat.pmxi-admin-imports th.column-id { |
| 3601 | width: 35px; |
| 3602 | } |
| 3603 | .wpallexport-plugin table.widefat.pmxi-admin-imports th.column-scheduled { |
| 3604 | width: 85px; |
| 3605 | } |
| 3606 | .wpallexport-plugin table.widefat.pmxi-admin-imports th.column-registered_on { |
| 3607 | width: 130px; |
| 3608 | } |
| 3609 | .wpallexport-plugin table.widefat.pmxi-admin-imports th.column-post_count { |
| 3610 | width: 105px; |
| 3611 | } |
| 3612 | .wpallexport-plugin .wpallexport-disabled{ |
| 3613 | color: #888 !important; |
| 3614 | } |
| 3615 | /*@*/ |
| 3616 | /*.wpallexport-plugin .pmxi-admin-imports a.delete{ |
| 3617 | color: #FF0000; |
| 3618 | font-size: 18px; |
| 3619 | font-weight: bold; |
| 3620 | padding-top: 35px; |
| 3621 | vertical-align: middle; |
| 3622 | }*/ |
| 3623 | .wpallexport-plugin table.wpallexport-layout{width:100%; margin-bottom: 100px;} |
| 3624 | .wpallexport-plugin table.wpallexport-layout td.left{float:left;} |
| 3625 | .wpallexport-plugin table.wpallexport-layout td.right{float:right;} |
| 3626 | |
| 3627 | .wpallexport-plugin .manage-column.check-column, |
| 3628 | .wpallexport-plugin #the-pmxi-admin-import-list .check-column{ |
| 3629 | padding: 10px; |
| 3630 | } |
| 3631 | |
| 3632 | /*-------------------------------------------------------------------------- |
| 3633 | * |
| 3634 | * Setting Page |
| 3635 | * |
| 3636 | *-------------------------------------------------------------------------*/ |
| 3637 | |
| 3638 | /*@+ Setting Form */ |
| 3639 | .wpallexport-plugin form.settings { |
| 3640 | /*padding: 1px 12px;*/ |
| 3641 | } |
| 3642 | /*@*/ |
| 3643 | .wpallexport-plugin form.settings p{ |
| 3644 | /*font-size: 14px !important;*/ |
| 3645 | } |
| 3646 | .wpallexport-plugin form.settings .wpallexport-header{ |
| 3647 | overflow: hidden; |
| 3648 | height: 70px; |
| 3649 | padding-top: 10px; |
| 3650 | } |
| 3651 | |
| 3652 | .wpallexport-plugin .wpallexport-setting-wrapper{ |
| 3653 | clear: both; |
| 3654 | overflow: hidden; |
| 3655 | margin: 15px 0; |
| 3656 | } |
| 3657 | .wpallexport-plugin .wpallexport-setting-label{ |
| 3658 | width: 250px; |
| 3659 | float: left; |
| 3660 | padding-top: 10px; |
| 3661 | font-weight: bold; |
| 3662 | } |
| 3663 | .wpallexport-plugin .wpallexport-setting{ |
| 3664 | float: left; |
| 3665 | width: 600px; |
| 3666 | } |
| 3667 | .wpallexport-plugin .wpallexport-setting-note{ |
| 3668 | color: #777; |
| 3669 | margin-top: 2px; |
| 3670 | } |
| 3671 | |
| 3672 | .wpallexport-plugin .save_action, |
| 3673 | .wpallexport-plugin .delete_action, |
| 3674 | .wpallexport-plugin .preview_action, |
| 3675 | .wpallexport-plugin .close_action{ |
| 3676 | -moz-border-radius: 4px; |
| 3677 | -khtml-border-radius: 4px; |
| 3678 | -webkit-border-radius: 4px; |
| 3679 | border-radius: 4px; |
| 3680 | position: absolute; |
| 3681 | background: #40acad; |
| 3682 | padding: 9px 15px; |
| 3683 | color:#fff !important; |
| 3684 | cursor: pointer; |
| 3685 | width: 80px; |
| 3686 | } |
| 3687 | |
| 3688 | .wpallexport-plugin .save_action{ |
| 3689 | bottom: 14px; |
| 3690 | right: 15px; |
| 3691 | background: #425f9a; |
| 3692 | float: right; |
| 3693 | } |
| 3694 | |
| 3695 | .wpallexport-plugin .preview_action{ |
| 3696 | bottom: 14px; |
| 3697 | background: #40acad; |
| 3698 | margin-left: 5px; |
| 3699 | } |
| 3700 | |
| 3701 | .wpallexport-plugin .delete_action{ |
| 3702 | left: 113px; |
| 3703 | bottom: 14px; |
| 3704 | background: #e14d43; |
| 3705 | margin-left: 5px; |
| 3706 | } |
| 3707 | |
| 3708 | .wpallexport-plugin .close_action{ |
| 3709 | width: 85px; |
| 3710 | left: 20px; |
| 3711 | bottom: 14px; |
| 3712 | background: url("../img/remove.png") no-repeat scroll 10px 10px #e4e6e6; |
| 3713 | color: #777 !important; |
| 3714 | padding: 9px 25px 9px 30px; |
| 3715 | } |
| 3716 | |
| 3717 | .wpallexport-plugin .save_action.disabled, |
| 3718 | .wpallexport-plugin .delete_action.disabled, |
| 3719 | .wpallexport-plugin .preview_action.disabled, |
| 3720 | .wpallexport-plugin .close_action.disabled{ |
| 3721 | background: #e4e6e6; |
| 3722 | cursor: default !important; |
| 3723 | color: #B3B3B3 !important |
| 3724 | } |
| 3725 | |
| 3726 | .wpallexport-plugin .save_action.disabled:focus, |
| 3727 | .wpallexport-plugin .preview_action.disabled:focus |
| 3728 | { |
| 3729 | outline: none; |
| 3730 | } |
| 3731 | |
| 3732 | .wpallexport-plugin .wpae-custom-field ul li{ |
| 3733 | margin-left: 15px; |
| 3734 | } |
| 3735 | |
| 3736 | .wpallexport-plugin .function-editor, |
| 3737 | .wpallexport-plugin .client-mode-settings { |
| 3738 | margin-top: 2em; |
| 3739 | } |
| 3740 | |
| 3741 | .wpallexport-plugin .settings .submit-buttons { |
| 3742 | margin-top: 30px; |
| 3743 | margin-bottom: 30px; |
| 3744 | } |
| 3745 | /*-------------------------------------------------------------------------- |
| 3746 | * |
| 3747 | * Media Queries |
| 3748 | * |
| 3749 | *-------------------------------------------------------------------------*/ |
| 3750 | |
| 3751 | @media screen and (min-width: 1630px) and (max-width: 1730px) { |
| 3752 | |
| 3753 | .wpallexport-plugin .change_file a.wpallexport-import-from{ |
| 3754 | width: 320px; |
| 3755 | } |
| 3756 | .wpallexport-plugin .wpallexport-export-template tbody tr td.left{ |
| 3757 | width: 78%; |
| 3758 | } |
| 3759 | } |
| 3760 | |
| 3761 | @media screen and (min-width: 1530px) and (max-width: 1629px) { |
| 3762 | |
| 3763 | .wpallexport-plugin .change_file a.wpallexport-import-from{ |
| 3764 | width: 295px; |
| 3765 | } |
| 3766 | |
| 3767 | .wpallexport-plugin .wpallexport-export-template tbody tr td.left{ |
| 3768 | width: 78%; |
| 3769 | } |
| 3770 | } |
| 3771 | |
| 3772 | @media screen and (min-width: 1416px) and (max-width: 1529px) { |
| 3773 | |
| 3774 | .wpallexport-plugin .change_file a.wpallexport-import-from{ |
| 3775 | width: 270px; |
| 3776 | } |
| 3777 | |
| 3778 | .wpallexport-plugin .pmxi-admin-imports tr td em{ |
| 3779 | display: block; |
| 3780 | max-width: 585px; |
| 3781 | } |
| 3782 | |
| 3783 | .wpallexport-plugin .wpallexport-export-template tbody tr td.left{ |
| 3784 | width: 78%; |
| 3785 | } |
| 3786 | } |
| 3787 | |
| 3788 | @media screen and (min-width: 1350px) and (max-width: 1415px) { |
| 3789 | |
| 3790 | .wpallexport-plugin .wpallexport-wrapper{ |
| 3791 | width: 100%; |
| 3792 | } |
| 3793 | |
| 3794 | .wpallexport-plugin .wpallexport-step-1 .wpallexport-wrapper, .wpallexport-plugin .wpallexport-step-6.wpallexport-wrapper{ |
| 3795 | width: 1120px; |
| 3796 | } |
| 3797 | /*.wpallexport-plugin a.wpallexport-import-from{ |
| 3798 | width: 340px; |
| 3799 | }*/ |
| 3800 | .wpallexport-plugin .change_file a.wpallexport-import-from{ |
| 3801 | width: 220px; |
| 3802 | font-size: 15px; |
| 3803 | } |
| 3804 | .wpallexport-plugin .wpallexport-custom-fields textarea{ |
| 3805 | width: 60% !important; |
| 3806 | } |
| 3807 | .wpallexport-plugin .pmxi-admin-imports tr td em{ |
| 3808 | display: block; |
| 3809 | max-width: 525px; |
| 3810 | } |
| 3811 | .wpallexport-plugin .wpallexport-extra-text-left{ |
| 3812 | width: 36%; |
| 3813 | } |
| 3814 | .wpallexport-plugin .wpallexport-extra-text-right{ |
| 3815 | width: 37%; |
| 3816 | } |
| 3817 | .wpallexport-plugin .wpallexport-is-continue{ |
| 3818 | margin: 12px 10px 12px 0; |
| 3819 | } |
| 3820 | .wpallexport-plugin .wpallexport-choose-import-direction[rel="new"]{ |
| 3821 | margin-left: -14%; |
| 3822 | } |
| 3823 | .wpallexport-plugin .wpallexport-choose-import-direction[rel="matching"]{ |
| 3824 | margin-left: -13%; |
| 3825 | } |
| 3826 | .wpallexport-plugin .wpallexport-export-template tbody tr td.left{ |
| 3827 | width: 76%; |
| 3828 | } |
| 3829 | } |
| 3830 | |
| 3831 | @media screen and (min-width: 1250px) and (max-width: 1349px) { |
| 3832 | .wpallexport-plugin .wpallexport-wrapper{ |
| 3833 | width: 100%; |
| 3834 | } |
| 3835 | |
| 3836 | .wpallexport-plugin .wpallexport-step-1 .wpallexport-wrapper, .wpallexport-plugin .wpallexport-step-6.wpallexport-wrapper{ |
| 3837 | width: 1020px; |
| 3838 | } |
| 3839 | .wpallexport-plugin .change_file .wpallexport-import-types h3{ |
| 3840 | font-size: 22px; |
| 3841 | } |
| 3842 | .wpallexport-plugin .change_file a.wpallexport-import-from{ |
| 3843 | width: 220px; |
| 3844 | font-size: 15px; |
| 3845 | } |
| 3846 | .wpallexport-plugin .wpallexport-custom-fields textarea{ |
| 3847 | width: 55% !important; |
| 3848 | } |
| 3849 | .wpallexport-plugin .pmxi-admin-imports tr td em{ |
| 3850 | display: block; |
| 3851 | max-width: 425px; |
| 3852 | } |
| 3853 | .wpallexport-plugin .wpallexport-extra-text-left{ |
| 3854 | width: 35%; |
| 3855 | } |
| 3856 | .wpallexport-plugin .wpallexport-extra-text-right{ |
| 3857 | width: 35%; |
| 3858 | } |
| 3859 | .wpallexport-plugin .wpallexport-is-continue{ |
| 3860 | margin: 12px 10px 12px 0; |
| 3861 | } |
| 3862 | .wpallexport-plugin .wpallexport-choose-import-direction[rel="new"]{ |
| 3863 | margin-left: -17%; |
| 3864 | } |
| 3865 | .wpallexport-plugin .wpallexport-choose-import-direction[rel="matching"]{ |
| 3866 | margin-left: -16%; |
| 3867 | } |
| 3868 | /*.wpallexport-plugin form.wpallexport-step-3{ |
| 3869 | width: 60%; |
| 3870 | }*/ |
| 3871 | .wpallexport-plugin .wpallexport-export-template tbody tr td.left{ |
| 3872 | width: 74%; |
| 3873 | } |
| 3874 | } |
| 3875 | |
| 3876 | @media screen and (min-width: 1150px) and (max-width: 1249px) { |
| 3877 | .wpallexport-plugin .wpallexport-wrapper{ |
| 3878 | width: 100%; |
| 3879 | } |
| 3880 | |
| 3881 | .wpallexport-plugin .wpallexport-step-1 .wpallexport-wrapper, .wpallexport-plugin .wpallexport-step-6.wpallexport-wrapper{ |
| 3882 | width: 920px; |
| 3883 | } |
| 3884 | /*.wpallexport-plugin a.wpallexport-import-from{ |
| 3885 | width: 260px; |
| 3886 | }*/ |
| 3887 | .wpallexport-plugin .wpallexport-upload-type-container{ |
| 3888 | padding: 0 40px; |
| 3889 | } |
| 3890 | /* .wpallexport-plugin .wpallexport-ready-to-go h4, |
| 3891 | .wpallexport-plugin .ajax-console .founded_records h4{ |
| 3892 | font-size: 18px; |
| 3893 | } |
| 3894 | */ .wpallexport-plugin #pmxi_add_rule{ |
| 3895 | padding: 13px 25px 10px 50px; |
| 3896 | } |
| 3897 | .wpallexport-plugin #process_notice, |
| 3898 | .wpallexport-plugin #export_finished h3{ |
| 3899 | font-size: 16px; |
| 3900 | } |
| 3901 | .wpallexport-plugin .change_file .wpallexport-import-types{ |
| 3902 | margin-top: 15px; |
| 3903 | } |
| 3904 | .wpallexport-plugin .change_file .wpallexport-import-types h3{ |
| 3905 | font-size: 18px; |
| 3906 | } |
| 3907 | .wpallexport-plugin .change_file a.wpallexport-import-from{ |
| 3908 | width: 190px; |
| 3909 | font-size: 12px; |
| 3910 | } |
| 3911 | .wpallexport-plugin .wpallexport-custom-fields textarea{ |
| 3912 | width: 50% !important; |
| 3913 | } |
| 3914 | .wpallexport-plugin .pmxi-admin-imports tr td em{ |
| 3915 | display: block; |
| 3916 | max-width: 325px; |
| 3917 | } |
| 3918 | .wpallexport-plugin .wpallexport-extra-text-left{ |
| 3919 | width: 33%; |
| 3920 | } |
| 3921 | .wpallexport-plugin .wpallexport-extra-text-right{ |
| 3922 | width: 34%; |
| 3923 | } |
| 3924 | .wpallexport-plugin .wpallexport-new-records, |
| 3925 | .wpallexport-plugin .wpallexport-existing-records{ |
| 3926 | font-size: 16px; |
| 3927 | } |
| 3928 | .wpallexport-plugin .wpallexport-is-continue{ |
| 3929 | margin: 12px 10px 12px 0; |
| 3930 | } |
| 3931 | .wpallexport-plugin .wpallexport-choose-import-direction[rel="new"]{ |
| 3932 | margin-left: -17%; |
| 3933 | } |
| 3934 | .wpallexport-plugin .wpallexport-choose-import-direction[rel="matching"]{ |
| 3935 | margin-left: -16%; |
| 3936 | } |
| 3937 | /*.wpallexport-plugin form.wpallexport-step-3{ |
| 3938 | width: 55%; |
| 3939 | }*/ |
| 3940 | .wpallexport-plugin .wpallexport-export-template tbody tr td.left{ |
| 3941 | width: 71%; |
| 3942 | } |
| 3943 | } |
| 3944 | @media screen and (min-width: 1050px) and (max-width: 1149px) { |
| 3945 | /*.wpallexport-plugin form.wpallexport-step-3{ |
| 3946 | width: 55%; |
| 3947 | }*/ |
| 3948 | .wpallexport-plugin .wpallexport-wrapper{ |
| 3949 | width: 100%; |
| 3950 | } |
| 3951 | |
| 3952 | .wpallexport-plugin .wpallexport-step-1 .wpallexport-wrapper, .wpallexport-plugin .wpallexport-step-6.wpallexport-wrapper{ |
| 3953 | width: 800px; |
| 3954 | } |
| 3955 | /*.wpallexport-plugin a.wpallexport-import-from{ |
| 3956 | width: 230px; |
| 3957 | font-size: 15px; |
| 3958 | }*/ |
| 3959 | .wpallexport-plugin .wpallexport-upload-type-container{ |
| 3960 | padding: 0 40px; |
| 3961 | } |
| 3962 | /* .wpallexport-plugin .wpallexport-ready-to-go h4, |
| 3963 | .wpallexport-plugin .ajax-console .founded_records h4{ |
| 3964 | font-size: 14px; |
| 3965 | }*/ |
| 3966 | .wpallexport-plugin form.confirm input[type="submit"]{ |
| 3967 | padding: 20px 10px 20px 10px; |
| 3968 | } |
| 3969 | .wpallexport-plugin #process_notice, |
| 3970 | .wpallexport-plugin #export_finished h3{ |
| 3971 | font-size: 14px; |
| 3972 | } |
| 3973 | .wpallexport-plugin .export_progress{ |
| 3974 | font-size: 16px; |
| 3975 | } |
| 3976 | .wpallexport-plugin .change_file .wpallexport-import-types{ |
| 3977 | margin-top: 15px; |
| 3978 | } |
| 3979 | .wpallexport-plugin .change_file .wpallexport-import-types h3{ |
| 3980 | font-size: 18px; |
| 3981 | } |
| 3982 | .wpallexport-plugin .change_file a.wpallexport-import-from{ |
| 3983 | width: 150px; |
| 3984 | font-size: 0px; |
| 3985 | } |
| 3986 | .wpallexport-plugin .change_file a.wpallexport-import-from .wpallexport-icon{ |
| 3987 | left: 0 !important; |
| 3988 | } |
| 3989 | .wpallexport-plugin .wpallexport-custom-fields textarea{ |
| 3990 | width: 45% !important; |
| 3991 | } |
| 3992 | .wpallexport-plugin .pmxi-admin-imports tr td em{ |
| 3993 | display: block; |
| 3994 | max-width: 235px; |
| 3995 | } |
| 3996 | .wpallexport-plugin .wpallexport-extra-text-left{ |
| 3997 | width: 30%; |
| 3998 | } |
| 3999 | .wpallexport-plugin .wpallexport-extra-text-right{ |
| 4000 | width: 31%; |
| 4001 | } |
| 4002 | .wpallexport-plugin .wpallexport-new-records, |
| 4003 | .wpallexport-plugin .wpallexport-existing-records{ |
| 4004 | font-size: 12px; |
| 4005 | } |
| 4006 | .wpallexport-plugin .wpallexport-is-continue{ |
| 4007 | margin: 12px 10px 12px 0; |
| 4008 | } |
| 4009 | /* .wpallexport-plugin .wpallexport-ready-to-go h3{ |
| 4010 | line-height: 20px; |
| 4011 | margin-top: 10px; |
| 4012 | }*/ |
| 4013 | .wpallexport-plugin .wpallexport-choose-import-direction[rel="new"]{ |
| 4014 | margin-left: -17%; |
| 4015 | } |
| 4016 | .wpallexport-plugin .wpallexport-choose-import-direction[rel="matching"]{ |
| 4017 | margin-left: -16%; |
| 4018 | } |
| 4019 | .wpallexport-plugin .wpallexport-export-template tbody tr td.left{ |
| 4020 | width: 67%; |
| 4021 | } |
| 4022 | } |
| 4023 | @media screen and (max-width: 1049px) { |
| 4024 | .wpallexport-plugin .wpallexport-wrapper{ |
| 4025 | width: 100%; |
| 4026 | } |
| 4027 | |
| 4028 | .wpallexport-plugin .wpallexport-step-1 .wpallexport-wrapper, .wpallexport-plugin .wpallexport-step-6.wpallexport-wrapper{ |
| 4029 | width: 760px; |
| 4030 | } |
| 4031 | /*.wpallexport-plugin a.wpallexport-import-from{ |
| 4032 | width: 220px; |
| 4033 | font-size: 15px; |
| 4034 | }*/ |
| 4035 | .wpallexport-plugin .wpallexport-upload-type-container{ |
| 4036 | padding: 0 40px; |
| 4037 | } |
| 4038 | .wpallexport-plugin .wpallexport-import-to{ |
| 4039 | width: 330px; |
| 4040 | } |
| 4041 | /* .wpallexport-plugin .wpallexport-ready-to-go h4, |
| 4042 | .wpallexport-plugin .ajax-console .founded_records h4{ |
| 4043 | font-size: 13px; |
| 4044 | }*/ |
| 4045 | .wpallexport-plugin form.confirm input[type="submit"]{ |
| 4046 | padding: 20px 10px 20px 10px; |
| 4047 | } |
| 4048 | .wpallexport-plugin #process_notice, |
| 4049 | .wpallexport-plugin #export_finished h3{ |
| 4050 | font-size: 13px; |
| 4051 | } |
| 4052 | .wpallexport-plugin .export_progress{ |
| 4053 | font-size: 16px; |
| 4054 | } |
| 4055 | |
| 4056 | .wpallexport-plugin .change_file .wpallexport-import-types{ |
| 4057 | margin-top: 15px; |
| 4058 | } |
| 4059 | .wpallexport-plugin .change_file .wpallexport-import-types h3{ |
| 4060 | font-size: 14px; |
| 4061 | } |
| 4062 | .wpallexport-plugin .change_file a.wpallexport-import-from{ |
| 4063 | width: 130px; |
| 4064 | font-size: 0px; |
| 4065 | } |
| 4066 | .wpallexport-plugin .change_file a.wpallexport-import-from .wpallexport-icon{ |
| 4067 | left: 0 !important; |
| 4068 | } |
| 4069 | .wpallexport-plugin .change_file #select-files{ |
| 4070 | font-size: 14px; |
| 4071 | } |
| 4072 | .wpallexport-plugin .wpallexport-import-to.wpallexport-to-new-items span.wpallexport-import-to-title:before{ |
| 4073 | left: 25%; |
| 4074 | } |
| 4075 | .wpallexport-plugin .wpallexport-import-to.wpallexport-to-existing-items span.wpallexport-import-to-title:before{ |
| 4076 | left: 20%; |
| 4077 | } |
| 4078 | .wpallexport-plugin .wpallexport-custom-fields textarea{ |
| 4079 | width: 45% !important; |
| 4080 | } |
| 4081 | .wpallexport-plugin .pmxi-admin-imports tr td em{ |
| 4082 | display: block; |
| 4083 | max-width: 225px; |
| 4084 | } |
| 4085 | .wpallexport-plugin .wpallexport-extra-text-left{ |
| 4086 | width: 29%; |
| 4087 | } |
| 4088 | .wpallexport-plugin .wpallexport-extra-text-right{ |
| 4089 | width: 30%; |
| 4090 | } |
| 4091 | .wpallexport-plugin .wpallexport-new-records, |
| 4092 | .wpallexport-plugin .wpallexport-existing-records{ |
| 4093 | font-size: 11px; |
| 4094 | } |
| 4095 | /* .wpallexport-plugin .wpallexport-ready-to-go{ |
| 4096 | padding-left: 70px; |
| 4097 | }*/ |
| 4098 | .wpallexport-plugin .wpallexport-is-continue{ |
| 4099 | margin: 12px 10px 12px 0; |
| 4100 | } |
| 4101 | /* .wpallexport-plugin .wpallexport-ready-to-go h3{ |
| 4102 | line-height: 20px; |
| 4103 | margin-top: 10px; |
| 4104 | }*/ |
| 4105 | .wpallexport-plugin .wpallexport-choose-import-direction[rel="new"]{ |
| 4106 | margin-left: -17%; |
| 4107 | } |
| 4108 | .wpallexport-plugin .wpallexport-choose-import-direction[rel="matching"]{ |
| 4109 | margin-left: -16%; |
| 4110 | } |
| 4111 | /*.wpallexport-plugin form.wpallexport-step-3{ |
| 4112 | width: 55%; |
| 4113 | }*/ |
| 4114 | .wpallexport-plugin .wpallexport-export-template tbody tr td.left{ |
| 4115 | width: 65%; |
| 4116 | } |
| 4117 | } |
| 4118 | |
| 4119 | .wpallexport-plugin .wpallimport-notify-wrapper .found_records.terminated, .wpallexport-plugin .found_records.terminated { |
| 4120 | background: url(../img/ui_4.0/exclamation.png) no-repeat !important; |
| 4121 | } |
| 4122 | |
| 4123 | .wpallexport-plugin .wpallexport-notify-wrapper .found_records { |
| 4124 | padding-left: 80px; |
| 4125 | margin-bottom: 0; |
| 4126 | margin-left: 40px; |
| 4127 | margin-top: 35px; |
| 4128 | margin-bottom: 20px; |
| 4129 | position: relative; |
| 4130 | } |
| 4131 | |
| 4132 | .wpallexport-plugin .wpallexport-notify-wrapper .found_records h3 { |
| 4133 | color: #425f9a; |
| 4134 | margin-bottom: 0; |
| 4135 | margin-top: 3px; |
| 4136 | font-size: 22px; |
| 4137 | line-height: 28px; |
| 4138 | } |
| 4139 | |
| 4140 | .wpallexport-plugin .wpallexport-notify-wrapper .found_records h4 { |
| 4141 | color: #777; |
| 4142 | margin-top: 5px; |
| 4143 | font-size: 20px; |
| 4144 | } |
| 4145 | |
| 4146 | /** GENERAL EXPORT SUCCESS PAGE **/ |
| 4147 | #export_finished ul.success-tabs { |
| 4148 | margin-bottom: 0; |
| 4149 | } |
| 4150 | |
| 4151 | #export_finished .success-tabs li.tab { |
| 4152 | display: inline-block; |
| 4153 | width: 140px; |
| 4154 | height: 20px; |
| 4155 | padding: 14px; |
| 4156 | border: 1px solid #ddd; |
| 4157 | border-bottom: 0; |
| 4158 | color:#777; |
| 4159 | font-weight: bold; |
| 4160 | font-size: 14px;; |
| 4161 | margin-left: 0; |
| 4162 | margin-bottom: 0; |
| 4163 | margin-right: 2px; |
| 4164 | border-top-right-radius: 3px; |
| 4165 | border-top-left-radius: 3px; |
| 4166 | cursor: pointer; |
| 4167 | user-select: none; |
| 4168 | } |
| 4169 | |
| 4170 | #export_finished .success-tabs li.tab:hover, #export_finished .success-tabs li.tab.selected { |
| 4171 | background-color: #425f9a; |
| 4172 | color: #fff; |
| 4173 | } |
| 4174 | |
| 4175 | #export_finished .tab-content { |
| 4176 | min-height:300px; |
| 4177 | width: 870px; |
| 4178 | display:none; |
| 4179 | margin-left: auto; |
| 4180 | margin-right: auto; |
| 4181 | padding: 0 20px 20px; |
| 4182 | transition: 1.2s ease-out; |
| 4183 | } |
| 4184 | |
| 4185 | #export_finished .tab-content.selected { |
| 4186 | display: block; |
| 4187 | } |
| 4188 | |
| 4189 | |
| 4190 | |
| 4191 | #export_finished #tab1-content button, #export_finished #tab4-content button { |
| 4192 | text-shadow: none; |
| 4193 | } |
| 4194 | |
| 4195 | .subscribe-button-text { |
| 4196 | text-shadow: none!important; |
| 4197 | } |
| 4198 | |
| 4199 | #export_finished #tab2-content .wrap { |
| 4200 | margin-left: 0; |
| 4201 | margin-right: 0; |
| 4202 | } |
| 4203 | |
| 4204 | #export_finished button { |
| 4205 | background-image: none; |
| 4206 | width:170px; |
| 4207 | margin-top:-20px; |
| 4208 | } |
| 4209 | |
| 4210 | #export_finished #tab4-content button { |
| 4211 | margin-top: 0; |
| 4212 | } |
| 4213 | |
| 4214 | #export_finished #tab4-content button { |
| 4215 | width: 236px; |
| 4216 | } |
| 4217 | |
| 4218 | #export_finished #download-details { |
| 4219 | margin-top: 21px; |
| 4220 | font-size: 14px; |
| 4221 | } |
| 4222 | /** ENG GENERAL EXPORT SUCCESS PAGE **/ |
| 4223 | |
| 4224 | /** GOOGLE MERCHANTS EXPORT SUCCESS PAGE **/ |
| 4225 | ol li { |
| 4226 | margin-bottom: 5px; |
| 4227 | } |
| 4228 | .google-merchants-success ol, |
| 4229 | .google-merchants-success li, |
| 4230 | .google-merchants-success h3, |
| 4231 | .google-merchants-success p, |
| 4232 | .google-merchants-success a { |
| 4233 | padding-top:0; |
| 4234 | padding-bottom:0; |
| 4235 | margin-top: 0; |
| 4236 | margin-bottom: 0; |
| 4237 | } |
| 4238 | |
| 4239 | .google-merchants-success h3 { |
| 4240 | margin-top: 21px; |
| 4241 | margin-bottom: 21px; |
| 4242 | } |
| 4243 | |
| 4244 | .google-merchants-success ol li { |
| 4245 | font-size: 16px; |
| 4246 | margin-top: 16px; |
| 4247 | |
| 4248 | } |
| 4249 | |
| 4250 | .google-merchants-success ol { |
| 4251 | margin-left: 70px; |
| 4252 | text-align: left; |
| 4253 | } |
| 4254 | |
| 4255 | .google-merchants-success p { |
| 4256 | margin-top: 21px; |
| 4257 | margin-bottom: 21px; |
| 4258 | } |
| 4259 | |
| 4260 | .google-merchants-success h3 { |
| 4261 | color:#425f9a !important; |
| 4262 | margin-top:0; |
| 4263 | } |
| 4264 | |
| 4265 | .google-merchants-success .wpae-container { |
| 4266 | width:500px; |
| 4267 | background-color: #fff; |
| 4268 | text-align: center; |
| 4269 | margin-left: auto; |
| 4270 | margin-right: auto; |
| 4271 | padding: 20px 20px 41px; |
| 4272 | border-radius: 3px; |
| 4273 | border: 1px solid #ccc; |
| 4274 | } |
| 4275 | |
| 4276 | .google-merchants-success a.merchants-dashboard-url { |
| 4277 | padding: 0 !important; |
| 4278 | margin: 0 !important; |
| 4279 | height: auto !important; |
| 4280 | } |
| 4281 | |
| 4282 | .google-merchants-success p.feed-url-title { |
| 4283 | font-size: 21px; |
| 4284 | margin-bottom: 14px; |
| 4285 | } |
| 4286 | |
| 4287 | .google-merchats-success p a.feed-url { |
| 4288 | font-size: 16px; |
| 4289 | margin-top: 0 !important; |
| 4290 | padding-top: 0 !important; |
| 4291 | } |
| 4292 | |
| 4293 | .google-merchants-success p.feed-url { |
| 4294 | padding-top:0 !important; |
| 4295 | margin-top:0 !important; |
| 4296 | } |
| 4297 | /** END GOOGLE MERCHANTS SUCCESS PAGE **/ |
| 4298 | |
| 4299 | |
| 4300 | .scheduling_interval_type { |
| 4301 | width:90px; |
| 4302 | padding: 10px !important; |
| 4303 | border: 1px solid #ddd; |
| 4304 | border-radius: 4px; |
| 4305 | -moz-border-radius: 4px; |
| 4306 | -khtml-border-radius: 4px; |
| 4307 | -webkit-border-radius: 4px; |
| 4308 | color: #777; |
| 4309 | position: relative; |
| 4310 | top: 0; |
| 4311 | height: auto !important; |
| 4312 | } |
| 4313 | |
| 4314 | .scheduling_interval_duration { |
| 4315 | border: 1px solid #ddd; |
| 4316 | border-radius: 4px; |
| 4317 | -moz-border-radius: 4px; |
| 4318 | -khtml-border-radius: 4px; |
| 4319 | -webkit-border-radius: 4px; |
| 4320 | color: #777; |
| 4321 | width: 56px; |
| 4322 | padding: 10px; |
| 4323 | height: auto !important; |
| 4324 | } |
| 4325 | |
| 4326 | |
| 4327 | /** COMBINE MULTIPLE ELEMENTS INTO ONE **/ |
| 4328 | #combine_multiple_fields_data .default_column { |
| 4329 | display: none; |
| 4330 | } |
| 4331 | |
| 4332 | #combine_multiple_fields_data ul { |
| 4333 | margin-top: 0; |
| 4334 | } |
| 4335 | |
| 4336 | input label { |
| 4337 | font-size: 12px; |
| 4338 | } |
| 4339 | .wp-all-export-field-options { |
| 4340 | margin-left: 20px; |
| 4341 | } |
| 4342 | .wp-all-export-field-options .chosen-container { |
| 4343 | width: 100% !important; |
| 4344 | } |
| 4345 | .wpallexport-pointer-data.available-data { |
| 4346 | max-height: 450px; |
| 4347 | } |
| 4348 | .wpallexport-pointer-data .fieldset{ |
| 4349 | width: 170px; |
| 4350 | } |
| 4351 | |
| 4352 | .ui-state-active, |
| 4353 | .ui-widget-content .ui-state-active, |
| 4354 | .ui-widget-header .ui-state-active, |
| 4355 | .ui-autocomplete, .ui-autocomplete:hover, |
| 4356 | .ui-menu-item, .ui-menu-item:hover, |
| 4357 | .ui-menu-item a, .ui-menu-item a:hover, |
| 4358 | .ui-widget-content .ui-state-focus, |
| 4359 | .ui-widget-header .ui-state-focus, |
| 4360 | .ui-widget-content .ui-state-hover, |
| 4361 | .ui-widget-header .ui-state-hover, |
| 4362 | .ui-menu .ui-menu-item a.ui-state-focus, |
| 4363 | .ui-menu .ui-menu-item a.ui-state-active, |
| 4364 | .ui-menu .ui-menu-item a |
| 4365 | { background: #ffffff none no-repeat; |
| 4366 | padding:0; |
| 4367 | margin:0; |
| 4368 | display:block; |
| 4369 | border:0;border-collapse:collapse; |
| 4370 | } |
| 4371 | |
| 4372 | .ui-menu .ui-menu-item a.ui-corner-all:hover, .ui-menu .ui-menu-item a.ui-corner-all:focus, .ui-menu .ui-menu-item a.ui-corner-all:active { |
| 4373 | background:#ff8a00!important; |
| 4374 | color:#000; |
| 4375 | border-radius:0; |
| 4376 | padding: 15px; |
| 4377 | } |
| 4378 | .ui-autocomplete { |
| 4379 | position: absolute; |
| 4380 | z-index: 1000; |
| 4381 | cursor: default; |
| 4382 | padding: 0; |
| 4383 | margin-top: 2px; |
| 4384 | list-style: none; |
| 4385 | background-color: #ffffff; |
| 4386 | border: 1px solid #ccc; |
| 4387 | -webkit-border-radius: 5px; |
| 4388 | -moz-border-radius: 5px; |
| 4389 | border-radius: 5px; |
| 4390 | -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
| 4391 | -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
| 4392 | box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
| 4393 | } |
| 4394 | |
| 4395 | .ui-autocomplete:hover { |
| 4396 | padding: 0; |
| 4397 | margin-top: 2px; |
| 4398 | border: 1px solid #ccc; |
| 4399 | -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
| 4400 | -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
| 4401 | box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); |
| 4402 | } |
| 4403 | |
| 4404 | .ui-autocomplete { |
| 4405 | border-radius: 0 !important; |
| 4406 | overflow-x: hidden !important; |
| 4407 | } |
| 4408 | |
| 4409 | .ui-autocomplete > li { |
| 4410 | padding-top: 5px !important; |
| 4411 | padding-bottom: 5px !important; |
| 4412 | padding-left: 5px !important; |
| 4413 | border: none !important; |
| 4414 | |
| 4415 | border-radius: 0 !important; |
| 4416 | overflow: hidden !important;; |
| 4417 | } |
| 4418 | .ui-autocomplete > li.ui-state-focus { |
| 4419 | color: #464646; |
| 4420 | background-color: #f7f7f7; |
| 4421 | } |
| 4422 | .ui-helper-hidden-accessible { |
| 4423 | display: none; |
| 4424 | } |
| 4425 | |
| 4426 | .wpallexport-plugin #wp_all_export_xml_element_chosen, |
| 4427 | .wpallexport-plugin #wp_all_export_rule_chosen { |
| 4428 | background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 50%; |
| 4429 | background-size: auto; |
| 4430 | background-size: 16px 16px; |
| 4431 | } |
| 4432 | |
| 4433 | .wpallexport-plugin .chosen-container-single .chosen-single { |
| 4434 | height: 41px; |
| 4435 | line-height: 38px; |
| 4436 | font-size: 14px; |
| 4437 | background: none; |
| 4438 | box-shadow: none; |
| 4439 | color: #555 !important; |
| 4440 | padding: 0 0 0 12px; |
| 4441 | } |
| 4442 | |
| 4443 | .wpallexport-plugin .chosen-container-single .chosen-single div { |
| 4444 | top: 9px; |
| 4445 | } |
| 4446 | |
| 4447 | .wpallexport-plugin .chosen-results li.no-results { |
| 4448 | padding: 10px; |
| 4449 | font-size: 15px; |
| 4450 | } |
| 4451 | /** END COMBINE MULTIPLE ELEMENTS INTO ONE **/ |
| 4452 | |
| 4453 | .wpallexport-plugin .pmxe_date_format{ |
| 4454 | width: 100%; |
| 4455 | padding: 18px; |
| 4456 | height: 25px; |
| 4457 | border: 1px solid #ddd; |
| 4458 | box-shadow: inset 0 1px 2px rgba(0,0,0,.07); |
| 4459 | border-radius: 5px; |
| 4460 | background-color: #fff; |
| 4461 | margin-bottom: 10px; |
| 4462 | |
| 4463 | } |
| 4464 | |
| 4465 | .wpallexport-plugin .wp_all_export_saving_status { |
| 4466 | padding: 10px; |
| 4467 | display: block; |
| 4468 | } |
| 4469 | |
| 4470 | .wpallexport-plugin .wp_all_export_saving_status.error, |
| 4471 | .wpallexport-plugin .wp_all_export_saving_status.updated { |
| 4472 | background: white !important; |
| 4473 | } |
| 4474 | |
| 4475 | .category-mapper .mask { |
| 4476 | display: none; |
| 4477 | } |
| 4478 | |
| 4479 | .wpallexport-plugin .wpallexport-xml-advanced-options .simple_xml_template_options { |
| 4480 | margin-top: 30px; |
| 4481 | } |
| 4482 | |
| 4483 | .wpallexport-plugin .switcher-target-simple_custom_xml_cdata_logic_never { |
| 4484 | padding-left: 26px; |
| 4485 | } |
| 4486 | |
| 4487 | .wpallexport-plugin .switcher-target-simple_custom_xml_cdata_logic_never p { |
| 4488 | font-style: normal; |
| 4489 | } |
| 4490 | .wpallexport-xml-advanced-options .product_variations input[type="radio"] { |
| 4491 | margin-bottom: -3px; |
| 4492 | } |
| 4493 | |
| 4494 | .wpallexport-xml-advanced-options #custom_xml_cdata_logic_auto, |
| 4495 | .wpallexport-xml-advanced-options #custom_custom_xml_cdata_logic_all, |
| 4496 | .wpallexport-xml-advanced-options #custom_custom_xml_cdata_logic_never { |
| 4497 | margin-bottom: -4px; |
| 4498 | } |
| 4499 | |
| 4500 | /* |
| 4501 | * Download Import Templates |
| 4502 | */ |
| 4503 | |
| 4504 | .wpallexport-plugin .download-import-templates p { |
| 4505 | font-size: 14px; |
| 4506 | } |
| 4507 | |
| 4508 | .wpallexport-plugin .download-import-templates h2 { |
| 4509 | margin-bottom: 10px; |
| 4510 | } |
| 4511 | |
| 4512 | |
| 4513 | .wpae-shake { |
| 4514 | -webkit-animation: wpae_shake 0.4s 1 linear; |
| 4515 | -moz-animation: wpae_shake 0.4s 1 linear; |
| 4516 | -o-animation: wpae_shake 0.4s 1 linear; |
| 4517 | } |
| 4518 | @-webkit-keyframes wpae_shake { |
| 4519 | 0% { -webkit-transform: translate(30px); } |
| 4520 | 20% { -webkit-transform: translate(-30px); } |
| 4521 | 40% { -webkit-transform: translate(15px); } |
| 4522 | 60% { -webkit-transform: translate(-15px); } |
| 4523 | 80% { -webkit-transform: translate(8px); } |
| 4524 | 100% { -webkit-transform: translate(0px); } |
| 4525 | } |
| 4526 | @-moz-keyframes wpae_shake { |
| 4527 | 0% { -moz-transform: translate(30px); } |
| 4528 | 20% { -moz-transform: translate(-30px); } |
| 4529 | 40% { -moz-transform: translate(15px); } |
| 4530 | 60% { -moz-transform: translate(-15px); } |
| 4531 | 80% { -moz-transform: translate(8px); } |
| 4532 | 100% { -moz-transform: translate(0px); } |
| 4533 | } |
| 4534 | @-o-keyframes wpae_shake { |
| 4535 | 0% { -o-transform: translate(30px); } |
| 4536 | 20% { -o-transform: translate(-30px); } |
| 4537 | 40% { -o-transform: translate(15px); } |
| 4538 | 60% { -o-transform: translate(-15px); } |
| 4539 | 80% { -o-transform: translate(8px); } |
| 4540 | 100% { -o-origin-transform: translate(0px); } |
| 4541 | } |
| 4542 | |
| 4543 | .wpae-shake-small { |
| 4544 | -webkit-animation: wpae_shake_small 0.4s 1 linear; |
| 4545 | -moz-animation: wpae_shake_small 0.4s 1 linear; |
| 4546 | -o-animation: wpae_shake_small 0.4s 1 linear; |
| 4547 | } |
| 4548 | @-webkit-keyframes wpae_shake_small { |
| 4549 | 0% { -webkit-transform: translate(10px); } |
| 4550 | 20% { -webkit-transform: translate(-10px); } |
| 4551 | 40% { -webkit-transform: translate(5px); } |
| 4552 | 60% { -webkit-transform: translate(-5px); } |
| 4553 | 80% { -webkit-transform: translate(3px); } |
| 4554 | 100% { -webkit-transform: translate(0px); } |
| 4555 | } |
| 4556 | @-moz-keyframes wpae_shake_small { |
| 4557 | 0% { -moz-transform: translate(10px); } |
| 4558 | 20% { -moz-transform: translate(-10px); } |
| 4559 | 40% { -moz-transform: translate(5px); } |
| 4560 | 60% { -moz-transform: translate(-5px); } |
| 4561 | 80% { -moz-transform: translate(3px); } |
| 4562 | 100% { -moz-transform: translate(0px); } |
| 4563 | } |
| 4564 | @-o-keyframes wpae_shake_small { |
| 4565 | 0% { -o-transform: translate(10px); } |
| 4566 | 20% { -o-transform: translate(-10px); } |
| 4567 | 40% { -o-transform: translate(5px); } |
| 4568 | 60% { -o-transform: translate(-5px); } |
| 4569 | 80% { -o-transform: translate(3px); } |
| 4570 | 100% { -o-origin-transform: translate(0px); } |
| 4571 | } |
| 4572 | |
| 4573 | /* |
| 4574 | New footer styles. |
| 4575 | */ |
| 4576 | .wpallexport-plugin .wpallexport-cta-text-link { |
| 4577 | display: flex; |
| 4578 | justify-content: right; |
| 4579 | align-content: center; |
| 4580 | flex-wrap: wrap; |
| 4581 | flex-direction: row; |
| 4582 | font-size: 13px; |
| 4583 | } |
| 4584 | |
| 4585 | .wpallexport-plugin .wpallexport-negative-margin .wpallexport-cta-text-link { |
| 4586 | margin-top: -45px; |
| 4587 | } |
| 4588 | |
| 4589 | .wpallexport-plugin .wpallexport-negative-margin.sixty .wpallexport-cta-text-link { |
| 4590 | margin-top: -60px; |
| 4591 | } |
| 4592 | |
| 4593 | .wpallexport-plugin .wpallexport-cta-text-link img { |
| 4594 | padding-top: 14px; |
| 4595 | padding-bottom: 10px; |
| 4596 | padding-right: 5px; |
| 4597 | height: 15px; |
| 4598 | } |
| 4599 | |
| 4600 | .wpallexport-plugin .wpallexport-footer { |
| 4601 | display: flex; |
| 4602 | justify-content: center; |
| 4603 | flex-direction: column-reverse; |
| 4604 | } |
| 4605 | |
| 4606 | .wpallexport-plugin .wpallexport-negative-margin.sixty .wpallexport-footer { |
| 4607 | margin-top: -60px; |
| 4608 | } |
| 4609 | |
| 4610 | .wpallexport-plugin .wpallexport-negative-margin.fifteen .wpallexport-footer { |
| 4611 | margin-top: -15px; |
| 4612 | } |
| 4613 | |
| 4614 | .wpallexport-plugin .wpallexport-display-columns .wpallexport-footer div { |
| 4615 | width: 33%; |
| 4616 | } |
| 4617 | |
| 4618 | .wpallexport-plugin .wpallexport-display-columns .wpallexport-footer{ |
| 4619 | flex-direction: row; |
| 4620 | } |
| 4621 | |
| 4622 | .wpallexport-plugin .wpallexport-display-columns .wpallexport-footer .wpallexport-soflyy { |
| 4623 | margin-bottom: 15px; |
| 4624 | } |
| 4625 | |
| 4626 | .wpallexport-plugin .wpallexport-margin-top-forty .wpallexport-footer { |
| 4627 | margin-top: 40px; |
| 4628 | } |