Widget:Discord
Ir para navegação
Ir para pesquisar
<a href="https://discord.gg/grandlineadventures" target="_blank" style="margin: 0 25px; font-size: 36px; color: #5865F2; text-decoration: none; display: inline-block; transition: transform 0.3s ease, color 0.3s ease, filter 0.3s ease;"> </a> <a href="https://www.facebook.com/grandlineadventures" target="_blank" style="margin: 0 25px; font-size: 36px; color: #4267B2; text-decoration: none; display: inline-block; transition: transform 0.3s ease, color 0.3s ease, filter 0.3s ease;"> </a> <a href="https://www.instagram.com/grandlineadventures/" target="_blank" style="margin: 0 25px; font-size: 36px; color: #E4405F; text-decoration: none; display: inline-block; transition: transform 0.3s ease, color 0.3s ease, filter 0.3s ease;"> </a> <a href="https://www.tiktok.com/@grandlineadventures" target="_blank" style="margin: 0 25px; font-size: 36px; color: #010101; text-decoration: none; display: inline-block; transition: transform 0.3s ease, color 0.3s ease, filter 0.3s ease;"> </a> <a href="https://www.twitch.tv/grandlineadventures" target="_blank" style="margin: 0 25px; font-size: 36px; color: #9146FF; text-decoration: none; display: inline-block; transition: transform 0.3s ease, color 0.3s ease, filter 0.3s ease;"> </a> <a href="https://grandlineadventures.com/#download" target="_blank" style="margin: 0 25px; font-size: 36px; color: #333; text-decoration: none; display: inline-block; transition: transform 0.3s ease, color 0.3s ease, filter 0.3s ease;"> </a>
<style>
a:hover .fab.fa-discord {
color: #7289DA !important; /* Azul oficial do Discord */
transform: scale(1.05);
filter: drop-shadow(0 4px 4px rgba(114, 137, 218, 0.4)); /* Sombra azul */
}
a:hover .fab.fa-facebook {
color: #1877F2 !important; /* Azul oficial do Facebook */
transform: scale(1.05);
filter: drop-shadow(0 4px 4px rgba(24, 119, 242, 0.4)); /* Sombra azul */
}
a:hover .fab.fa-instagram {
color: #E4405F !important; /* Rosa oficial do Instagram */
transform: scale(1.05);
filter: drop-shadow(0 4px 4px rgba(228, 64, 95, 0.4)); /* Sombra rosada */
}
a:hover .fab.fa-tiktok {
color: #69C9D0 !important; /* Azul oficial do TikTok */
transform: scale(1.05);
filter: drop-shadow(0 4px 4px rgba(105, 201, 208, 0.4)); /* Sombra azul claro */
}
a:hover .fab.fa-twitch {
color: #9146FF !important; /* Roxo oficial do Twitch */
transform: scale(1.05);
filter: drop-shadow(0 4px 4px rgba(145, 70, 255, 0.4)); /* Sombra roxa */
}
a:hover .fas.fa-download {
color: #000000 !important; /* Preto para o download */
transform: scale(1.05);
filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4)); /* Sombra preta */
}
</style>