Mudanças entre as edições de "Widget:Welcome"
Ir para navegação
Ir para pesquisar
Linha 1: | Linha 1: | ||
<div style="text-align: center; font-family: Arial, sans-serif | <div style="text-align: center; padding: 20px 0; font-family: Arial, sans-serif;"> | ||
<!-- | <!-- Bem-vindo --> | ||
<div style="margin-bottom: 20px;"> | <div style="margin-bottom: 20px;"> | ||
<h1 style="font-size: 1.8rem; font-weight: bold; margin: 0;"> | <h1 style="font-size: 1.8rem; font-weight: bold; margin: 0;"> | ||
Seja bem-vindo à Wiki <a href="https://grandlineadventures.com/" target="_blank">Grand Line Adventures</a> | |||
</h1> | </h1> | ||
<p style="font-size: 0.9rem; color: #555; margin-top: 10px;"> | <p style="font-size: 0.9rem; color: #555; margin-top: 10px;"> | ||
Sinta-se à vontade para contribuir. Se tiver sugestões ou dúvidas, acesse os canais | |||
<a href="https://discord. | <a href="https://discord.com/channels/390234650590576650/1172596642009075762" target="_blank">#💡| sugestões-wiki</a> ou | ||
<a href="https://discord.com/channels/390234650590576650/1172597160785760296" target="_blank">#💡| reports-wiki</a> no Discord oficial. | |||
</p> | </p> | ||
</div> | </div> | ||
<!-- Redes sociais --> | |||
<!-- Redes sociais | <div style="display: flex; justify-content: center; gap: 15px; flex-wrap: wrap;"> | ||
<div style=" | <a href="https://discord.gg/grandlineadventures" target="_blank"> | ||
<a href="https://discord.gg/grandlineadventures" target="_blank | <i class="fab fa-discord icon" 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 | <a href="https://facebook.com/grandlineadventures" target="_blank"> | ||
<i class="fab fa-facebook-square" style="font-size: 2rem;"></i> | <i class="fab fa-facebook-square icon" style="font-size: 2rem;"></i> | ||
</a> | </a> | ||
<a href="https://www.instagram.com/grandlineadventures" target="_blank | <a href="https://www.instagram.com/grandlineadventures" target="_blank"> | ||
<i class="fab fa-instagram" style="font-size: 2rem;"></i> | <i class="fab fa-instagram icon" style="font-size: 2rem;"></i> | ||
</a> | </a> | ||
<a href="https://youtube.com/grandlineadventures" target="_blank | <a href="https://youtube.com/grandlineadventures" target="_blank"> | ||
<i class="fab fa-youtube" style="font-size: 2rem;"></i> | <i class="fab fa-youtube icon" style="font-size: 2rem;"></i> | ||
</a> | </a> | ||
<a href="https://twitch.tv/grandlineadventures" target="_blank | <a href="https://twitch.tv/grandlineadventures" target="_blank"> | ||
<i class="fab fa-twitch" style="font-size: 2rem;"></i> | <i class="fab fa-twitch icon" style="font-size: 2rem;"></i> | ||
</a> | </a> | ||
<a href="https://www.tiktok.com/@grandlineadventures" target="_blank" style=" | <a href="https://www.tiktok.com/@grandlineadventures" target="_blank"> | ||
<i class=" | <i class="fab fa-tiktok icon" style="font-size: 2rem;"></i> | ||
</a> | |||
<a href="https://grandlineadventures.com/pt/#download" target="_blank"> | |||
<i class="fas fa-download icon" style="font-size: 2rem;"></i> | |||
</a> | </a> | ||
</div> | </div> | ||
Linha 35: | Linha 38: | ||
<style> | <style> | ||
. | .icon { | ||
transition: color 0.3s ease; | transition: color 0.3s ease; | ||
} | } | ||
a:hover .icon { | |||
color: #5865F2; /* Default hover color */ | |||
color: # | |||
} | } | ||
/* Custom colors for specific icons */ | |||
color: # | a[href*="facebook"]:hover .icon { | ||
color: #1877F2; | |||
} | } | ||
a[href*="tiktok"]:hover .icon { | |||
color: # | color: #000000; | ||
} | } | ||
a[href*="instagram"]:hover .icon { | |||
color: #E1306C; | color: #E1306C; | ||
} | } | ||
a[href*="twitch"]:hover .icon { | |||
color: # | color: #9146FF; | ||
} | } | ||
a[href*="youtube"]:hover .icon { | |||
color: # | color: #FF0000; | ||
} | } | ||
a[href*="download"]:hover .icon { | |||
color: # | color: #4CAF50; | ||
} | } | ||
</style> | </style> |
Edição das 01h14min de 22 de janeiro de 2025
Seja bem-vindo à Wiki <a href="https://grandlineadventures.com/" target="_blank">Grand Line Adventures</a>
Sinta-se à vontade para contribuir. Se tiver sugestões ou dúvidas, acesse os canais <a href="https://discord.com/channels/390234650590576650/1172596642009075762" target="_blank">#💡| sugestões-wiki</a> ou <a href="https://discord.com/channels/390234650590576650/1172597160785760296" target="_blank">#💡| reports-wiki</a> no Discord oficial.
<a href="https://discord.gg/grandlineadventures" target="_blank"> </a> <a href="https://facebook.com/grandlineadventures" target="_blank"> </a> <a href="https://www.instagram.com/grandlineadventures" target="_blank"> </a> <a href="https://youtube.com/grandlineadventures" target="_blank"> </a> <a href="https://twitch.tv/grandlineadventures" target="_blank"> </a> <a href="https://www.tiktok.com/@grandlineadventures" target="_blank"> </a> <a href="https://grandlineadventures.com/pt/#download" target="_blank"> </a>
<style>
.icon { transition: color 0.3s ease; }
a:hover .icon { color: #5865F2; /* Default hover color */ }
/* Custom colors for specific icons */ a[href*="facebook"]:hover .icon { color: #1877F2; }
a[href*="tiktok"]:hover .icon { color: #000000; }
a[href*="instagram"]:hover .icon { color: #E1306C; }
a[href*="twitch"]:hover .icon { color: #9146FF; }
a[href*="youtube"]:hover .icon { color: #FF0000; }
a[href*="download"]:hover .icon { color: #4CAF50; }
</style>