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