Ticket #59207: 59207.1.patch
File 59207.1.patch, 6.3 KB (added by , 4 months ago) |
---|
-
src/wp-content/themes/twentythirteen/css/blocks.css
361 361 text-decoration: none; 362 362 } 363 363 364 . entry-content.wp-block-button__link {364 .wp-block-button .wp-block-button__link { 365 365 background-color: #e05d22; 366 366 color: #fff; 367 367 } 368 368 369 .entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {369 :root .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) { 370 370 background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */ 371 371 background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */ 372 372 } 373 373 374 . entry-content.wp-block-button__link:hover,375 . entry-content.wp-block-button__link:focus,374 .wp-block-button .wp-block-button__link:hover, 375 .wp-block-button .wp-block-button__link:focus, 376 376 .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover, 377 377 .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus, 378 378 .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover, … … 394 394 color: #ed6a31; 395 395 } 396 396 397 . entry-content.wp-block-button__link:not(.has-background):hover,398 . entry-content.wp-block-button__link:not(.has-background):hover,399 .entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background):hover {397 .wp-block-button .wp-block-button__link:not(.has-background):hover, 398 .wp-block-button .wp-block-button__link:not(.has-background):hover, 399 :root .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background):hover { 400 400 background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */ 401 401 background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */ 402 402 } 403 403 404 . entry-content.wp-block-button__link:active {404 .wp-block-button .wp-block-button__link:active { 405 405 background: #d94412; 406 406 } 407 407 408 . entry-content.wp-block-button__link:not(.has-background):active {408 .wp-block-button .wp-block-button__link:not(.has-background):active { 409 409 background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */ 410 410 background: linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */ 411 411 } 412 412 413 .entry-content .wp-block-button .wp-block-button__link:active {413 :root .wp-block-button .wp-block-button__link:active { 414 414 border: none; 415 415 border-top: 3px solid #b93207; 416 416 padding: 10px 24px 11px; 417 417 } 418 418 419 .entry-content .wp-block-button.is-style-no-shadow .wp-block-button__link {419 :root .wp-block-button.is-style-no-shadow .wp-block-button__link { 420 420 border-bottom: none; 421 421 } 422 422 … … 604 604 7.0 Blocks - Colors 605 605 --------------------------------------------------------------*/ 606 606 607 .entry-content .has-dark-gray-color {607 :root .has-dark-gray-color { 608 608 color: #141412; 609 609 } 610 610 611 .entry-content .has-dark-gray-background-color {611 :root .has-dark-gray-background-color { 612 612 background-color: #141412; 613 613 } 614 614 615 .entry-content .has-red-color {615 :root .has-red-color { 616 616 color: #bc360a; 617 617 } 618 618 619 .entry-content .has-red-background-color {619 :root .has-red-background-color { 620 620 background-color: #bc360a; 621 621 } 622 622 623 .entry-content .has-medium-orange-color {623 :root .has-medium-orange-color { 624 624 color: #db572f; 625 625 } 626 626 627 .entry-content .has-medium-orange-background-color {627 :root .has-medium-orange-background-color { 628 628 background-color: #db572f; 629 629 } 630 630 631 .entry-content .has-light-orange-color {631 :root .has-light-orange-color { 632 632 color: #ea9629; 633 633 } 634 634 635 .entry-content .has-light-orange-background-color {635 :root .has-light-orange-background-color { 636 636 background-color: #ea9629; 637 637 } 638 638 639 .entry-content .has-yellow-color {639 :root .has-yellow-color { 640 640 color: #fbca3c; 641 641 } 642 642 643 .entry-content .has-yellow-background-color {643 :root .has-yellow-background-color { 644 644 background-color: #fbca3c; 645 645 } 646 646 647 .entry-content .has-white-color {647 :root .has-white-color { 648 648 color: #fff; 649 649 } 650 650 651 .entry-content .has-white-background-color {651 :root .has-white-background-color { 652 652 background-color: #fff; 653 653 } 654 654 655 .entry-content .has-dark-brown-color {655 :root .has-dark-brown-color { 656 656 color: #220e10; 657 657 } 658 658 659 .entry-content .has-dark-brown-background-color {659 :root .has-dark-brown-background-color { 660 660 background-color: #220e10; 661 661 } 662 662 663 .entry-content .has-medium-brown-color {663 :root .has-medium-brown-color { 664 664 color: #722d19; 665 665 } 666 666 667 .entry-content .has-medium-brown-background-color {667 :root .has-medium-brown-background-color { 668 668 background-color: #722d19; 669 669 } 670 670 671 .entry-content .has-light-brown-color {671 :root .has-light-brown-color { 672 672 color: #eadaa6; 673 673 } 674 674 675 .entry-content .has-light-brown-background-color {675 :root .has-light-brown-background-color { 676 676 background-color: #eadaa6; 677 677 } 678 678 679 .entry-content .has-beige-color {679 :root .has-beige-color { 680 680 color: #e8e5ce; 681 681 } 682 682 683 .entry-content .has-beige-background-color {683 :root .has-beige-background-color { 684 684 background-color: #e8e5ce; 685 685 } 686 686 687 .entry-content .has-off-white-color {687 :root .has-off-white-color { 688 688 color: #f7f5e7; 689 689 } 690 690 691 .entry-content .has-off-white-background-color {691 :root .has-off-white-background-color { 692 692 background-color: #f7f5e7; 693 693 } -
src/wp-content/themes/twentythirteen/css/editor-blocks.css
264 264 background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */ 265 265 border: none; 266 266 border-bottom: 3px solid #b93207; 267 border-radius: 2px; 267 268 color: #fff; 268 269 display: inline-block; 269 270 font-size: 16px; … … 352 353 353 354 .is-style-outline .wp-block-button__link:not(.has-text-color) { 354 355 border-width: 2px; 355 color: #e 05d22;356 color: #ed6a31; 356 357 } 357 358 358 359 .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) { -
src/wp-content/themes/twentythirteen/style.css
2718 2718 margin-right: 0; 2719 2719 } 2720 2720 2721 .site-footer .widget a{2721 .site-footer .widget :where(a) { 2722 2722 color: #e6402a; 2723 2723 } 2724 2724