Widget:Discord

De Wiki Gla
Revisão de 14h01min de 26 de dezembro de 2024 por Gurren1 (discussão | contribs)
Ir para navegação Ir para pesquisar
   <a href="https://discord.gg/grandlineadventures" target="_blank"
       style="margin: 0 20px; font-size: 37px; color: #5865F2; text-decoration: none; display: inline-block; transition: transform 0.3s ease;">
       
   </a>
   <a href="https://www.facebook.com/grandlineadventures" target="_blank"
       style="margin: 0 20px; font-size: 36px; color: #1877F2; text-decoration: none; display: inline-block; transition: transform 0.3s ease;">
       
   </a>
   <a href="https://www.instagram.com/grandlineadventures/" target="_blank"
       style="margin: 0 20px; font-size: 38px; text-decoration: none; display: inline-block; transition: transform 0.3s ease;">
       
   </a>
   <a href="https://www.tiktok.com/@grandlineadventures" target="_blank"
       style="margin: 0 20px; font-size: 34px; text-decoration: none; display: inline-block; transition: transform 0.3s ease;">
       
   </a>
   <a href="https://www.twitch.tv/grandlineadventures" target="_blank"
       style="margin: 0 20px; font-size: 34px; color: #9146FF; text-decoration: none; display: inline-block; transition: transform 0.3s ease;">
       
   </a>
   <a href="https://grandlineadventures.com/#download" target="_blank"
       style="margin: 0 20px; font-size: 34px; color: #333; text-decoration: none; display: inline-block; transition: transform 0.3s ease;">
       
   </a>

<style>

   a .fab, a .fas {
       line-height: 1;
   }
   /* Discord com cor forte */
   a:hover .fab.fa-discord {
       color: #5865F2 !important; /* Azul forte */
       transform: scale(1.05);
   }
   /* Facebook com azul oficial */
   a:hover .fab.fa-facebook {
       color: #1877F2 !important; /* Azul padrão */
       transform: scale(1.05);
   }
   /* Instagram com gradiente */
   a:hover .fab.fa-instagram {
       transform: scale(1.05);
       background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
   }
   /* TikTok com estilo oficial (preto com gradiente nas partes coloridas) */
   a:hover .fab.fa-tiktok {
       transform: scale(1.05);
       color: #000000; /* Cor preta */
   }
   /* Twitch com roxo forte */
   a:hover .fab.fa-twitch {
       color: #9146FF !important; /* Roxo oficial */
       transform: scale(1.05);
   }
   /* Download com preto forte */
   a:hover .fas.fa-download {
       color: #000000 !important;
       transform: scale(1.05);
   }

</style>