Instagram: mudanças entre as edições

De Wiki PokeLegends
Ir para navegação Ir para pesquisar
Lloyd (discussão | contribs)
Sem resumo de edição
Etiqueta: Revertido
Lloyd (discussão | contribs)
Sem resumo de edição
Etiqueta: Revertido
Linha 2: Linha 2:


<div style="position:relative;">
<div style="position:relative;">
[[Arquivo:Danger Sign.png|semmoldura|411x411px]]
    <img src="https://wiki.pokelegends.com.br/images/0/0f/Danger_Sign.png" alt="Danger Sign" width="411" height="411" />
<img src="https://wiki.pokelegends.com.br/images/c/c9/Danger_Sign.png" width="411" height="411" style="transition:transform 0.5s;">
    <div style="position:absolute;top:0;left:0;width:100%;height:100%;display:none;">
<div style="position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);opacity:0;transition:opacity 0.5s;">
        <img src="https://wiki.pokelegends.com.br/images/0/0f/Danger_Sign.png" alt="Danger Sign (Zoom)" style="width:100%;height:100%;" />
<img src="https://wiki.pokelegends.com.br/images/c/c9/Danger_Sign.png" width="822" height="822" style="position:absolute;top:-205px;left:-205px;">
    </div>
</div>
</div>
</div>
<script>
$(document).ready(function() {
    $('img[alt="Danger Sign"]').hover(
        function() {
            $(this).next().show();
        },
        function() {
            $(this).next().hide();
        }
    );
});
</script>

Edição das 04h58min de 3 de maio de 2023

A nossa página oficial do Instagram é oficial.pokelegends/.

   <img src="https://wiki.pokelegends.com.br/images/0/0f/Danger_Sign.png" alt="Danger Sign" width="411" height="411" />
       <img src="https://wiki.pokelegends.com.br/images/0/0f/Danger_Sign.png" alt="Danger Sign (Zoom)" style="width:100%;height:100%;" />

<script> $(document).ready(function() {

   $('img[alt="Danger Sign"]').hover(
       function() {
           $(this).next().show();
       },
       function() {
           $(this).next().hide();
       }
   );

}); </script>