Dungeons: mudanças entre as edições

De WaveFlyff
Ir para navegação Ir para pesquisar
Sem resumo de edição
Sem resumo de edição
 
(25 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
<!DOCTYPE html>
<html lang="pt-br">
<head>
    <meta charset="UTF-8">
    <title>Dungeons em WaveFlyff</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            margin: 20px;
        }


        h1, h2 {
{| style="width:76%"
            color: #0072c6; /* Azul da logo do WaveFlyff */
!
            font-family: 'Comic Sans MS', cursive, sans-serif; /* Estilo Cartoon */
!
        }
!
|-
|style="text-align: center; border-radius: 2em; border: 3px solid #5bbb70; width: 21.6%" | [[Image:The_wilds.gif|link=The Wilds]]
|style= "width: 10.6%"|


        p {
|style="text-align: center; border-radius: 2em; border: 3px solid #5bbb70; width: 21.6%"|
            margin-bottom: 15px;
[[Image:Drakul.gif|link=Aminus]]
        }
|style= "width: 10.6%"|


        .dungeon-info {
|style="text-align: center; border-radius: 2em; border: 3px solid #5bbb70; width: 21.6%"|
            background-color: #f9f9f9;
[[Image:Cursed.gif|link=Cursed Aminus]]
            padding: 15px;
|style= "width: 10.6%"|
            border-radius: 8px;
            margin-bottom: 20px;
        }


        .img-container {
|style="text-align: center; border-radius: 2em; border: 3px solid #5bbb70; width: 21.6%"|
            display: none;
[[Image:isle.gif|link=Isle of Dreams]]
        }
|style= "width: 10.6%"|


        .custom-button {
|style="text-align: center; border-radius: 2em; border: 3px solid #5bbb70; width: 21.6%"|
            background-color: #ffcc00; /* Amarelo FlyFF */
[[Image:Catacombs.gif|link=Catacomb of Anguish]]
            color: #003399; /* Azul FlyFF */
|style= "width: 10.6%"|
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
        }
    </style>
</head>
<body>


    <h1>Explore as Dungeons em WaveFlyff</h1>
|style="text-align: center; border-radius: 2em; border: 3px solid #5bbb70; width: 21.6%"|
[[Image:Cove.gif|link=Cove of Ancient]]
|style= "width: 10.6%"|


    <div class="dungeon-info">
        <h2>The Wilds: Desvendando os Mistérios da Natureza Selvagem</h2>
        <button class="custom-button" onclick="toggleImage('the-wilds-img')">Mostrar Imagem</button>
        <div class="img-container" id="the-wilds-img">
            <img src="URL_DA_IMAGEM_THE_WILDS" alt="The Wilds Image" style="max-width: 100%;">
        </div>
        <p>Em meio aos territórios inexplorados do mundo de Flyff, os aventureiros corajosos enfrentam um desafio excepcional conhecido como "The Wilds", muitas vezes referido como "Lusaka". Esta instância transporta os jogadores para uma paisagem natural exuberante, repleta de mistérios e perigos.</p>
        <!-- Adicione as informações restantes -->
    </div>


    <script>
|}
        function toggleImage(imgId) {
<br>
            var imgContainer = document.getElementById(imgId);
<br>
            if (imgContainer.style.display === 'none') {
                imgContainer.style.display = 'block';
            } else {
                imgContainer.style.display = 'none';
            }
        }
    </script>
 
</body>
</html>

Edição atual tal como às 19h35min de 14 de dezembro de 2023