Mudanças entre as edições de "Widget:Welcome"
Ir para navegação
Ir para pesquisar
Linha 11: | Linha 11: | ||
</div> | </div> | ||
<!-- Redes sociais com | <!-- Redes sociais com hover --> | ||
<div style="margin-top: 20px; display: flex; justify-content: center; gap: 15px;"> | <div style="margin-top: 20px; display: flex; justify-content: center; gap: 15px;"> | ||
<a href="https://discord.gg/grandlineadventures" target="_blank" style="color: #5865F2;"> | <a href="https://discord.gg/grandlineadventures" target="_blank" style="color: #5865F2;" class="social-icon"> | ||
<i class="fab fa-discord" style="font-size: 2rem;"></i> | <i class="fab fa-discord" style="font-size: 2rem;"></i> | ||
</a> | </a> | ||
<a href="https://facebook.com/grandlineadventures" target="_blank" style="color: #1877F2;"> | <a href="https://facebook.com/grandlineadventures" target="_blank" style="color: #1877F2;" class="social-icon"> | ||
<i class="fab fa-facebook-square" style="font-size: 2rem;"></i> | <i class="fab fa-facebook-square" style="font-size: 2rem;"></i> | ||
</a> | </a> | ||
<a href="https://www.instagram.com/grandlineadventures" target="_blank" style="color: #E1306C;"> | <a href="https://www.instagram.com/grandlineadventures" target="_blank" style="color: #E1306C;" class="social-icon"> | ||
<i class="fab fa-instagram" style="font-size: 2rem;"></i> | <i class="fab fa-instagram" style="font-size: 2rem;"></i> | ||
</a> | </a> | ||
<a href="https://youtube.com/grandlineadventures" target="_blank" style="color: #FF0000;"> | <a href="https://youtube.com/grandlineadventures" target="_blank" style="color: #FF0000;" class="social-icon"> | ||
<i class="fab fa-youtube" style="font-size: 2rem;"></i> | <i class="fab fa-youtube" style="font-size: 2rem;"></i> | ||
</a> | </a> | ||
<a href="https://twitch.tv/grandlineadventures" target="_blank" style="color: #9146FF;"> | <a href="https://twitch.tv/grandlineadventures" target="_blank" style="color: #9146FF;" class="social-icon"> | ||
<i class="fab fa-twitch" style="font-size: 2rem;"></i> | <i class="fab fa-twitch" style="font-size: 2rem;"></i> | ||
</a> | </a> | ||
<a href="https://www.tiktok.com/@grandlineadventures" target="_blank" style="color: #000000;"> | <a href="https://www.tiktok.com/@grandlineadventures" target="_blank" style="color: #000000;" class="social-icon"> | ||
<i class="fab fa-tiktok" style="font-size: 2rem;"></i> | <i class="fab fa-tiktok" style="font-size: 2rem;"></i> | ||
</a> | </a> | ||
</div> | </div> | ||
</div> | </div> | ||
<style> | |||
.social-icon { | |||
transition: color 0.3s ease; | |||
} | |||
/* Hover effects */ | |||
.social-icon:hover { | |||
color: #4CAF50; /* Cor de hover padrão */ | |||
} | |||
.social-icon[href*="discord"]:hover { | |||
color: #5865F2; /* Discord */ | |||
} | |||
.social-icon[href*="facebook"]:hover { | |||
color: #1877F2; /* Facebook */ | |||
} | |||
.social-icon[href*="instagram"]:hover { | |||
color: #E1306C; /* Instagram */ | |||
} | |||
.social-icon[href*="youtube"]:hover { | |||
color: #FF0000; /* YouTube */ | |||
} | |||
.social-icon[href*="twitch"]:hover { | |||
color: #9146FF; /* Twitch */ | |||
} | |||
.social-icon[href*="tiktok"]:hover { | |||
color: #000000; /* TikTok */ | |||
} | |||
</style> |
Edição das 01h14min de 22 de janeiro de 2025
Bem-vindo(a) à Wiki <a href="https://grandlineadventures.com/" target="_blank" style="text-decoration: none; color: #0078D7;">Grand Line Adventures</a>
Descubra guias, eventos e tudo sobre o universo GLA. Para dúvidas ou sugestões, acesse os canais no <a href="https://discord.gg/grandlineadventures" target="_blank" style="text-decoration: none; color: #5865F2;">Discord</a>.
<a href="https://discord.gg/grandlineadventures" target="_blank" style="color: #5865F2;" class="social-icon"> </a> <a href="https://facebook.com/grandlineadventures" target="_blank" style="color: #1877F2;" class="social-icon"> </a> <a href="https://www.instagram.com/grandlineadventures" target="_blank" style="color: #E1306C;" class="social-icon"> </a> <a href="https://youtube.com/grandlineadventures" target="_blank" style="color: #FF0000;" class="social-icon"> </a> <a href="https://twitch.tv/grandlineadventures" target="_blank" style="color: #9146FF;" class="social-icon"> </a> <a href="https://www.tiktok.com/@grandlineadventures" target="_blank" style="color: #000000;" class="social-icon"> </a>
<style>
.social-icon { transition: color 0.3s ease; }
/* Hover effects */ .social-icon:hover { color: #4CAF50; /* Cor de hover padrão */ }
.social-icon[href*="discord"]:hover { color: #5865F2; /* Discord */ }
.social-icon[href*="facebook"]:hover { color: #1877F2; /* Facebook */ }
.social-icon[href*="instagram"]:hover { color: #E1306C; /* Instagram */ }
.social-icon[href*="youtube"]:hover { color: #FF0000; /* YouTube */ }
.social-icon[href*="twitch"]:hover { color: #9146FF; /* Twitch */ }
.social-icon[href*="tiktok"]:hover { color: #000000; /* TikTok */ }
</style>