DataTables-1.10.20
4 years ago
autoupdate_banner.css
3 years ago
banner_main.css
3 years ago
cdn_page.css
3 years ago
datatables.min.css
4 years ago
jquery.tagsinput.min.css
4 years ago
multi-select.css
3 years ago
referral_program_page.css
3 years ago
settings_basic.css
3 years ago
speed.css
3 years ago
speed_elementor_dark.css
3 years ago
two_admin.css
3 years ago
two_admin_bar.css
3 years ago
two_preview.css
3 years ago
white_label.css
2 years ago
settings_basic.css
918 lines
| 1 | #wpcontent { |
| 2 | padding-left: 0; |
| 3 | } |
| 4 | .two-container * { |
| 5 | box-sizing: border-box; |
| 6 | } |
| 7 | .two-container { |
| 8 | display: flex; |
| 9 | flex-direction: column; |
| 10 | align-items: center; |
| 11 | color: #323A45; |
| 12 | font-family: sans-serif; |
| 13 | } |
| 14 | .two-header { |
| 15 | background-color: #FFFFFF; |
| 16 | width: 100%; |
| 17 | height: 50px; |
| 18 | display: flex; |
| 19 | justify-content: center; |
| 20 | } |
| 21 | .two-header-img { |
| 22 | display: flex; |
| 23 | align-self: center; |
| 24 | } |
| 25 | .two-body-container { |
| 26 | display: flex; |
| 27 | justify-content: center; |
| 28 | max-width: 100%; |
| 29 | font-family: Open Sans, sans-serif !important; |
| 30 | color: #323A45; |
| 31 | } |
| 32 | .two-body-container p { |
| 33 | margin: 0; |
| 34 | } |
| 35 | .two-body .two-not-finished-notice { |
| 36 | box-sizing: border-box; |
| 37 | padding: 4px 6px 4px 26px; |
| 38 | font-size: 12px; |
| 39 | line-height: 19px; |
| 40 | letter-spacing: 0.1px; |
| 41 | background-repeat: no-repeat; |
| 42 | background-position: 6px center; |
| 43 | margin-bottom: 10px; |
| 44 | background-color: #FD3C310D; |
| 45 | border: 1px solid #FD3C311A; |
| 46 | border-radius: 6px; |
| 47 | background-image: url(../images/info_red_bg.svg); |
| 48 | width: fit-content; |
| 49 | } |
| 50 | .two-container.connected .two-body-container { |
| 51 | width: 714px; |
| 52 | flex-direction: row; |
| 53 | flex-wrap: wrap; |
| 54 | } |
| 55 | .two-container.disconnected .two-body-container { |
| 56 | width: 940px; |
| 57 | flex-direction: row; |
| 58 | flex-wrap: wrap; |
| 59 | } |
| 60 | .two-container.disconnected .two-body, |
| 61 | .two-container.disconnected .two-image-container { |
| 62 | flex: 1; |
| 63 | } |
| 64 | .two-body, .two-faq, .two-disconnect-link, .two-wp-link { |
| 65 | background-color: #FFFFFF; |
| 66 | margin-top: 20px; |
| 67 | padding: 30px 0 30px 40px; |
| 68 | width: 100%; |
| 69 | display: flex; |
| 70 | flex-direction: column; |
| 71 | align-self: center; |
| 72 | border: 1px solid #323A4533; |
| 73 | border-radius: 6px; |
| 74 | } |
| 75 | .two-greeting { |
| 76 | font-size: 12px; |
| 77 | line-height: 18px; |
| 78 | font-weight: 600; |
| 79 | } |
| 80 | .two-waving-hand { |
| 81 | display: inline-block; |
| 82 | vertical-align: sub; |
| 83 | } |
| 84 | .two-plugin-status { |
| 85 | font-size: 16px; |
| 86 | line-height: 26px; |
| 87 | font-weight: bold; |
| 88 | margin-top: 5px; |
| 89 | } |
| 90 | .two-plugin-description { |
| 91 | font-size: 14px; |
| 92 | line-height: 20px; |
| 93 | } |
| 94 | .two-score0 { |
| 95 | background: url(../images/speed/red-info.svg) no-repeat #FD3C310D; |
| 96 | background-size: 30px; |
| 97 | width: 30px; |
| 98 | height: 30px; |
| 99 | position: absolute; |
| 100 | left: -15px; |
| 101 | top: -15px; |
| 102 | border-radius: 30px; |
| 103 | } |
| 104 | .two-button { |
| 105 | border-radius: 6px; |
| 106 | padding: 10px 24px; |
| 107 | text-align: center; |
| 108 | text-decoration: none; |
| 109 | width: 260px; |
| 110 | font-size: 14px; |
| 111 | line-height: 20px; |
| 112 | font-weight: 600; |
| 113 | margin-top: 55px; |
| 114 | text-transform: uppercase; |
| 115 | color: #FFFFFF; |
| 116 | cursor: pointer; |
| 117 | } |
| 118 | .two-button.two_cache_button { |
| 119 | margin-top: 30px; |
| 120 | text-transform: capitalize; |
| 121 | height: 40px; |
| 122 | } |
| 123 | .two-button.two_cache_button:focus { |
| 124 | color: #fff; |
| 125 | } |
| 126 | .two_cache_button .two-loading { |
| 127 | position: relative; |
| 128 | width: 14px; |
| 129 | height: 14px; |
| 130 | margin-top: -14px; |
| 131 | } |
| 132 | .two_cache_button .two-loading:before { |
| 133 | content: ''; |
| 134 | position: absolute; |
| 135 | background: transparent url(../images/speed/loader.svg) 0% 0% no-repeat padding-box; |
| 136 | animation: rotation 1s infinite linear; |
| 137 | width: 14px; |
| 138 | height: 14px; |
| 139 | top: 3px; |
| 140 | left: -7px; |
| 141 | } |
| 142 | .two-button-io-active-optimize { |
| 143 | min-height: 40px; |
| 144 | } |
| 145 | .two-button-io-active-optimize .two-loading { |
| 146 | position: relative; |
| 147 | width: 14px; |
| 148 | height: 14px; |
| 149 | margin-top: -14px; |
| 150 | } |
| 151 | .two-button-io-active-optimize .two-loading:before { |
| 152 | content: ''; |
| 153 | position: absolute; |
| 154 | background: transparent url(../images/speed/loader.svg) 0% 0% no-repeat padding-box; |
| 155 | animation: rotation 1s infinite linear; |
| 156 | width: 14px; |
| 157 | height: 14px; |
| 158 | top: 3px; |
| 159 | left: -7px; |
| 160 | } |
| 161 | @keyframes rotation { |
| 162 | from { |
| 163 | transform: rotate(0deg); |
| 164 | } |
| 165 | to { |
| 166 | transform: rotate(359deg); |
| 167 | } |
| 168 | } |
| 169 | .two-body .two-button { |
| 170 | margin-right: 30px; |
| 171 | } |
| 172 | .two-button:hover { |
| 173 | opacity: 0.8; |
| 174 | color: #ffffff; |
| 175 | } |
| 176 | .two-button-green { |
| 177 | background-color: #22B339; |
| 178 | } |
| 179 | |
| 180 | .two-button[disabled] { |
| 181 | cursor: default; |
| 182 | } |
| 183 | .two-button-connect { |
| 184 | background-color: #22B339; |
| 185 | align-self: center; |
| 186 | } |
| 187 | .two-button-connect:hover { |
| 188 | background-color: #22B339CC; |
| 189 | color: #FFFFFF; |
| 190 | } |
| 191 | .two-button-connect[disabled] { |
| 192 | background-color: #22B33980; |
| 193 | color: #FFFFFF80; |
| 194 | } |
| 195 | .two-wp-link { |
| 196 | width: 300px; |
| 197 | font-size: 12px; |
| 198 | line-height: 19px; |
| 199 | margin-left: 7px; |
| 200 | padding: 12px 16px; |
| 201 | } |
| 202 | .two-wp-link a { |
| 203 | color: #2160B5; |
| 204 | font-weight: 600; |
| 205 | } |
| 206 | .two-connected-img { |
| 207 | position: absolute; |
| 208 | top: 14px; |
| 209 | left: 14px; |
| 210 | } |
| 211 | .two-disconnect-link { |
| 212 | width: 400px; |
| 213 | font-size: 12px; |
| 214 | line-height: 19px; |
| 215 | margin-right: 7px; |
| 216 | padding: 12px 38px; |
| 217 | position: relative; |
| 218 | } |
| 219 | .two-disconnect-link a { |
| 220 | color: #323A45; |
| 221 | } |
| 222 | .two-disconnect-link a:hover { |
| 223 | text-decoration: none; |
| 224 | } |
| 225 | .two-faq-header { |
| 226 | font-size: 16px; |
| 227 | line-height: 26px; |
| 228 | font-weight: bold; |
| 229 | padding-bottom: 25px; |
| 230 | } |
| 231 | .two-faq-item { |
| 232 | border-top: 1px solid #E4E4E4; |
| 233 | padding: 20px 0; |
| 234 | position: relative; |
| 235 | cursor: pointer; |
| 236 | } |
| 237 | .two-faq-question { |
| 238 | font-size: 14px; |
| 239 | line-height: 20px; |
| 240 | font-weight: bold; |
| 241 | } |
| 242 | .two-faq-answer { |
| 243 | font-size: 12px; |
| 244 | line-height: 18px; |
| 245 | display: none; |
| 246 | padding-top: 20px; |
| 247 | } |
| 248 | .two-faq-item.active .two-faq-answer { |
| 249 | display: block; |
| 250 | } |
| 251 | .two-faq-item:after { |
| 252 | content: ""; |
| 253 | width: 26px; |
| 254 | height: 26px; |
| 255 | border: 1px solid #323A4526; |
| 256 | border-radius: 15px; |
| 257 | background-color: #FFFFFF; |
| 258 | position: absolute; |
| 259 | right: 20px; |
| 260 | top: 17px; |
| 261 | background-image: url("../images/up-arrow2.svg"); |
| 262 | background-size: 9px; |
| 263 | background-repeat: no-repeat; |
| 264 | background-position: 9px 8px; |
| 265 | transform: matrix(0, 1, -1, 0, 0, 0); |
| 266 | } |
| 267 | .two-faq-item.active:after { |
| 268 | transform: none; |
| 269 | background-color: #2160B5; |
| 270 | background-image: url("../images/up-arrow.svg"); |
| 271 | } |
| 272 | .two-warning { |
| 273 | background-color: #FFF9EA; |
| 274 | border: 1px solid #323A4533; |
| 275 | border-radius: 6px; |
| 276 | margin-top: 20px; |
| 277 | padding: 12px 34px; |
| 278 | flex-basis: 100%; |
| 279 | font-size: 12px; |
| 280 | line-height: 19px; |
| 281 | position: relative; |
| 282 | } |
| 283 | .two-error { |
| 284 | background-color: #FD3C311A; |
| 285 | margin-top: 20px; |
| 286 | padding: 9px 38px; |
| 287 | flex-basis: 100%; |
| 288 | font-size: 12px; |
| 289 | line-height: 19px; |
| 290 | position: relative; |
| 291 | } |
| 292 | .two-info-img { |
| 293 | position: absolute; |
| 294 | top: 14px; |
| 295 | left: 14px; |
| 296 | } |
| 297 | .two-error-img { |
| 298 | position: absolute; |
| 299 | top: 10px; |
| 300 | left: 16px; |
| 301 | } |
| 302 | .two-step { |
| 303 | display: flex; |
| 304 | flex-wrap: wrap; |
| 305 | align-items: center; |
| 306 | } |
| 307 | .two-steps { |
| 308 | margin: 14px 0 20px 0; |
| 309 | } |
| 310 | .two-step-check { |
| 311 | width: 40px; |
| 312 | height: 40px; |
| 313 | box-shadow: 0 3px 6px #00000027; |
| 314 | border-radius: 50%; |
| 315 | padding: 3px; |
| 316 | box-sizing: border-box; |
| 317 | flex: 0 0 auto; |
| 318 | } |
| 319 | .two-step-check-inner { |
| 320 | background-repeat: no-repeat; |
| 321 | background-position: center; |
| 322 | width: 34px; |
| 323 | height: 34px; |
| 324 | border: 4px solid #22B339; |
| 325 | border-radius: 50%; |
| 326 | box-sizing: border-box; |
| 327 | } |
| 328 | .two-step-check-inner.two-check { |
| 329 | background-image: url("../images/check.svg"); |
| 330 | } |
| 331 | .two-step-check-inner.two-star { |
| 332 | background-image: url("../images/star.svg"); |
| 333 | } |
| 334 | .two-step-check-inner.two-flash { |
| 335 | background-image: url("../images/flash.svg"); |
| 336 | } |
| 337 | .two-step-title { |
| 338 | font-size: 12px; |
| 339 | line-height: 18px; |
| 340 | font-weight: 600; |
| 341 | margin: 11px 12px; |
| 342 | } |
| 343 | .two-step-body { |
| 344 | flex: 0 1 100%; |
| 345 | margin: 0 52px; |
| 346 | position: relative; |
| 347 | } |
| 348 | .two-step-header { |
| 349 | font-size: 16px; |
| 350 | line-height: 22px; |
| 351 | font-weight: bold; |
| 352 | } |
| 353 | .two-step-description { |
| 354 | font-size: 14px; |
| 355 | line-height: 20px; |
| 356 | } |
| 357 | .two-step-1 .two-step-description{ |
| 358 | margin-bottom: 32px; |
| 359 | } |
| 360 | .two-step-body:before { |
| 361 | content: ""; |
| 362 | position: absolute; |
| 363 | top: 6px; |
| 364 | left: -32px; |
| 365 | height: calc(100% - 15px); |
| 366 | border: 1px solid #22B339; |
| 367 | border-radius: 7px; |
| 368 | background-color: #22B339; |
| 369 | } |
| 370 | .two-step-1 .two-step-body:before { |
| 371 | opacity: 0.3; |
| 372 | } |
| 373 | .two-step-2 .two-step-body:before { |
| 374 | height: calc(100% - 6px); |
| 375 | } |
| 376 | |
| 377 | .two-disconnect-popup { |
| 378 | position: fixed; |
| 379 | top: 0; right: 0; bottom: 0; left: 0; |
| 380 | background-color: #323A4534; |
| 381 | display: none; |
| 382 | flex-direction: column; |
| 383 | justify-content: center; |
| 384 | z-index: 9999; |
| 385 | color: #323A45; |
| 386 | font-family: sans-serif; |
| 387 | } |
| 388 | .two-disconnect-popup.open { |
| 389 | display: flex; |
| 390 | } |
| 391 | .two-disconnect-popup-body { |
| 392 | width: 700px; |
| 393 | box-sizing: border-box; |
| 394 | margin: 0 auto; |
| 395 | background-color: #FFFFFF; |
| 396 | border-radius: 12px; |
| 397 | display: flex; |
| 398 | flex-direction: column; |
| 399 | align-self: center; |
| 400 | padding: 35px 50px; |
| 401 | font-size: 16px; |
| 402 | line-height: 24px; |
| 403 | justify-content: space-between; |
| 404 | position: relative; |
| 405 | } |
| 406 | .two-disconnect-popup-content { |
| 407 | flex-grow: 1; |
| 408 | margin: 0; |
| 409 | } |
| 410 | .two-disconnect-popup-content>p { |
| 411 | font-size: 16px; |
| 412 | line-height: 24px; |
| 413 | margin: 20px 0; |
| 414 | } |
| 415 | .two-disconnect-popup-title { |
| 416 | font-size: 24px; |
| 417 | line-height: 34px; |
| 418 | font-weight: 800; |
| 419 | } |
| 420 | .two-disconnect-popup-list p { |
| 421 | font-size: 14px; |
| 422 | line-height: 18px; |
| 423 | position: relative; |
| 424 | padding-left: 25px; |
| 425 | } |
| 426 | .two-disconnect-popup-list p:before { |
| 427 | content: ''; |
| 428 | display: inline-block; |
| 429 | background-image: url('../images/error_solid.svg'); |
| 430 | width: 22px; |
| 431 | height: 17px; |
| 432 | position: absolute; |
| 433 | left: 0; |
| 434 | top: -1px; |
| 435 | } |
| 436 | .two-button-cancel, .two-button-cancel:hover { |
| 437 | background-color: #E6E7E8; |
| 438 | color: #323A45; |
| 439 | } |
| 440 | .two-disconnect-popup-button { |
| 441 | display: inline-block; |
| 442 | width: 180px; |
| 443 | box-sizing: border-box; |
| 444 | margin: 10px; |
| 445 | } |
| 446 | .two-button-disconnect { |
| 447 | background-color: #FD3C31; |
| 448 | color: #FFFFFF; |
| 449 | } |
| 450 | .two-button-disconnect:hover { |
| 451 | background-color: #FD3C31CC; |
| 452 | color: #FFFFFF; |
| 453 | } |
| 454 | .two-disconnect-popup-button-container { |
| 455 | display: flex; |
| 456 | flex-direction: row; |
| 457 | justify-content: end; |
| 458 | } |
| 459 | .two-close-img { |
| 460 | position: absolute; |
| 461 | top: 15px; |
| 462 | right: 15px; |
| 463 | cursor: pointer; |
| 464 | } |
| 465 | .two-container.disconnected .two-image-container { |
| 466 | background-color: #FFFFFF ; |
| 467 | border-radius: 0 6px 6px 0; |
| 468 | border: 1px solid #323A4533; |
| 469 | border-left: none; |
| 470 | margin-top: 20px; |
| 471 | padding: 35px 10px 0 10px; |
| 472 | flex: 1 0 50%; |
| 473 | } |
| 474 | .two-container.disconnected .two-body { |
| 475 | border-radius: 6px 0 0 6px; |
| 476 | border-right: none; |
| 477 | position: relative; |
| 478 | flex: 1 0 50%; |
| 479 | } |
| 480 | .two-container.disconnected .two-body:after { |
| 481 | position: absolute; |
| 482 | content: ''; |
| 483 | border-right: 1px solid #E4E4E4; |
| 484 | height: calc(100% - 60px); |
| 485 | right: 0; |
| 486 | top: 30px; |
| 487 | } |
| 488 | .two-welcome-image{ |
| 489 | max-width: 449px; |
| 490 | width: 100%; |
| 491 | } |
| 492 | .two-image-description { |
| 493 | background-color: #F9F9F9; |
| 494 | border-radius: 12px; |
| 495 | padding: 20px; |
| 496 | margin: 0 30px; |
| 497 | } |
| 498 | .two-image-description-header { |
| 499 | font-size: 14px; |
| 500 | line-height: 20px; |
| 501 | font-weight: bold; |
| 502 | } |
| 503 | .two-image-description-list { |
| 504 | columns: 2; |
| 505 | gap: 8px; |
| 506 | font-size: 12px; |
| 507 | line-height: 18px; |
| 508 | font-weight: 600; |
| 509 | margin: 15px 0 0 0; |
| 510 | } |
| 511 | .two-image-description-list li { |
| 512 | margin: 0 0 10px 20px; |
| 513 | position: relative; |
| 514 | } |
| 515 | .two-image-description-list li:before { |
| 516 | content: ''; |
| 517 | display: inline-block; |
| 518 | background-image: url('../images/check_solid.svg'); |
| 519 | background-repeat: no-repeat; |
| 520 | background-position: 50%; |
| 521 | width: 20px; |
| 522 | height: 20px; |
| 523 | position: absolute; |
| 524 | left: -22px; |
| 525 | top: -1px; |
| 526 | } |
| 527 | @media screen and (max-width: 767px){ |
| 528 | .two-image-container{ |
| 529 | display: none; |
| 530 | } |
| 531 | } |
| 532 | |
| 533 | .two_incompatible_notice { |
| 534 | background: #FFFFFF; |
| 535 | padding: 20px 22px; |
| 536 | border-left: 3px solid #DF3B2F; |
| 537 | font-family: sans-serif; |
| 538 | width: calc(100% - 40px); |
| 539 | margin: 20px 20px 0; |
| 540 | } |
| 541 | .two_incompatible_notice_title { |
| 542 | font-size: 16px; |
| 543 | line-height: 24px; |
| 544 | font-weight: bold; |
| 545 | letter-spacing: 0.13px; |
| 546 | color: #323A45; |
| 547 | } |
| 548 | .two_incompatible_notice_desc { |
| 549 | margin: 6px 0 30px; |
| 550 | font-size: 14px; |
| 551 | line-height: 20px; |
| 552 | letter-spacing: 0.12px; |
| 553 | color: #323A45; |
| 554 | max-width: 690px; |
| 555 | } |
| 556 | .two_incompatible_plugin_name { |
| 557 | font-weight: 600; |
| 558 | font-size: 12px; |
| 559 | line-height: 18px; |
| 560 | letter-spacing: 0.1px; |
| 561 | width: 110px; |
| 562 | } |
| 563 | .two_deactivate_plugin{ |
| 564 | /*width: 96px;*/ |
| 565 | height: 24px; |
| 566 | background: #F8F8F8; |
| 567 | border: 1px solid #DEDEDE; |
| 568 | display: flex; |
| 569 | justify-content: center; |
| 570 | align-items: center; |
| 571 | padding: 3px 8px; |
| 572 | font-size: 12px; |
| 573 | line-height: 18px; |
| 574 | font-weight: 600; |
| 575 | cursor: pointer; |
| 576 | } |
| 577 | .two_incompatible_plugins { |
| 578 | display: flex; |
| 579 | justify-content: space-between; |
| 580 | border-right: 1px solid #E4E4E4; |
| 581 | align-items: center; |
| 582 | margin-right: 60px; |
| 583 | padding-right: 60px; |
| 584 | } |
| 585 | .two_incompatible_plugin_list { |
| 586 | display: grid; |
| 587 | grid-template-columns: repeat(3,376px); |
| 588 | position: relative; |
| 589 | overflow: hidden; |
| 590 | max-width: 1060px; |
| 591 | } |
| 592 | |
| 593 | .two-optimized-homepage-and-available-pro-container { |
| 594 | display: flex; |
| 595 | gap: 14px; |
| 596 | max-width: 714px; |
| 597 | margin-top: 20px; |
| 598 | } |
| 599 | .two-get-pro-container { |
| 600 | background-image: url(../images/diamond_green.svg); |
| 601 | background-repeat: no-repeat; |
| 602 | background-position: right 6px top 3px; |
| 603 | } |
| 604 | .two-optimized-homepage-and-available-pro-container .two-section-with-border { |
| 605 | border: 1px solid #323A4533; |
| 606 | border-radius: 6px; |
| 607 | background-color: white; |
| 608 | padding: 25px 20px; |
| 609 | box-sizing: border-box; |
| 610 | } |
| 611 | .two-optimized-homepage-container { |
| 612 | min-width: 400px; |
| 613 | } |
| 614 | .two-full-width { |
| 615 | width: 100%; |
| 616 | } |
| 617 | .two-optimized-homepage-header { |
| 618 | margin-bottom: 20px; |
| 619 | display: flex; |
| 620 | justify-content: space-between; |
| 621 | } |
| 622 | .two-settings_title>p { |
| 623 | color: #323A4580; |
| 624 | font-weight: 600; |
| 625 | font-size: 12px; |
| 626 | } |
| 627 | |
| 628 | .two-settings_title { |
| 629 | font-size: 12px; |
| 630 | line-height: 18px; |
| 631 | letter-spacing: 0.1px; |
| 632 | font-weight: bold; |
| 633 | } |
| 634 | .two-settings_title.two-cache-link { |
| 635 | font-weight: 600; |
| 636 | text-decoration: underline; |
| 637 | cursor: pointer; |
| 638 | position: relative; |
| 639 | } |
| 640 | .two-settings_title.two_cache_cleared:before { |
| 641 | content: ''; |
| 642 | background: url(../images/speed/green-info.svg) right 0px top 2px no-repeat; |
| 643 | background-size: 14px; |
| 644 | width: 16px; |
| 645 | height: 16px; |
| 646 | left: -20px; |
| 647 | } |
| 648 | .two-cache-link:before { |
| 649 | content: ''; |
| 650 | position: absolute; |
| 651 | } |
| 652 | .two_loading:before { |
| 653 | width: 16px; |
| 654 | height: 16px; |
| 655 | background-image: url(../images/speed/reload_icon_dark.svg); |
| 656 | left: -20px; |
| 657 | background-size: 16px; |
| 658 | } |
| 659 | .two_cleared_successful:before { |
| 660 | width: 10px; |
| 661 | height: 10px; |
| 662 | background-image: url(../images/check_solid.svg); |
| 663 | left: -17px; |
| 664 | top: 4px; |
| 665 | background-size: 10px; |
| 666 | } |
| 667 | |
| 668 | .two-homepage-scores { |
| 669 | display: flex; |
| 670 | gap: 10px; |
| 671 | } |
| 672 | div.two-half-width { |
| 673 | width: 50%; |
| 674 | } |
| 675 | .two-before-score-section, .two-after-score-section { |
| 676 | width: 175px; |
| 677 | display: flex; |
| 678 | gap: 10px; |
| 679 | flex-direction: column; |
| 680 | } |
| 681 | |
| 682 | .two_score_block_left,.two_score_block_right, .two-optimized-homepage-container .two-homepage-scores .two_score_container_both { |
| 683 | width: 100%; |
| 684 | } |
| 685 | .two-homepage-score_title { |
| 686 | font-size: 10px; |
| 687 | line-height: 16px; |
| 688 | letter-spacing: 0; |
| 689 | font-weight: 600; |
| 690 | opacity: 0.5; |
| 691 | margin-bottom: 4px; |
| 692 | } |
| 693 | .two-homepage-score-each { |
| 694 | width: 100%; |
| 695 | padding: 10px 15px; |
| 696 | box-sizing: border-box; |
| 697 | background-color: #F9F9F9; |
| 698 | border-radius: 6px; |
| 699 | display: flex; |
| 700 | gap: 10px; |
| 701 | } |
| 702 | .two-homepage-score-text { |
| 703 | display: flex; |
| 704 | justify-content: center; |
| 705 | flex-direction: column; |
| 706 | } |
| 707 | .two-homepage-score-text .two-homepage-score_view { |
| 708 | opacity: 1; |
| 709 | font-weight: bold; |
| 710 | } |
| 711 | .two-optimized-homepage-notice { |
| 712 | box-sizing: border-box; |
| 713 | padding: 10px 16px; |
| 714 | font-size: 12px; |
| 715 | line-height: 19px; |
| 716 | letter-spacing: 0.1px; |
| 717 | background-repeat: no-repeat; |
| 718 | background-position: 16px 13px; |
| 719 | margin-bottom: 10px; |
| 720 | margin-top: 20px; |
| 721 | } |
| 722 | .two-optimized-homepage-notice.two-reached-limit { |
| 723 | background-color: #FD3C310D; |
| 724 | background-image: url(../images/info_red.svg); |
| 725 | display: flex; |
| 726 | flex-wrap: wrap; |
| 727 | justify-content: space-between; |
| 728 | } |
| 729 | |
| 730 | .two-optimized-homepage-notice div:first-child { |
| 731 | padding-left: 20px; |
| 732 | } |
| 733 | .two-optimized-homepage-notice:not(.two-reached-limit) { |
| 734 | background-color: #22B3390D; |
| 735 | background-image: url(../images/info_green.svg); |
| 736 | } |
| 737 | .two-optimized-page, .two-optimized-images { |
| 738 | display: flex; |
| 739 | justify-content: space-between; |
| 740 | position: relative; |
| 741 | padding: 10px 0; |
| 742 | } |
| 743 | .two-optimiziation-info:not(.two-reached-limit) .two-optimized-page { |
| 744 | padding-bottom: 0; |
| 745 | } |
| 746 | .two-optimiziation-info.two-reached-limit .two-optimized-page { |
| 747 | border-bottom: 4px solid #22B339; |
| 748 | border-radius: 2px; |
| 749 | margin-bottom: 10px; |
| 750 | } |
| 751 | .two-title-with-dot { |
| 752 | position: relative; |
| 753 | padding-left: 17px; |
| 754 | } |
| 755 | .two-title-with-dot:before { |
| 756 | position: absolute; |
| 757 | content: '.'; |
| 758 | width: 5px; |
| 759 | height: 5px; |
| 760 | left: 4px; |
| 761 | top: -6px; |
| 762 | font-size: 20px; |
| 763 | opacity: 0.2; |
| 764 | } |
| 765 | .two-get-pro-container .two-available-pro-listing { |
| 766 | margin-top: 20px |
| 767 | } |
| 768 | .two-get-pro-container .two-available-pro-listing ul, |
| 769 | .two-get-pro-container .two-available-pro-listing ul li:last-child { |
| 770 | margin-bottom: 0; |
| 771 | } |
| 772 | .two-available-pro-list-each-diamond { |
| 773 | font-weight: 600; |
| 774 | margin-top: 8px; |
| 775 | margin-bottom: 0; |
| 776 | padding: 0 0 0 22px; |
| 777 | background-image: url("../images/speed/diamond.svg"); |
| 778 | background-size: 18px; |
| 779 | background-repeat: no-repeat; |
| 780 | background-position: 1px 1px; |
| 781 | } |
| 782 | .two-available-pro-list-each-point { |
| 783 | font-weight: 400; |
| 784 | margin-top: 5px; |
| 785 | margin-bottom: 0; |
| 786 | padding: 0 0 0 22px; |
| 787 | background-image: url("../images/speed/grey_point.svg"); |
| 788 | background-size: 12px; |
| 789 | background-repeat: no-repeat; |
| 790 | background-position: 3px 3px; |
| 791 | } |
| 792 | .two-available-pro-button-container { |
| 793 | display: flex; |
| 794 | justify-content: end; |
| 795 | } |
| 796 | .two-available-pro-button { |
| 797 | display: block; |
| 798 | width: 180px; |
| 799 | } |
| 800 | |
| 801 | .two-helpful-resources { |
| 802 | margin-top: 20px; |
| 803 | display: flex; |
| 804 | justify-content: space-between; |
| 805 | gap: 15px; |
| 806 | } |
| 807 | .two-helpfup-resources-each { |
| 808 | display: flex; |
| 809 | gap: 14px; |
| 810 | border: 1px solid #323A4533; |
| 811 | border-radius: 6px; |
| 812 | background-color: #ffffff; |
| 813 | max-height: 118px; |
| 814 | } |
| 815 | .two-helpfup-resources-each img { |
| 816 | width: 155px; |
| 817 | height: 118px; |
| 818 | } |
| 819 | .two-helpfup-resources-each_text { |
| 820 | display: flex; |
| 821 | justify-content: center; |
| 822 | flex-direction: column; |
| 823 | padding-right: 14px; |
| 824 | } |
| 825 | .two-helpfup-resources-each_link { |
| 826 | margin-top: 6px; |
| 827 | font-size: 12px; |
| 828 | line-height: 18px; |
| 829 | letter-spacing: 0.1px; |
| 830 | color: #323A45; |
| 831 | opacity: 0.5; |
| 832 | } |
| 833 | .two-helpfup-resources-each_link:hover { |
| 834 | text-decoration: none; |
| 835 | color: #323A45; |
| 836 | opacity: 0.5; |
| 837 | } |
| 838 | |
| 839 | |
| 840 | .two-homepage-score { |
| 841 | border-radius: 50%; |
| 842 | position: relative; |
| 843 | line-height: 0; |
| 844 | } |
| 845 | .two-homepage-score.two-poor-score { |
| 846 | background: #FD3C311A; |
| 847 | } |
| 848 | .two-homepage-score.two-low-score { |
| 849 | background: #fff6e6; |
| 850 | } |
| 851 | .two-homepage-score.two-high-score { |
| 852 | background: #E8F7EC; |
| 853 | } |
| 854 | .two-homepage-score .circle p { |
| 855 | position: absolute; |
| 856 | left: 50%; |
| 857 | top: 50%; |
| 858 | transform: translate(-50%, -50%); |
| 859 | font-size: 12px; |
| 860 | font-weight: 600; |
| 861 | line-height: 18px; |
| 862 | } |
| 863 | .two-homepage-score .circle p span { |
| 864 | font-size: 10px; |
| 865 | font-weight: 600; |
| 866 | line-height: 18px; |
| 867 | } |
| 868 | @media screen and (max-width: 1260px){ |
| 869 | .two_incompatible_plugin_list { |
| 870 | grid-template-columns: repeat(3,36%); |
| 871 | } |
| 872 | .two-optimized-homepage-and-available-pro-container { |
| 873 | flex-direction: column; |
| 874 | align-items: center; |
| 875 | } |
| 876 | .two-helpful-resources { |
| 877 | flex-direction: column; |
| 878 | } |
| 879 | } |
| 880 | |
| 881 | .two-line_container { |
| 882 | width: 100%; |
| 883 | height: 6px; |
| 884 | border-radius: 3px; |
| 885 | background-color: #FD3C31; |
| 886 | margin: 9px 0 3px 0; |
| 887 | } |
| 888 | |
| 889 | .two-line_container span { |
| 890 | display: block; |
| 891 | height: 6px; |
| 892 | background-color: #22B339; |
| 893 | } |
| 894 | |
| 895 | .two-line_container span.two-size_0 { |
| 896 | width: 0; |
| 897 | } |
| 898 | .two-line_container span.two-size_1 { |
| 899 | width: 16.7%; |
| 900 | } |
| 901 | .two-line_container span.two-size_2 { |
| 902 | width: 33.4%; |
| 903 | } |
| 904 | .two-line_container span.two-size_3 { |
| 905 | width: 50.1%; |
| 906 | } |
| 907 | .two-line_container span.two-size_4 { |
| 908 | width: 66.8%; |
| 909 | } |
| 910 | .two-line_container span.two-size_5 { |
| 911 | width: 83.5%; |
| 912 | } |
| 913 | |
| 914 | .two-line_container span.two-size_6 { |
| 915 | width: 100%; |
| 916 | } |
| 917 | |
| 918 |