Mudanças entre as edições de "Widget:MainPageSocial"
Ir para navegação
Ir para pesquisar
| (3 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
| 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 120: | Linha 113: | ||
--hover-color: #000; | --hover-color: #000; | ||
--hover-color-rgb: 0, 0, 0; | --hover-color-rgb: 0, 0, 0; | ||
--bg-image: url("https:// | --bg-image: url("https://wiki.gla.com.br/images/c/c3/Tiktokbgbutton.png"); | ||
} | } | ||
| Linha 128: | Linha 121: | ||
--hover-color: #feda75; | --hover-color: #feda75; | ||
--hover-color-rgb: 254, 218, 117; | --hover-color-rgb: 254, 218, 117; | ||
--bg-image: url("https:// | --bg-image: url("https://wiki.gla.com.br/images/a/a6/Instagrambgbutton.png"); | ||
background-size: 150% 150%; | background-size: 150% 150%; | ||
background-position: 10%; | background-position: 10%; | ||
| Linha 138: | Linha 131: | ||
--hover-color: #2d4373; | --hover-color: #2d4373; | ||
--hover-color-rgb: 45, 67, 115; | --hover-color-rgb: 45, 67, 115; | ||
--bg-image: url("https:// | --bg-image: url("https://wiki.gla.com.br/images/b/b8/Facebookbgbutton.png"); | ||
} | |||
.wiki-social-wrapper .social-card.tiktok .sprite-hover { | |||
width: 50%; | |||
height: auto; | |||
right: -2px; | |||
top: -27px; | |||
bottom: unset; | |||
} | |||
.wiki-social-wrapper .social-card.instagram .sprite-hover { | |||
width: 45%; | |||
height: auto; | |||
right: -7px; | |||
top: -14px; | |||
bottom: unset; | |||
} | |||
.wiki-social-wrapper .social-card.facebook .sprite-hover { | |||
width: 25%; | |||
height: auto; | |||
right: 15px; | |||
top: 7px; | |||
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" /> | ||