|
2 | 2 | @import "/node_modules/swiper/swiper.less";
|
3 | 3 | @import "/node_modules/swiper/modules/navigation/navigation.less";
|
4 | 4 | @import "/node_modules/swiper/modules/effect-coverflow/effect-coverflow.less";
|
| 5 | +@import "/node_modules/swiper/modules/effect-cube/effect-cube.less"; |
5 | 6 |
|
6 | 7 | /* latin */
|
7 | 8 | @font-face {
|
|
112 | 113 | }
|
113 | 114 | }
|
114 | 115 | }
|
115 |
| - |
116 |
| - .swiper { |
| 116 | + #top-albums .swiper { |
117 | 117 | width: 100%;
|
118 | 118 | perspective: 900px;
|
119 | 119 | background-color: whitesmoke;
|
|
194 | 194 | }
|
195 | 195 |
|
196 | 196 | &.yim-2022,
|
| 197 | + &.yim-2024, |
197 | 198 | &.yim-2023 {
|
198 | 199 | --swiper-theme-color: @2022red;
|
199 | 200 | /* Main header section at the top with logo */
|
|
409 | 410 | box-shadow: inset 0px 11px 8px -10px #ccc;
|
410 | 411 | }
|
411 | 412 | }
|
412 |
| - &.yim-2023 { |
| 413 | + &.yim-2023, |
| 414 | + &.yim-2024 { |
413 | 415 | --selectedColor: #4c6c52;
|
414 | 416 | --swiper-navigation-color: var(--selectedColor);
|
415 | 417 | @cream: #f0eee2;
|
|
646 | 648 | }
|
647 | 649 | }
|
648 | 650 | }
|
| 651 | + &.yim-2024 { |
| 652 | + --backgroundColor: #4c6c52; |
| 653 | + --cardBackgroundColor: #fefff5; |
| 654 | + --accentColor: #2b9f7a; |
| 655 | + --selectedColor: var(--accentColor); |
| 656 | + --swiper-navigation-color: var(--accentColor); |
| 657 | + @text-color: var(--accentColor); |
| 658 | + @content-background-color: var(--cardBackgroundColor); |
| 659 | + background-color: var(--backgroundColor); |
| 660 | + color: @text-color; |
| 661 | + .content-card { |
| 662 | + background: @content-background-color; |
| 663 | + color: @text-color; |
| 664 | + .heading, |
| 665 | + .small-stat { |
| 666 | + color: inherit; |
| 667 | + } |
| 668 | + .heading { |
| 669 | + aspect-ratio: unset; |
| 670 | + h3, |
| 671 | + h4 { |
| 672 | + margin: 0; |
| 673 | + } |
| 674 | + } |
| 675 | + .img-header { |
| 676 | + mix-blend-mode: multiply; |
| 677 | + } |
| 678 | + } |
| 679 | + .small-stat { |
| 680 | + font-weight: 300; |
| 681 | + } |
| 682 | + .scrollable-area::after { |
| 683 | + background: linear-gradient( |
| 684 | + 0deg, |
| 685 | + var(--cardBackgroundColor), |
| 686 | + transparent |
| 687 | + ); |
| 688 | + } |
| 689 | + .btn-info, |
| 690 | + .yim-share-button { |
| 691 | + background-color: var(--accentColor); |
| 692 | + } |
| 693 | + .color-picker { |
| 694 | + flex-wrap: wrap; |
| 695 | + gap: 2em; |
| 696 | + > div { |
| 697 | + &:first-of-type { |
| 698 | + width: 100%; |
| 699 | + font-weight: bold; |
| 700 | + font-size: larger; |
| 701 | + } |
| 702 | + text-align: center; |
| 703 | + text-align: -webkit-center; |
| 704 | + .color-selector { |
| 705 | + background: none; |
| 706 | + } |
| 707 | + } |
| 708 | + } |
| 709 | + .swiper, |
| 710 | + .graph-container { |
| 711 | + background-color: var(--backgroundColor); |
| 712 | + } |
| 713 | + .swiper-cube .swiper-slide { |
| 714 | + text-align: center; |
| 715 | + img { |
| 716 | + max-width: min(90vw, 90vh); |
| 717 | + } |
| 718 | + } |
| 719 | + #buddies .buddy .img-container img { |
| 720 | + width: 100%; |
| 721 | + mix-blend-mode: multiply; |
| 722 | + } |
| 723 | + #main-header .header-image { |
| 724 | + margin: 0; |
| 725 | + width: initial; |
| 726 | + mix-blend-mode: multiply; |
| 727 | + margin-inline: auto; |
| 728 | + } |
| 729 | + } |
649 | 730 | }
|
0 commit comments