|
1 | 1 | /* -- xmas -- */ |
2 | 2 | .xmas { |
3 | | - background-image: url('https://raw.githubusercontent.com/ps2wiki/ps2wiki.github.io/refs/heads/upstream/assets/xmas/xmas_bg_light.png'); |
| 3 | + background-image: url('https://raw.githubusercontent.com/ps2wiki/ps2wiki.github.io/refs/heads/upstream/assets/themes/xmas/xmas_bg_light.png'); |
4 | 4 | background-position: no-repeat; |
5 | 5 | background-size: cover; |
6 | 6 | } |
7 | 7 |
|
8 | 8 | .xmas .superclass { |
9 | | - cursor: url(/assets/xmas/cursor/cursor-0.png), auto; |
| 9 | + cursor: url(/assets/themes/xmas/cursor/cursor-0.png), auto; |
10 | 10 | -webkit-animation: cursor 1ms infinite; |
11 | 11 | animation: cursor 1ms infinite; |
12 | 12 |
|
13 | 13 | @-webkit-keyframes cursor { |
14 | | - 0% {cursor: url(/assets/xmas/cursor/cursor-0.png), auto;} |
15 | | - 25% {cursor: url(/assets/xmas/cursor/cursor-2.png), auto;} |
16 | | - 50% {cursor: url(/assets/xmas/cursor/cursor-4.png), auto;} |
17 | | - 75% {cursor: url(/assets/xmas/cursor/cursor-6.png), auto;} |
18 | | - 100% {cursor: url(/assets/xmas/cursor/cursor-8.png), auto;} |
| 14 | + 0% {cursor: url(/assets/themes/xmas/cursor/cursor-0.png), auto;} |
| 15 | + 25% {cursor: url(/assets/themes/xmas/cursor/cursor-2.png), auto;} |
| 16 | + 50% {cursor: url(/assets/themes/xmas/cursor/cursor-4.png), auto;} |
| 17 | + 75% {cursor: url(/assets/themes/xmas/cursor/cursor-6.png), auto;} |
| 18 | + 100% {cursor: url(/assets/themes/xmas/cursor/cursor-8.png), auto;} |
19 | 19 | } |
20 | 20 |
|
21 | 21 | @keyframes cursor { |
22 | | - 0% {cursor: url(/assets/xmas/cursor/cursor-0.png), auto;} |
23 | | - 25% {cursor: url(/assets/xmas/cursor/cursor-2.png), auto;} |
24 | | - 50% {cursor: url(/assets/xmas/cursor/cursor-4.png), auto;} |
25 | | - 75% {cursor: url(/assets/xmas/cursor/cursor-6.png), auto;} |
26 | | - 100% {cursor: url(/assets/xmas/cursor/cursor-8.png), auto;} |
| 22 | + 0% {cursor: url(/assets/themes/xmas/cursor/cursor-0.png), auto;} |
| 23 | + 25% {cursor: url(/assets/themes/xmas/cursor/cursor-2.png), auto;} |
| 24 | + 50% {cursor: url(/assets/themes/xmas/cursor/cursor-4.png), auto;} |
| 25 | + 75% {cursor: url(/assets/themes/xmas/cursor/cursor-6.png), auto;} |
| 26 | + 100% {cursor: url(/assets/themes/xmas/cursor/cursor-8.png), auto;} |
27 | 27 | } |
28 | 28 | } |
0 commit comments