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

De Wiki Gla
Ir para navegação Ir para pesquisar
Linha 30: Linha 30:
         <a href="https://www.tiktok.com/@grandlineadventures" target="_blank">
         <a href="https://www.tiktok.com/@grandlineadventures" target="_blank">
             <i class="fab fa-tiktok icon" style="font-size: 2rem;"></i>
             <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 65: Linha 62:
     a[href*="youtube"]:hover .icon {
     a[href*="youtube"]:hover .icon {
         color: #FF0000;
         color: #FF0000;
    }
    a[href*="download"]:hover .icon {
        color: #4CAF50;
     }
     }
</style>
</style>

Edição das 01h15min 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>

<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;
   }

</style>