admin-ie.css
12 years ago
admin-wp-3.8.css
12 years ago
admin-wp-4.4.css
10 years ago
admin.css
3 weeks ago
scheduling.css
3 weeks ago
upgrade-notice.css
4 years ago
upgrade-notice.css.map
4 years ago
upgrade-notice.scss
4 years ago
scheduling.css
988 lines
| 1 | .days-of-week { |
| 2 | margin-left: 5px; |
| 3 | } |
| 4 | |
| 5 | .days-of-week li { |
| 6 | border: 1px solid #ccc; |
| 7 | border-radius: 5px; |
| 8 | padding: 10px 30px;; |
| 9 | display: inline-block; |
| 10 | margin-right: 10px; |
| 11 | cursor: pointer; |
| 12 | font-weight: bold; |
| 13 | width: 26px !important; |
| 14 | text-align: center; |
| 15 | height: 16px; |
| 16 | color: rgb(68, 68, 68); |
| 17 | float: left; |
| 18 | } |
| 19 | |
| 20 | .days-of-week li.selected { |
| 21 | color: #fff; |
| 22 | background-color: #425F9A; |
| 23 | border-color: #585858; |
| 24 | } |
| 25 | |
| 26 | #weekly, #monthly { |
| 27 | height: 20px; |
| 28 | margin-left: 5px; |
| 29 | margin-top: 10px; |
| 30 | margin-bottom: 0; |
| 31 | } |
| 32 | |
| 33 | .timepicker { |
| 34 | padding: 10px; |
| 35 | border-radius: 5px; |
| 36 | margin-right: 10px; |
| 37 | } |
| 38 | |
| 39 | #times { |
| 40 | margin-top: 5px; |
| 41 | width: 766px; |
| 42 | } |
| 43 | |
| 44 | #times input { |
| 45 | margin-top: 10px; |
| 46 | margin-left: 0; |
| 47 | float: left; |
| 48 | width: 88px; |
| 49 | |
| 50 | } |
| 51 | |
| 52 | #times input.error { |
| 53 | border-color: red !important; |
| 54 | } |
| 55 | |
| 56 | .subscribe { |
| 57 | |
| 58 | } |
| 59 | |
| 60 | .subscribe .button-container { |
| 61 | float: left; |
| 62 | width: 150px; |
| 63 | } |
| 64 | |
| 65 | .subscribe .text-container { |
| 66 | float: left; |
| 67 | width: auto; |
| 68 | } |
| 69 | |
| 70 | .subscribe .text-container p { |
| 71 | margin: 0; |
| 72 | color: #425F9A; |
| 73 | font-size: 14px; |
| 74 | font-weight: bold; |
| 75 | } |
| 76 | |
| 77 | .subscribe .text-container p a { |
| 78 | color: #425F9A; |
| 79 | text-decoration: underline; |
| 80 | } |
| 81 | |
| 82 | .save { |
| 83 | padding-left: 5px; |
| 84 | padding-top: 5px; |
| 85 | width: auto; |
| 86 | } |
| 87 | |
| 88 | .ui-timepicker-wrapper { |
| 89 | width: 86px; |
| 90 | } |
| 91 | |
| 92 | .easing-spinner { |
| 93 | width: 30px; |
| 94 | height: 30px; |
| 95 | position: relative; |
| 96 | display: inline-block; |
| 97 | |
| 98 | margin-top: 7px; |
| 99 | margin-left: -25px; |
| 100 | |
| 101 | float: left; |
| 102 | } |
| 103 | |
| 104 | .double-bounce1, .double-bounce2 { |
| 105 | width: 100%; |
| 106 | height: 100%; |
| 107 | border-radius: 50%; |
| 108 | background-color: #fff; |
| 109 | opacity: 0.6; |
| 110 | position: absolute; |
| 111 | top: 0; |
| 112 | left: 0; |
| 113 | |
| 114 | -webkit-animation: sk-bounce 2.0s infinite ease-in-out; |
| 115 | animation: sk-bounce 2.0s infinite ease-in-out; |
| 116 | } |
| 117 | |
| 118 | .double-bounce2 { |
| 119 | -webkit-animation-delay: -1.0s; |
| 120 | animation-delay: -1.0s; |
| 121 | } |
| 122 | |
| 123 | .wpae-save-button svg { |
| 124 | margin-top: 7px; |
| 125 | margin-left: -215px; |
| 126 | display: inline-block; |
| 127 | position: relative; |
| 128 | } |
| 129 | |
| 130 | @-webkit-keyframes sk-bounce { |
| 131 | 0%, 100% { |
| 132 | -webkit-transform: scale(0.0) |
| 133 | } |
| 134 | 50% { |
| 135 | -webkit-transform: scale(1.0) |
| 136 | } |
| 137 | } |
| 138 | |
| 139 | @keyframes sk-bounce { |
| 140 | 0%, 100% { |
| 141 | transform: scale(0.0); |
| 142 | -webkit-transform: scale(0.0); |
| 143 | } |
| 144 | 50% { |
| 145 | transform: scale(1.0); |
| 146 | -webkit-transform: scale(1.0); |
| 147 | } |
| 148 | } |
| 149 | |
| 150 | #weekly li.error, #monthly li.error { |
| 151 | border-color: red; |
| 152 | } |
| 153 | |
| 154 | .chosen-single { |
| 155 | margin-bottom: 0 !important; |
| 156 | } |
| 157 | |
| 158 | .chosen-container.chosen-with-drop .chosen-drop { |
| 159 | margin-top: -3px; |
| 160 | } |
| 161 | |
| 162 | .wpallexport-plugin .ui-timepicker-wrapper { |
| 163 | z-index: 99999999; |
| 164 | } |
| 165 | |
| 166 | .wpallexport-scheduling-dialog h4 { |
| 167 | font-size: 14px; |
| 168 | margin-bottom: 5px; |
| 169 | color: #40acad; |
| 170 | text-decoration: none; |
| 171 | } |
| 172 | |
| 173 | .manual-scheduling { |
| 174 | margin-left: 26px; |
| 175 | } |
| 176 | .chosen-container .chosen-results { |
| 177 | |
| 178 | margin: 0 4px 4px 0 !important; |
| 179 | } |
| 180 | |
| 181 | .unable-to-connect { |
| 182 | color: #f2b03d; |
| 183 | } |
| 184 | |
| 185 | .wpai-license, |
| 186 | .wpai-no-license { |
| 187 | display: flex; |
| 188 | } |
| 189 | |
| 190 | .connection-icon img { |
| 191 | width: 16px; |
| 192 | } |
| 193 | |
| 194 | .wpallexport-plugin .wp_all_import_scheduling_help |
| 195 | { |
| 196 | padding: 15px; |
| 197 | background: #fff; |
| 198 | font-size: 12px; |
| 199 | /*max-height: 600px;*/ |
| 200 | overflow: auto; |
| 201 | } |
| 202 | .wpallexport-plugin .wp_all_import_scheduling_help p |
| 203 | { |
| 204 | font-size: 12px; |
| 205 | padding-left: 11px; |
| 206 | } |
| 207 | .wpallexport-plugin .wp_all_import_scheduling_help ul |
| 208 | { |
| 209 | list-style: inside; |
| 210 | padding-left: 12px; |
| 211 | } |
| 212 | .wpallexport-plugin .wp_all_import_scheduling_help h2 |
| 213 | { |
| 214 | margin: 0; |
| 215 | } |
| 216 | .wpallexport-plugin .wp_all_import_scheduling_help h3 |
| 217 | { |
| 218 | color: #40acad; |
| 219 | cursor: pointer; |
| 220 | font-size: 14px; |
| 221 | font-weight: normal; |
| 222 | margin: 5px 0; |
| 223 | } |
| 224 | |
| 225 | .wpallexport-plugin .wp-all-import-scheduling-help .title |
| 226 | { |
| 227 | font-weight: bold; |
| 228 | padding: 12px 8px; |
| 229 | color: #464646; |
| 230 | background: #fff; |
| 231 | font-size: 12px; |
| 232 | text-align: center; |
| 233 | border-bottom: 1px solid #ddd; |
| 234 | -moz-border-radius-topleft: 4px; |
| 235 | -webkit-border-top-left-radius: 4px; |
| 236 | border-top-left-radius: 4px; |
| 237 | -moz-border-radius-topright: 4px; |
| 238 | -webkit-border-top-right-radius: 4px; |
| 239 | border-top-right-radius: 4px; |
| 240 | } |
| 241 | |
| 242 | .wpallexport-plugin .wp-all-import-scheduling-help |
| 243 | { |
| 244 | position: fixed; |
| 245 | top: 8%; |
| 246 | width: 515px; |
| 247 | z-index: 999999; |
| 248 | border: 1px solid #ccc; |
| 249 | display: none; |
| 250 | margin-bottom: 20px; |
| 251 | padding: 0 !important; |
| 252 | } |
| 253 | |
| 254 | .wpallexport-plugin .wp_all_import_help_tab{ |
| 255 | display: none; |
| 256 | padding-bottom: 15px; |
| 257 | } |
| 258 | |
| 259 | .wpallexport-plugin .days-of-week { |
| 260 | margin-left: 5px; |
| 261 | width: 100% |
| 262 | } |
| 263 | |
| 264 | .wpallexport-plugin .days-of-week li { |
| 265 | border: 1px solid #ccc; |
| 266 | border-radius: 5px; |
| 267 | padding: 10px 25px;; |
| 268 | display: inline-block; |
| 269 | margin-right: 10px; |
| 270 | cursor: pointer; |
| 271 | font-weight: bold; |
| 272 | width: 28px; |
| 273 | text-align: center; |
| 274 | height: 16px; |
| 275 | color: rgb(68,68,68); |
| 276 | background-color: transparent; |
| 277 | float: left; |
| 278 | } |
| 279 | |
| 280 | .wpallexport-plugin .days-of-week li.selected { |
| 281 | color: #fff; |
| 282 | background-color: #425F9A; |
| 283 | border-color: #585858; |
| 284 | } |
| 285 | |
| 286 | .wpallexport-plugin #weekly, .wpallexport-plugin #monthly { |
| 287 | height: 40px; |
| 288 | } |
| 289 | |
| 290 | .wpallexport-plugin .timepicker { |
| 291 | width: 90px; |
| 292 | padding: 10px; |
| 293 | padding-top: 0; |
| 294 | padding-bottom: 0; |
| 295 | border-radius: 5px; |
| 296 | margin-right: 10px; |
| 297 | height: 38px !important; |
| 298 | } |
| 299 | |
| 300 | .wpallexport-plugin #times { |
| 301 | margin-top: 5px; |
| 302 | width: 790px; |
| 303 | } |
| 304 | |
| 305 | .wpallexport-plugin #times input { |
| 306 | margin-top: 9px; |
| 307 | margin-left: 0; |
| 308 | float: left; |
| 309 | font-size: 14px !important; |
| 310 | } |
| 311 | |
| 312 | .wpallexport-plugin #times input.error { |
| 313 | border-color: red !important; |
| 314 | } |
| 315 | |
| 316 | .wpallexport-plugin .subscribe .button-container { |
| 317 | float: left; |
| 318 | width: 150px; |
| 319 | } |
| 320 | |
| 321 | .wpallexport-plugin .subscribe .text-container { |
| 322 | float: left; |
| 323 | width: auto; |
| 324 | position: absolute; |
| 325 | left: 165px; |
| 326 | top: 2px; |
| 327 | } |
| 328 | |
| 329 | .wpallexport-plugin .subscribe .text-container p { |
| 330 | margin: 0; |
| 331 | color: #425F9A !important; |
| 332 | font-size: 14px !important; |
| 333 | font-weight: bold; |
| 334 | background: none !important; |
| 335 | padding-left: inherit !important; |
| 336 | line-height: normal !important; |
| 337 | margin-top: 5px; |
| 338 | } |
| 339 | |
| 340 | .wpallexport-plugin .subscribe .text-container p.wpai-first-line { |
| 341 | margin-top:2px; |
| 342 | } |
| 343 | |
| 344 | .wpallexport-plugin .subscribe .text-container p.wpai-second-line { |
| 345 | margin-top:5px; |
| 346 | } |
| 347 | |
| 348 | .wpallexport-plugin .subscribe .text-container p a { |
| 349 | color: #425F9A; |
| 350 | text-decoration: underline; |
| 351 | } |
| 352 | |
| 353 | .wpallexport-plugin .save { |
| 354 | padding-left: 5px; |
| 355 | padding-top: 5px; |
| 356 | width: auto; |
| 357 | } |
| 358 | |
| 359 | .wpallexport-plugin .ui-timepicker-wrapper { |
| 360 | width: 98px; |
| 361 | } |
| 362 | |
| 363 | .wpallexport-plugin .loader { |
| 364 | width: 20px; |
| 365 | aspect-ratio: 1; |
| 366 | --_c:no-repeat radial-gradient(farthest-side,#40acad 92%,#0000); |
| 367 | background: |
| 368 | var(--_c) top, |
| 369 | var(--_c) left, |
| 370 | var(--_c) right, |
| 371 | var(--_c) bottom; |
| 372 | background-size: 5px 5px; |
| 373 | animation: l7 1s infinite; |
| 374 | z-index: 2; |
| 375 | } |
| 376 | @keyframes l7 {to{transform: rotate(.5turn)}} |
| 377 | |
| 378 | .wpallexport-plugin .activate-button-group #activate-license:disabled { |
| 379 | background-color: #fff !important; |
| 380 | color: #444 !important; |
| 381 | cursor: not-allowed; |
| 382 | opacity: 0.9; |
| 383 | border: 1px solid #ccc; |
| 384 | } |
| 385 | |
| 386 | |
| 387 | .wpallexport-plugin .easing-spinner { |
| 388 | width: 30px; |
| 389 | height: 30px; |
| 390 | position: absolute; |
| 391 | margin: 0; |
| 392 | display: none; |
| 393 | } |
| 394 | |
| 395 | .wpallexport-plugin .double-bounce1, .wpallexport-plugin .double-bounce2 { |
| 396 | width: 100%; |
| 397 | height: 100%; |
| 398 | border-radius: 50%; |
| 399 | background-color: #fff; |
| 400 | opacity: 0.6; |
| 401 | position: absolute; |
| 402 | top: 0; |
| 403 | left: 0; |
| 404 | |
| 405 | -webkit-animation: sk-bounce 2.0s infinite ease-in-out; |
| 406 | animation: sk-bounce 2.0s infinite ease-in-out; |
| 407 | } |
| 408 | |
| 409 | .wpallexport-plugin .double-bounce2 { |
| 410 | -webkit-animation-delay: -1.0s; |
| 411 | animation-delay: -1.0s; |
| 412 | } |
| 413 | |
| 414 | .wpallexport-plugin .wpae-save-button svg { |
| 415 | margin-top: 7px; |
| 416 | margin-left: -15px; |
| 417 | position: relative; |
| 418 | display: none; |
| 419 | } |
| 420 | |
| 421 | .wpallexport-plugin .wpai-save-scheduling-button svg { |
| 422 | position: absolute; |
| 423 | top: 13px; |
| 424 | left: 20px; |
| 425 | display: inline-block; |
| 426 | } |
| 427 | |
| 428 | @-webkit-keyframes sk-bounce { |
| 429 | 0%, 100% { |
| 430 | -webkit-transform: scale(0.0) |
| 431 | } |
| 432 | 50% { |
| 433 | -webkit-transform: scale(1.0) |
| 434 | } |
| 435 | } |
| 436 | |
| 437 | @keyframes sk-bounce { |
| 438 | 0%, 100% { |
| 439 | transform: scale(0.0); |
| 440 | -webkit-transform: scale(0.0); |
| 441 | } |
| 442 | 50% { |
| 443 | transform: scale(1.0); |
| 444 | -webkit-transform: scale(1.0); |
| 445 | } |
| 446 | } |
| 447 | |
| 448 | .wpallexport-plugin .tiered-pricing-options .register-site-group { |
| 449 | display: flex; |
| 450 | flex-direction: row; |
| 451 | gap: 23px; |
| 452 | } |
| 453 | |
| 454 | .wpallexport-plugin #add-subscription-field { |
| 455 | display: none; |
| 456 | width: 400px; |
| 457 | height: 40px; |
| 458 | } |
| 459 | |
| 460 | .wpallexport-plugin #find-subscription-link { |
| 461 | |
| 462 | } |
| 463 | |
| 464 | .wpallexport-plugin #find-subscription-link a { |
| 465 | display: block; |
| 466 | width: 100%; |
| 467 | white-space: nowrap; |
| 468 | padding-left: 10px; |
| 469 | } |
| 470 | |
| 471 | .wpallexport-plugin #weekly li.error, .wpallexport-plugin #monthly li.error { |
| 472 | border-color: red; |
| 473 | } |
| 474 | |
| 475 | .wpallexport-plugin .chosen-single { |
| 476 | margin-bottom: 0 !important; |
| 477 | } |
| 478 | |
| 479 | .wpallexport-plugin .chosen-container.chosen-with-drop .chosen-drop { |
| 480 | margin-top: -3px; |
| 481 | } |
| 482 | |
| 483 | .wpallexport-plugin .wpallimport-preview-content h4{ |
| 484 | font-size: 14px; |
| 485 | margin-bottom: 5px; |
| 486 | margin-left: 0; |
| 487 | color: #40acad; |
| 488 | text-decoration: none; |
| 489 | } |
| 490 | |
| 491 | .wpallexport-plugin #scheduling-form h4 { |
| 492 | display: inline-block;; |
| 493 | } |
| 494 | |
| 495 | .wpallexport-plugin .manual-scheduling { |
| 496 | margin-left: 26px; |
| 497 | } |
| 498 | |
| 499 | .wpallexport-plugin .scheduling_interval_type { |
| 500 | width:90px; |
| 501 | padding: 10px !important; |
| 502 | border: 1px solid #ddd; |
| 503 | border-radius: 4px; |
| 504 | -moz-border-radius: 4px; |
| 505 | -khtml-border-radius: 4px; |
| 506 | -webkit-border-radius: 4px; |
| 507 | color: #777; |
| 508 | position: relative; |
| 509 | top: 0; |
| 510 | height: auto !important; |
| 511 | } |
| 512 | |
| 513 | .wpallexport-plugin .scheduling_interval_duration { |
| 514 | border: 1px solid #ddd; |
| 515 | border-radius: 4px; |
| 516 | -moz-border-radius: 4px; |
| 517 | -khtml-border-radius: 4px; |
| 518 | -webkit-border-radius: 4px; |
| 519 | color: #777; |
| 520 | width: 56px; |
| 521 | padding: 10px; |
| 522 | height: auto !important; |
| 523 | } |
| 524 | |
| 525 | .wpallimport-large-button.scheduling-cancel-button, |
| 526 | .wpallimport-large-button.scheduling-save-button, |
| 527 | .wpallimport-large-button.button-subscribe { |
| 528 | |
| 529 | box-shadow: none !important; |
| 530 | } |
| 531 | |
| 532 | .wpallimport-preview-title.scheduling-preview-title { |
| 533 | |
| 534 | border-bottom: 1px solid #ccc; |
| 535 | margin-bottom: 0; |
| 536 | padding-bottom: 10px; |
| 537 | text-align: center; |
| 538 | } |
| 539 | |
| 540 | .wpallexport-plugin .chosen-container-active.chosen-with-drop .chosen-single { |
| 541 | height: 41px; |
| 542 | line-height: 38px; |
| 543 | font-size: 14px; |
| 544 | background: none; |
| 545 | box-shadow: none; |
| 546 | color: #555 !important; |
| 547 | border: 1px solid #ccc; |
| 548 | } |
| 549 | |
| 550 | .wpallexport-plugin .chosen-container-single .chosen-single { |
| 551 | height: 41px; |
| 552 | line-height: 38px; |
| 553 | font-size: 14px; |
| 554 | box-shadow: none; |
| 555 | color: #555 !important; |
| 556 | background: none !important; |
| 557 | border: 1px solid #ccc; |
| 558 | padding: 0 0 0 12px; |
| 559 | } |
| 560 | |
| 561 | .wpallexport-plugin .chosen-container-single .chosen-single div { |
| 562 | top: 9px; |
| 563 | } |
| 564 | |
| 565 | .wpallimport-section.scheduling h4{ |
| 566 | font-size: 14px; |
| 567 | } |
| 568 | |
| 569 | .wpallexport-plugin .subscribe-button-text { |
| 570 | text-shadow: none !important; |
| 571 | } |
| 572 | |
| 573 | .wpallexport-plugin .wpai-save-scheduling-button { |
| 574 | background: #46ba69 !important; |
| 575 | padding: 20px 30px 20px 30px !important; |
| 576 | color: #fff !important; |
| 577 | border: none !important; |
| 578 | font-weight: bold !important; |
| 579 | cursor: pointer !important; |
| 580 | border-radius: 10px !important; |
| 581 | -moz-border-radius: 10px !important; |
| 582 | -khtml-border-radius: 10px !important; |
| 583 | -webkit-border-radius: 10px !important; |
| 584 | font-size: 14px !important; |
| 585 | display: inline-block !important; |
| 586 | text-shadow: none !important; |
| 587 | width: 265px; |
| 588 | height: 56px !important; |
| 589 | position: relative; |
| 590 | box-shadow: none !important; |
| 591 | } |
| 592 | |
| 593 | .wpallexport-plugin .wpallimport-section.scheduling .manual-scheduling-label { |
| 594 | margin-bottom: -12px !important; |
| 595 | } |
| 596 | |
| 597 | .wpallexport-plugin .options .wpallimport-section.scheduling .manual-scheduling-label { |
| 598 | margin-bottom: -15px !important; |
| 599 | } |
| 600 | |
| 601 | .wpallexport-plugin .options .wpallimport-section.scheduling label { |
| 602 | margin-top: 4px !important; |
| 603 | } |
| 604 | |
| 605 | .wpallexport-plugin .wpallimport-step-5 .wpallimport-section.scheduling .text-container p, |
| 606 | .wpallexport-plugin .options .wpallimport-section.scheduling .text-container p { |
| 607 | min-height: inherit; |
| 608 | margin-top: 3px; |
| 609 | } |
| 610 | |
| 611 | .wpallexport-plugin .scheduling .chosen-search input { |
| 612 | |
| 613 | margin: 1px 0 !important; |
| 614 | padding: 4px 20px 4px 5px !important; |
| 615 | width: 100% !important; |
| 616 | height: auto !important; |
| 617 | outline: 0 !important; |
| 618 | border: 1px solid #aaa !important; |
| 619 | font-size: 1em !important; |
| 620 | font-family: sans-serif !important; |
| 621 | line-height: normal !important; |
| 622 | border-radius: 0 !important; |
| 623 | } |
| 624 | |
| 625 | .wpallexport-plugin #wp-all-import-scheduling-help-inner p { |
| 626 | |
| 627 | background: none !important; |
| 628 | font-size: 12px; |
| 629 | color: #444; |
| 630 | line-height: 18px; |
| 631 | } |
| 632 | |
| 633 | .wpallexport-plugin .wpallimport-scheduling-dialog .run-this-export-using-cronjobs { |
| 634 | margin-top: 0 !important; |
| 635 | } |
| 636 | |
| 637 | .wpallexport-plugin .wpallimport-scheduling-dialog #times { |
| 638 | width: 760px; |
| 639 | } |
| 640 | |
| 641 | .wpallexport-plugin .wpallimport-step-5 .wpallimport-section .wpallimport-collapsed-content .manual-scheduling p { |
| 642 | background-image: none; |
| 643 | line-height: normal; |
| 644 | padding-left: inherit; |
| 645 | min-height: inherit; |
| 646 | } |
| 647 | |
| 648 | .wpallimport-button-small-blue .save-text.wpai-iunderstand { |
| 649 | left: 20px !important; |
| 650 | } |
| 651 | |
| 652 | .wpallexport-plugin .scheduling-disabled { |
| 653 | color: #555; |
| 654 | text-decoration: none; |
| 655 | cursor: default; |
| 656 | } |
| 657 | |
| 658 | .wpallexport-plugin #scheduling-subscribe-group { |
| 659 | border: 1px solid #ecebe7; |
| 660 | border-radius: 3px; |
| 661 | padding: 20px; |
| 662 | max-width: 685px; |
| 663 | } |
| 664 | |
| 665 | .wpallexport-plugin .tiered-pricing-options .pricing-plans .plans-include { |
| 666 | position:relative; |
| 667 | top: -12px; |
| 668 | } |
| 669 | |
| 670 | .wpallexport-plugin .tiered-pricing-options .pricing-plans .plans-include ul { |
| 671 | list-style: none; |
| 672 | padding: 0 15px 0 15px; |
| 673 | margin: 0; |
| 674 | font-size: 12px; |
| 675 | |
| 676 | } |
| 677 | |
| 678 | .wpallexport-plugin .tiered-pricing-options .pricing-plans .plans-include ul li { |
| 679 | position: relative; |
| 680 | padding-left: 25px; |
| 681 | } |
| 682 | |
| 683 | .wpallexport-plugin .tiered-pricing-options .pricing-plans .plans-include ul li::before { |
| 684 | content: ''; |
| 685 | display: inline-block; |
| 686 | background: url('../img/circle-check-blue.svg') no-repeat center center; |
| 687 | background-size: contain; |
| 688 | width: 16px; |
| 689 | height: 16px; |
| 690 | position: absolute; |
| 691 | left: 0; |
| 692 | top: 0; |
| 693 | } |
| 694 | |
| 695 | .wpallexport-plugin .tiered-pricing-options .subscribe-heading { |
| 696 | margin-top: 0; |
| 697 | margin-bottom: 0; |
| 698 | font-size: 14px; |
| 699 | padding: 0; |
| 700 | } |
| 701 | |
| 702 | .wpallexport-plugin .tiered-pricing-options .pricing-plans label { |
| 703 | width: 240px; |
| 704 | font-size: 11px; |
| 705 | padding: 10px; |
| 706 | display: flex; |
| 707 | justify-content: space-between; |
| 708 | border: 1px solid #fff; |
| 709 | } |
| 710 | .wpallexport-plugin .tiered-pricing-options .pricing-plans label span.description { |
| 711 | font-size: 12px; |
| 712 | font-weight: 500; |
| 713 | } |
| 714 | |
| 715 | .wpallexport-plugin .tiered-pricing-options .pricing-plans label span.price { |
| 716 | font-size: 13px; |
| 717 | font-weight: 500; |
| 718 | } |
| 719 | |
| 720 | .wpallexport-plugin .tiered-pricing-options .pricing-plans label span.term { |
| 721 | right: 0; |
| 722 | position: relative; |
| 723 | } |
| 724 | |
| 725 | .wpallexport-plugin .tiered-pricing-options .pricing-plans label:hover { |
| 726 | color: #2271b1; |
| 727 | cursor: pointer; |
| 728 | } |
| 729 | |
| 730 | .wpallexport-plugin .tiered-pricing-options .pricing-plans label.checked { |
| 731 | border: 1px solid #2271b1; |
| 732 | color: #2271b1; |
| 733 | } |
| 734 | |
| 735 | .wpallexport-plugin .tiered-pricing-options h3 { |
| 736 | background: none !important; |
| 737 | background-color: transparent !important; |
| 738 | color: #3c434a !important; |
| 739 | padding: 5px; |
| 740 | border: unset; |
| 741 | margin-top: 20px; |
| 742 | font-size: 13px; |
| 743 | } |
| 744 | |
| 745 | .wpallexport-plugin .tiered-pricing-options .faq-section h4 { |
| 746 | background-color: transparent !important; |
| 747 | color: #3c434a !important; |
| 748 | } |
| 749 | |
| 750 | .wpallexport-plugin .tiered-pricing-options .blue { |
| 751 | color: #2271b1; |
| 752 | } |
| 753 | |
| 754 | .wpallexport-plugin .tiered-pricing-options h3::before { |
| 755 | all:unset; |
| 756 | content: unset; |
| 757 | } |
| 758 | |
| 759 | .wpallexport-plugin .tiered-pricing-options .button-and-text-container { |
| 760 | display: flex; |
| 761 | flex-direction: row; |
| 762 | justify-content: space-between; |
| 763 | margin-top: 10px; |
| 764 | } |
| 765 | |
| 766 | .wpallexport-plugin .tiered-pricing-options .button-and-text-container .checkout-trust-group { |
| 767 | display:flex; |
| 768 | flex-direction: row; |
| 769 | gap: 20px; |
| 770 | align-items: flex-end; |
| 771 | padding-bottom: 12px; |
| 772 | } |
| 773 | |
| 774 | .wpallexport-plugin .tiered-pricing-options .button-and-text-container .checkout-trust-group .trusted-by { |
| 775 | position:relative; |
| 776 | } |
| 777 | |
| 778 | .wpallexport-plugin .tiered-pricing-options .button-and-text-container .checkout-trust-group .trusted-by::before { |
| 779 | display: inline-block; |
| 780 | background: url('../img/trust-handshake-shield.svg') no-repeat center center; |
| 781 | height: 40px; |
| 782 | width: 40px; |
| 783 | content: ''; |
| 784 | background-size: contain; |
| 785 | position:absolute; |
| 786 | top: -40px; |
| 787 | left: 65px; |
| 788 | } |
| 789 | |
| 790 | .wpallexport-plugin .tiered-pricing-options .button-and-text-container .checkout-trust-group .money-back-guarantee { |
| 791 | position:relative; |
| 792 | } |
| 793 | |
| 794 | .wpallexport-plugin .tiered-pricing-options .button-and-text-container .checkout-trust-group .money-back-guarantee::before { |
| 795 | display: inline-block; |
| 796 | background: url('../img/guarantee.svg') no-repeat center center; |
| 797 | height: 40px; |
| 798 | width: 40px; |
| 799 | content: ''; |
| 800 | background-size: contain; |
| 801 | position:absolute; |
| 802 | top: -40px; |
| 803 | left: 70px; |
| 804 | } |
| 805 | |
| 806 | .wpallexport-plugin .tiered-pricing-options .button-and-text-container .subscribe-button-group { |
| 807 | display: flex; |
| 808 | flex-direction: column; |
| 809 | align-items: center; |
| 810 | gap: 5px; |
| 811 | } |
| 812 | |
| 813 | .wpallexport-plugin .tiered-pricing-options .button-and-text-container .activate-button-group { |
| 814 | display: flex; |
| 815 | flex-direction: column; |
| 816 | align-items: center; |
| 817 | gap: 5px; |
| 818 | } |
| 819 | |
| 820 | .wpallexport-plugin .tiered-pricing-options .button-and-text-container .activate-license-entry-group { |
| 821 | display: flex; |
| 822 | flex-direction: column; |
| 823 | align-items: left; |
| 824 | gap: 5px; |
| 825 | } |
| 826 | |
| 827 | .wpallexport-plugin .tiered-pricing-options #scheduling-button-and-text-container .activate-button-group button { |
| 828 | box-shadow: none; |
| 829 | border: none; |
| 830 | border-radius: 3px; |
| 831 | vertical-align:bottom !important; |
| 832 | height: 40px; |
| 833 | line-height: 39px; |
| 834 | padding: 0 36px; |
| 835 | font-size: 14px; |
| 836 | background-color: #425f9a; |
| 837 | color: #fff; |
| 838 | width: 260px; |
| 839 | margin-top:unset; |
| 840 | } |
| 841 | |
| 842 | .wpallexport-plugin .tiered-pricing-options .button-and-text-container button.activate-license:hover { |
| 843 | cursor: pointer; |
| 844 | } |
| 845 | |
| 846 | .wpallexport-plugin .tiered-pricing-options #scheduling-button-and-text-container button { |
| 847 | display: flex; |
| 848 | flex-direction: column; |
| 849 | align-items: center; |
| 850 | font-size: 18px; |
| 851 | margin-top:unset; |
| 852 | } |
| 853 | |
| 854 | .wpallexport-plugin .tiered-pricing-options #scheduling-button-and-text-container button.subscribe { |
| 855 | box-shadow: none; |
| 856 | border: none; |
| 857 | border-radius: 3px; |
| 858 | vertical-align:bottom !important; |
| 859 | height: 40px; |
| 860 | line-height: 39px; |
| 861 | padding: 0 36px; |
| 862 | font-size: 14px; |
| 863 | background-color: #425f9a; |
| 864 | color: #fff; |
| 865 | width: 260px; |
| 866 | } |
| 867 | |
| 868 | .wpallexport-plugin .tiered-pricing-options .button-and-text-container button.subscribe:hover { |
| 869 | cursor: pointer; |
| 870 | } |
| 871 | |
| 872 | .wpallexport-plugin .tiered-pricing-options .button-and-text-container span.already-licensed { |
| 873 | cursor: pointer; |
| 874 | font-weight: 400; |
| 875 | } |
| 876 | |
| 877 | .wpallexport-plugin .tiered-pricing-options .button-and-text-container span.already-licensed:hover { |
| 878 | text-decoration: underline; |
| 879 | } |
| 880 | |
| 881 | .wpallexport-plugin .tiered-pricing-options .button-and-text-container button span.note { |
| 882 | font-size: 10px; |
| 883 | font-weight: 100; |
| 884 | margin-top: 3px; |
| 885 | } |
| 886 | |
| 887 | .wpallexport-plugin .tiered-pricing-options .faq-container { |
| 888 | flex: 1; |
| 889 | } |
| 890 | |
| 891 | .wpallexport-plugin .tiered-pricing-options .faq-divs { |
| 892 | padding-left: 10px; |
| 893 | padding-right: 10px; |
| 894 | } |
| 895 | |
| 896 | .wpallexport-plugin .tiered-pricing-options .faq-section { |
| 897 | cursor: pointer; |
| 898 | display: flex; |
| 899 | align-items: left; |
| 900 | } |
| 901 | |
| 902 | .wpallexport-plugin .tiered-pricing-options .faq-answer { |
| 903 | display: none; |
| 904 | padding-left: 25px; |
| 905 | padding-right: 20px; |
| 906 | padding-bottom: 5px; |
| 907 | } |
| 908 | |
| 909 | .wpallexport-plugin .tiered-pricing-options .faq-section.collapsed-header.closed h4 { |
| 910 | background: url('../img/circle-chevron-down-blue.svg') no-repeat 0 0; |
| 911 | background-size: 18px; |
| 912 | padding-left: 25px; |
| 913 | margin-top:5px; |
| 914 | margin-bottom:5px; |
| 915 | color: #464646; |
| 916 | font-size: 12px; |
| 917 | } |
| 918 | |
| 919 | .wpallexport-plugin .tiered-pricing-options .faq-section.collapsed-header h4 { |
| 920 | background: url('../img/circle-chevron-up-blue.svg') no-repeat 0 0; |
| 921 | background-size: 18px; |
| 922 | padding-left: 25px; |
| 923 | margin-top:5px; |
| 924 | margin-bottom:5px; |
| 925 | color: #464646; |
| 926 | position:relative; |
| 927 | font-size: 12px; |
| 928 | } |
| 929 | |
| 930 | .wpallexport-plugin .tiered-pricing-options .hidden { |
| 931 | display: none; |
| 932 | } |
| 933 | |
| 934 | .wpallexport-plugin .active-sites-limit-modal-overlay { |
| 935 | position: fixed; |
| 936 | top: 0; |
| 937 | left: 0; |
| 938 | width: 100vw; |
| 939 | height: 100vh; |
| 940 | background-color: rgba(0, 0, 0, 0.7); |
| 941 | z-index: 999999; |
| 942 | } |
| 943 | |
| 944 | .wpallexport-plugin .active-sites-limit-modal { |
| 945 | background-color: #fff; |
| 946 | border-radius: 8px; |
| 947 | max-width: 550px; |
| 948 | padding: 20px; |
| 949 | box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); |
| 950 | position: relative; |
| 951 | margin: 0 auto; |
| 952 | } |
| 953 | |
| 954 | .wpallexport-plugin .active-sites-limit-modal h2 { |
| 955 | margin: 0 0 10px; |
| 956 | } |
| 957 | |
| 958 | .wpallexport-plugin .active-sites-limit-modal p { |
| 959 | font-size: 14px; |
| 960 | margin: 0 0 20px; |
| 961 | } |
| 962 | |
| 963 | .wpallexport-plugin .active-sites-limit-modal button { |
| 964 | box-shadow: none; |
| 965 | border: none; |
| 966 | border-radius: 3px; |
| 967 | vertical-align:bottom !important; |
| 968 | height: 40px; |
| 969 | line-height: 39px; |
| 970 | padding: 0 36px; |
| 971 | font-size: 14px; |
| 972 | background-color: #425f9a; |
| 973 | color: #fff; |
| 974 | width: 260px; |
| 975 | } |
| 976 | |
| 977 | .wpallexport-plugin .active-sites-limit-modal button.close-limit-modal { |
| 978 | background-color: #f44336; |
| 979 | } |
| 980 | |
| 981 | .wpallexport-plugin .active-sites-limit-modal button:hover { |
| 982 | opacity: 0.9; |
| 983 | } |
| 984 | |
| 985 | .wpallexport-plugin .active-sites-limit-modal .tiered-pricing-options { |
| 986 | position: relative; |
| 987 | margin: 0 auto; |
| 988 | } |