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

De Wiki Gla
Ir para navegação Ir para pesquisar
Linha 31: Linha 31:
     }
     }


    /* Azul claro do Discord */
     a:hover .fab.fa-facebook {
     a:hover .fab.fa-facebook {
         color: #1877F2;
         color: #1877F2;
Linha 37: Linha 36:
     }
     }


    /* Azul do Facebook */
     a:hover .fab.fa-instagram {
     a:hover .fab.fa-instagram {
         color: #C13584;
         color: #C13584;
Linha 43: Linha 41:
     }
     }


    /* Rosa do Instagram */
     a:hover .fab.fa-tiktok {
     a:hover .fab.fa-tiktok {
         color: #69C9D0;
         color: #69C9D0;
Linha 49: Linha 46:
     }
     }


    /* Azul do TikTok */
     a:hover .fab.fa-twitch {
     a:hover .fab.fa-twitch {
         color: #9146FF;
         color: #9146FF;
Linha 55: Linha 51:
     }
     }


    /* Roxo da Twitch */
     a:hover .fas.fa-download {
     a:hover .fas.fa-download {
         color: #000000;
         color: #000000;
Linha 61: Linha 56:
     }
     }


    /* Preto para o download */
</style>
</style>

Edição das 01h56min de 26 de dezembro de 2024

   <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;">
       
   </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;">
       
   </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;">
       
   </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;">
       
   </a>
   <a href="https://twitch.tv/seulink" target="_blank"
       style="margin: 0 20px; font-size: 36px; color: #9146FF; text-decoration: none; display: inline-block; transition: transform 0.2s ease, color 0.2s 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;">
       
   </a>

<style>

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

</style>