|
1485 | 1485 | } |
1486 | 1486 | } |
1487 | 1487 |
|
| 1488 | +.content__cover--shorts { |
| 1489 | + &.content__cover--fire-glow { |
| 1490 | + transition: none !important; |
| 1491 | + animation: shortsFireGlow 2s ease-out forwards; |
| 1492 | + } |
| 1493 | + |
| 1494 | + &.content__cover--slime-glow::after { |
| 1495 | + content: ''; |
| 1496 | + position: absolute; |
| 1497 | + inset: 0; |
| 1498 | + border-radius: inherit; |
| 1499 | + pointer-events: none; |
| 1500 | + z-index: 1; |
| 1501 | + animation: shortsSlimeInset 3s ease-out forwards; |
| 1502 | + } |
| 1503 | + |
| 1504 | + .shorts-viewer-flames { |
| 1505 | + position: absolute; |
| 1506 | + left: 0; |
| 1507 | + right: 0; |
| 1508 | + bottom: -40px; |
| 1509 | + height: calc(60% + 40px); |
| 1510 | + z-index: 10; |
| 1511 | + pointer-events: none; |
| 1512 | + overflow: hidden; |
| 1513 | + filter: blur(2px); |
| 1514 | + animation: shortsFlamesContainer 2s ease-out forwards; |
| 1515 | + } |
| 1516 | + |
| 1517 | + .shorts-viewer-flames__particle { |
| 1518 | + position: absolute; |
| 1519 | + bottom: -20px; |
| 1520 | + width: 70px; |
| 1521 | + height: 70px; |
| 1522 | + border-radius: 50%; |
| 1523 | + background-image: radial-gradient(rgb(255, 80, 0) 20%, rgba(255, 80, 0, 0) 70%); |
| 1524 | + mix-blend-mode: screen; |
| 1525 | + opacity: 0; |
| 1526 | + animation: shortsFlameRise 1s ease-in infinite; |
| 1527 | + } |
| 1528 | + |
| 1529 | + .shorts-viewer-slime { |
| 1530 | + position: absolute; |
| 1531 | + inset: 0; |
| 1532 | + z-index: 10; |
| 1533 | + pointer-events: none; |
| 1534 | + border-radius: inherit; |
| 1535 | + background: radial-gradient(ellipse, rgba(129, 197, 84, 0.75) 40%, transparent 70%), |
| 1536 | + radial-gradient(ellipse, rgba(100, 180, 60, 0.7) 40%, transparent 70%), |
| 1537 | + radial-gradient(ellipse, rgba(129, 197, 84, 0.65) 40%, transparent 70%), |
| 1538 | + radial-gradient(ellipse, rgba(110, 190, 70, 0.7) 40%, transparent 70%), |
| 1539 | + radial-gradient(ellipse, rgba(129, 197, 84, 0.6) 40%, transparent 70%), |
| 1540 | + radial-gradient(ellipse, rgba(90, 170, 50, 0.65) 40%, transparent 70%), |
| 1541 | + radial-gradient(ellipse, rgba(120, 190, 75, 0.7) 40%, transparent 70%), |
| 1542 | + radial-gradient(ellipse, rgba(129, 197, 84, 0.6) 40%, transparent 70%), |
| 1543 | + radial-gradient(ellipse, rgba(95, 175, 55, 0.7) 40%, transparent 70%), |
| 1544 | + radial-gradient(ellipse, rgba(129, 197, 84, 0.65) 40%, transparent 70%), |
| 1545 | + radial-gradient(ellipse, rgba(110, 185, 65, 0.6) 40%, transparent 70%), |
| 1546 | + radial-gradient(ellipse, rgba(129, 197, 84, 0.7) 40%, transparent 70%); |
| 1547 | + background-size: 22px 35px, 16px 50px, 28px 30px, 14px 55px, 20px 40px, 18px 48px, 12px 42px, 24px 32px, 15px 52px, |
| 1548 | + 20px 36px, 10px 45px, 26px 28px; |
| 1549 | + background-repeat: no-repeat; |
| 1550 | + filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.03 0.06' numOctaves='4' seed='3'/%3E%3CfeDisplacementMap in='SourceGraphic' scale='25'/%3E%3C/filter%3E%3C/svg%3E#f"); |
| 1551 | + animation: shortsSlimeDrip 3s ease-in forwards; |
| 1552 | + } |
| 1553 | +} |
| 1554 | + |
1488 | 1555 | @media (max-width: 1020px) { |
1489 | 1556 | .shorts-page { |
1490 | 1557 | width: 100vw !important; |
|
0 commit comments