Mudanças entre as edições de "Widget:Discord"

De Wiki Gla
Ir para navegação Ir para pesquisar
Linha 27: Linha 27:
<style>
<style>
     a:hover .fab.fa-discord {
     a:hover .fab.fa-discord {
         color: #7289DA !important; /* Azul oficial do Discord */
         color: #7289DA !important;
         transform: scale(1.05); /* Leve aumento */
         transform: scale(1.05);
     }
     }


     a:hover .fab.fa-facebook {
     a:hover .fab.fa-facebook {
         color: #1877F2 !important; /* Azul oficial do Facebook */
         color: #1877F2 !important;
         transform: scale(1.05);
         transform: scale(1.05);
     }
     }


     a:hover .fab.fa-instagram {
     a:hover .fab.fa-instagram {
         color: #E4405F !important; /* Rosa oficial do Instagram */
         color: #E4405F !important;
         transform: scale(1.05);
         transform: scale(1.05);
     }
     }


     a:hover .fab.fa-tiktok {
     a:hover .fab.fa-tiktok {
         color: #69C9D0 !important; /* Azul oficial do TikTok */
         color: #69C9D0 !important;
         transform: scale(1.05);
         transform: scale(1.05);
     }
     }


     a:hover .fab.fa-twitch {
     a:hover .fab.fa-twitch {
         color: #9146FF !important; /* Roxo oficial do Twitch */
         color: #9146FF !important;
         transform: scale(1.05);
         transform: scale(1.05);
     }
     }


     a:hover .fas.fa-download {
     a:hover .fas.fa-download {
         color: #000000 !important; /* Preto para o download */
         color: #000000 !important;
         transform: scale(1.05);
         transform: scale(1.05);
     }
     }
</style>
</style>

Edição das 02h36min de 26 de dezembro de 2024

   <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, color 0.3s ease;">
       
   </a>
   <a href="https://www.facebook.com/grandlineadventures" target="_blank"
       style="margin: 0 20px; font-size: 36px; color: #4267B2; text-decoration: none; display: inline-block; transition: transform 0.3s ease, color 0.3s ease;">
       
   </a>
   <a href="https://www.instagram.com/grandlineadventures/" target="_blank"
       style="margin: 0 20px; font-size: 38px; color: #E4405F; text-decoration: none; display: inline-block; transition: transform 0.3s ease, color 0.3s ease;">
       
   </a>
   <a href="https://www.tiktok.com/@grandlineadventures" target="_blank"
       style="margin: 0 20px; font-size: 34px; color: #010101; text-decoration: none; display: inline-block; transition: transform 0.3s ease, color 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, color 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, color 0.3s ease;">
       
   </a>

<style>

   a:hover .fab.fa-discord {
       color: #7289DA !important;
       transform: scale(1.05);
   }
   a:hover .fab.fa-facebook {
       color: #1877F2 !important;
       transform: scale(1.05);
   }
   a:hover .fab.fa-instagram {
       color: #E4405F !important;
       transform: scale(1.05);
   }
   a:hover .fab.fa-tiktok {
       color: #69C9D0 !important;
       transform: scale(1.05);
   }
   a:hover .fab.fa-twitch {
       color: #9146FF !important;
       transform: scale(1.05);
   }
   a:hover .fas.fa-download {
       color: #000000 !important;
       transform: scale(1.05);
   }

</style>