|
378 | 378 | z-index: 1; |
379 | 379 | } |
380 | 380 |
|
381 | | -.crumple-video--alhambra { |
| 381 | +.crumple-video--alhambra, |
| 382 | +.crumple-video--art { |
382 | 383 | z-index: 1; |
383 | 384 | } |
384 | 385 |
|
|
578 | 579 | animation: f 1s .25s linear reverse forwards; |
579 | 580 | } |
580 | 581 |
|
581 | | - body.has-hover:not(#trash):not(#essays):not(#poems):has(.footer__link--alhambra:hover) .crumple { |
| 582 | + body.has-hover:not(#trash):not(#essays):not(#poems):has(.footer__link--alhambra:hover) .crumple, |
| 583 | + body.has-hover:not(#trash):not(#essays):not(#poems):has(.footer__link--art:hover) .crumple { |
582 | 584 | z-index: 2; |
583 | 585 | } |
584 | | - |
585 | | - body.has-hover:not(#trash):not(#essays):not(#poems):has(.footer__link--alhambra:hover) .crumple-video--alhambra { |
| 586 | + |
| 587 | + body.has-hover:not(#trash):not(#essays):not(#poems):has(.footer__link--alhambra:hover) .crumple-video--alhambra, |
| 588 | + body.has-hover:not(#trash):not(#essays):not(#poems):has(.footer__link--art:hover) .crumple-video--art { |
586 | 589 | opacity: 1; |
587 | 590 | -webkit-animation: d 1s .25s linear reverse forwards; |
588 | 591 | animation: d 1s .25s linear reverse forwards; |
|
655 | 658 | animation: e 1s 0s linear reverse forwards; |
656 | 659 | } |
657 | 660 |
|
658 | | - /* Second link (green) - alhambra */ |
659 | | - body.no-hover:not(#trash):not(#essays):not(#poems):has(.footer__link--alhambra:hover) .crumple { |
| 661 | + /* Second link (green) - alhambra / art */ |
| 662 | + body.no-hover:not(#trash):not(#essays):not(#poems):has(.footer__link--alhambra:hover) .crumple, |
| 663 | + body.no-hover:not(#trash):not(#essays):not(#poems):has(.footer__link--art:hover) .crumple { |
660 | 664 | z-index: 2; |
661 | 665 | } |
662 | | - |
663 | | - body.no-hover:not(#trash):not(#essays):not(#poems):has(.footer__link--alhambra:hover) .crumple:after { |
| 666 | + |
| 667 | + body.no-hover:not(#trash):not(#essays):not(#poems):has(.footer__link--alhambra:hover) .crumple:after, |
| 668 | + body.no-hover:not(#trash):not(#essays):not(#poems):has(.footer__link--art:hover) .crumple:after { |
664 | 669 | background-color: #012118; |
665 | 670 | opacity: 1; |
666 | 671 | -webkit-animation: b 1s 0s linear reverse forwards; |
@@ -812,18 +817,21 @@ body:has(.footer__link--home:hover) .crumple:after { |
812 | 817 | background-image: none; |
813 | 818 | } |
814 | 819 |
|
815 | | - body:has(.footer__link--alhambra:active) .crumple { |
| 820 | + body:has(.footer__link--alhambra:active) .crumple, |
| 821 | + body:has(.footer__link--art:active) .crumple { |
816 | 822 | background: transparent; |
817 | 823 | z-index: 0; |
818 | 824 | } |
819 | | - |
820 | | - body:has(.footer__link--alhambra:active) .crumple-video--alhambra { |
| 825 | + |
| 826 | + body:has(.footer__link--alhambra:active) .crumple-video--alhambra, |
| 827 | + body:has(.footer__link--art:active) .crumple-video--art { |
821 | 828 | opacity: 1; |
822 | 829 | -webkit-animation: d 1s .25s linear forwards; |
823 | 830 | animation: d 1s .25s linear forwards; |
824 | 831 | } |
825 | | - |
826 | | - body:has(.footer__link--alhambra:active) .crumple:after { |
| 832 | + |
| 833 | + body:has(.footer__link--alhambra:active) .crumple:after, |
| 834 | + body:has(.footer__link--art:active) .crumple:after { |
827 | 835 | background-image: none; |
828 | 836 | } |
829 | 837 | } |
@@ -899,18 +907,21 @@ body:has(.footer__link--home:hover) .crumple:after { |
899 | 907 | background-image: none; |
900 | 908 | } |
901 | 909 |
|
902 | | - body:has(.footer__link--alhambra.mobile-trigger) .crumple { |
| 910 | + body:has(.footer__link--alhambra.mobile-trigger) .crumple, |
| 911 | + body:has(.footer__link--art.mobile-trigger) .crumple { |
903 | 912 | background: transparent; |
904 | 913 | z-index: 0; |
905 | 914 | } |
906 | | - |
907 | | - body:has(.footer__link--alhambra.mobile-trigger) .crumple-video--alhambra { |
| 915 | + |
| 916 | + body:has(.footer__link--alhambra.mobile-trigger) .crumple-video--alhambra, |
| 917 | + body:has(.footer__link--art.mobile-trigger) .crumple-video--art { |
908 | 918 | opacity: 1; |
909 | 919 | -webkit-animation: d 1s .25s linear forwards; |
910 | 920 | animation: d 1s .25s linear forwards; |
911 | 921 | } |
912 | | - |
913 | | - body:has(.footer__link--alhambra.mobile-trigger) .crumple:after { |
| 922 | + |
| 923 | + body:has(.footer__link--alhambra.mobile-trigger) .crumple:after, |
| 924 | + body:has(.footer__link--art.mobile-trigger) .crumple:after { |
914 | 925 | background-image: none; |
915 | 926 | } |
916 | 927 | } |
0 commit comments