Mudanças entre as edições de "Teste-boss-world"

De Wiki Gla
Ir para navegação Ir para pesquisar
Linha 9: Linha 9:
         <div style="display: flex; flex-wrap: wrap; padding: 15px; gap: 15px; background: grey;">
         <div style="display: flex; flex-wrap: wrap; padding: 15px; gap: 15px; background: grey;">
             <div style="width: 250px; height: 250px; background: #000; display: flex; align-items: center; justify-content: center; color: white; border: 2px solid #333;">[[Arquivo:Mihawk_Boss.png|250px]]</div>
             <div style="width: 250px; height: 250px; background: #000; display: flex; align-items: center; justify-content: center; color: white; border: 2px solid #333;">[[Arquivo:Mihawk_Boss.png|250px]]</div>
             <div class="home-card" style="flex:1; min-width:300px; margin-bottom:0;">
             <div class="home-card-WorldBoss-list" style="flex:1; min-width:300px; margin-bottom:0;">
                 <div class="home-title" style="font-size: 1.1em;">Informações Importantes</div>
                 <div class="home-title" style="font-size: 1.1em;">Informações Importantes</div>
                 <div style="padding:15px;">
                 <div style="padding:15px;">

Edição das 19h36min de 20 de abril de 2026

Informações Importantes
                   Recomendado grupo de 6 jogadores.
                   O uso de controle de grupo (CC) é obrigatório.
Habilidades
Fases
Rank e Tiers
Personagens Recomendados
Suichoku-Icon.png
Suihei-Icon.png
Chi wo Hau Zangeki-Icon.png
Mihakw-Dash-Icon.png
Kokuto Issen-Icon.png
Taka No Me-Icon.png
Kokuto Kogetsu-Icon.png
Kokuto Arahoshi-Icon.png
Black Sword Yoru (Passiva)-Icon.png
Fase 1 a 3
Início calmo, utiliza apenas teleporte.
Recomendados: Tanks
                   Card-jinbe.png
                   Card-kid.png

<script> document.querySelectorAll('.boss-nav-btn').forEach(button => {

   button.addEventListener('click', () => {
       const target = button.getAttribute('data-target');
       
       // Remove 'active' de todos
       document.querySelectorAll('.boss-nav-btn').forEach(btn => btn.classList.remove('active'));
       document.querySelectorAll('.boss-section').forEach(sec => sec.classList.remove('active'));
       
       // Adiciona 'active' no alvo
       button.classList.add('active');
       document.getElementById(target).classList.add('active');
   });

}); </script>