Mudanças entre as edições de "Widget:MainPageSocial"
Ir para navegação
Ir para pesquisar
| Linha 35: | Linha 35: | ||
position: absolute; | position: absolute; | ||
inset: 0; | inset: 0; | ||
background-image: linear-gradient(rgba(var(--bg-color-rgb), 0.5), | background-image: linear-gradient(rgba(var(--bg-color-rgb), 0.5), rgba(var(--bg-color-rgb), 0.5)), var(--bg-image); | ||
background-size: cover; | background-size: cover; | ||
background-position: center; | background-position: center; | ||
| Linha 90: | Linha 89: | ||
.wiki-social-wrapper .sprite-hover { | .wiki-social-wrapper .sprite-hover { | ||
position: absolute; | position: absolute; | ||
opacity: 0; | opacity: 0; | ||
pointer-events: none; | pointer-events: none; | ||
transition: opacity 0.3s ease, transform 0.3s ease; | transition: opacity 0.3s ease, transform 0.3s ease; | ||
z-index: 2; | z-index: 2; | ||
object-fit: contain; | |||
} | } | ||
| Linha 139: | Linha 132: | ||
--hover-color-rgb: 45, 67, 115; | --hover-color-rgb: 45, 67, 115; | ||
--bg-image: url("https://i.postimg.cc/vTrqb1h4/Screenshot-140.png"); | --bg-image: url("https://i.postimg.cc/vTrqb1h4/Screenshot-140.png"); | ||
} | |||
.wiki-social-wrapper .social-card.tiktok .sprite-hover { | |||
width: 142px; | |||
height: auto; | |||
right: 10px; | |||
top: -8px; | |||
bottom: unset; | |||
} | |||
.wiki-social-wrapper .social-card.instagram .sprite-hover { | |||
width: 130px; | |||
height: auto; | |||
right: 10px; | |||
top: 10px; | |||
bottom: unset; | |||
} | |||
.wiki-social-wrapper .social-card.facebook .sprite-hover { | |||
width: 100px; | |||
height: auto; | |||
right: 10px; | |||
top: 15px; | |||
bottom: unset; | |||
} | } | ||
.wiki-social-wrapper .social-card.instagram:hover::before { | .wiki-social-wrapper .social-card.instagram:hover::before { | ||
background-image: linear-gradient(rgba(254, 218, 117, 0.3), | background-image: linear-gradient(rgba(254, 218, 117, 0.3), rgba(254, 218, 117, 0.3)), var(--bg-image); | ||
background-blend-mode: lighten; | background-blend-mode: lighten; | ||
background-size: cover; | background-size: cover; | ||
| Linha 159: | Linha 175: | ||
</a> | </a> | ||
<a href="https://instagram.com/grandlineadventures" class="social-card instagram" target="_blank" rel="noopener"> | <a href="https://instagram.com/grandlineadventures" class="social-card instagram" target="_blank" | ||
rel="noopener"> | |||
<div class="social-card-content"> | <div class="social-card-content"> | ||
<img src="https://cdn.simpleicons.org/Instagram/ffffff" alt="Instagram" class="social-icon" /> | <img src="https://cdn.simpleicons.org/Instagram/ffffff" alt="Instagram" class="social-icon" /> | ||