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

De Wiki Gla
Ir para navegação Ir para pesquisar
Linha 1: Linha 1:
<div style="text-align: center; margin-top: 20px;">
<div style="text-align: center; margin-top: 20px;">
     <a href="https://discord.gg/grandlineadventures" target="_blank"
     <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;">
         style="margin: 0 20px; font-size: 37px; color: #5865F2; text-decoration: none; display: inline-block; transition: transform 0.3s ease, color 0.3s ease;">
         <i class="fab fa-discord"></i>
         <i class="fab fa-discord"></i>
     </a>
     </a>
     <a href="https://www.facebook.com/grandlineadventures" target="_blank"
     <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;">
         style="margin: 0 20px; font-size: 36px; color: #1877F2; text-decoration: none; display: inline-block; transition: transform 0.3s ease, color 0.3s ease;">
         <i class="fab fa-facebook"></i>
         <i class="fab fa-facebook"></i>
     </a>
     </a>
     <a href="https://www.instagram.com/grandlineadventures/" target="_blank"
     <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;">
         style="margin: 0 20px; font-size: 38px; color: #E4405F; text-decoration: none; display: inline-block; transition: transform 0.3s ease, background 0.3s ease;">
         <i class="fab fa-instagram"></i>
         <i class="fab fa-instagram"></i>
     </a>
     </a>
     <a href="https://www.tiktok.com/@grandlineadventures" target="_blank"
     <a href="https://www.tiktok.com/@grandlineadventures" target="_blank"
         style="margin: 0 20px; font-size: 34px; color: #000000; text-decoration: none; display: inline-block; transition: transform 0.3s ease;">
         style="margin: 0 20px; font-size: 34px; color: #000000; text-decoration: none; display: inline-block; transition: transform 0.3s ease, background 0.3s ease;">
         <i class="fab fa-tiktok"></i>
         <i class="fab fa-tiktok"></i>
     </a>
     </a>
     <a href="https://www.twitch.tv/grandlineadventures" target="_blank"
     <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;">
         style="margin: 0 20px; font-size: 34px; color: #9146FF; text-decoration: none; display: inline-block; transition: transform 0.3s ease, color 0.3s ease;">
         <i class="fab fa-twitch"></i>
         <i class="fab fa-twitch"></i>
     </a>
     </a>
     <a href="https://grandlineadventures.com/#download" target="_blank"
     <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;">
         style="margin: 0 20px; font-size: 34px; color: #2ecc71; text-decoration: none; display: inline-block; transition: transform 0.3s ease, color 0.3s ease;">
         <i class="fas fa-download"></i>
         <i class="fas fa-download"></i>
     </a>
     </a>
Linha 30: Linha 30:
     }
     }


    /* Cores padrão antes do hover */
     /* Discord com cor padrão */
    .fab.fa-instagram {
        color: #E4405F; /* Vermelho padrão do Instagram */
    }
 
    .fab.fa-tiktok {
        color: #000000; /* Preto padrão do TikTok */
    }
 
     /* Discord com cor forte */
     a:hover .fab.fa-discord {
     a:hover .fab.fa-discord {
         color: #7289DA !important; /* Azul forte */
         color: #7289DA !important; /* Azul forte no hover */
         transform: scale(1.05);
         transform: scale(1.05);
     }
     }


     /* Facebook com azul oficial */
     /* Facebook com cor padrão */
     a:hover .fab.fa-facebook {
     a:hover .fab.fa-facebook {
         color: #1877F2 !important; /* Azul padrão */
         color: #1877F2 !important; /* Azul oficial no hover */
         transform: scale(1.05);
         transform: scale(1.05);
     }
     }


     /* Instagram com gradiente */
     /* Instagram com gradiente no hover */
     a:hover .fab.fa-instagram {
     a:hover .fab.fa-instagram {
         transform: scale(1.05);
         transform: scale(1.05);
Linha 59: Linha 50:
     }
     }


     /* TikTok com estilo oficial */
     /* TikTok com gradiente no hover */
     a:hover .fab.fa-tiktok {
     a:hover .fab.fa-tiktok {
         transform: scale(1.05);
         transform: scale(1.05);
Linha 67: Linha 58:
     }
     }


     /* Twitch com roxo forte */
     /* Twitch com cor padrão */
     a:hover .fab.fa-twitch {
     a:hover .fab.fa-twitch {
         color: #9146FF !important; /* Roxo oficial */
         color: #9146FF !important; /* Roxo oficial no hover */
         transform: scale(1.05);
         transform: scale(1.05);
     }
     }


     /* Download com preto forte */
     /* Download com verde */
     a:hover .fas.fa-download {
     a:hover .fas.fa-download {
         color: #000000 !important;
         color: #27ae60 !important; /* Verde mais forte no hover */
         transform: scale(1.05);
         transform: scale(1.05);
     }
     }
</style>
</style>

Edição das 14h05min 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: #1877F2; 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, background 0.3s ease;">
       
   </a>
   <a href="https://www.tiktok.com/@grandlineadventures" target="_blank"
       style="margin: 0 20px; font-size: 34px; color: #000000; text-decoration: none; display: inline-block; transition: transform 0.3s ease, background 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: #2ecc71; text-decoration: none; display: inline-block; transition: transform 0.3s ease, color 0.3s ease;">
       
   </a>

<style>

   a .fab, a .fas {
       line-height: 1;
   }
   /* Discord com cor padrão */
   a:hover .fab.fa-discord {
       color: #7289DA !important; /* Azul forte no hover */
       transform: scale(1.05);
   }
   /* Facebook com cor padrão */
   a:hover .fab.fa-facebook {
       color: #1877F2 !important; /* Azul oficial no hover */
       transform: scale(1.05);
   }
   /* Instagram com gradiente no hover */
   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 gradiente no hover */
   a:hover .fab.fa-tiktok {
       transform: scale(1.05);
       background: linear-gradient(90deg, #69C9D0, #ee1d52);
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
   }
   /* Twitch com cor padrão */
   a:hover .fab.fa-twitch {
       color: #9146FF !important; /* Roxo oficial no hover */
       transform: scale(1.05);
   }
   /* Download com verde */
   a:hover .fas.fa-download {
       color: #27ae60 !important; /* Verde mais forte no hover */
       transform: scale(1.05);
   }

</style>