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
Lloyd (discussão | contribs)
Sem resumo de edição
Etiqueta: Revertido
Linha 3: Linha 3:
<div style="position:relative;">
<div style="position:relative;">
   <img src="https://wiki.pokelegends.com.br/images/e/e9/Danger_Sign.png" style="width:411px;height:411px;" />
   <img src="https://wiki.pokelegends.com.br/images/e/e9/Danger_Sign.png" style="width:411px;height:411px;" />
   <span style="position:absolute;left:0;top:0;width:100%;height:100%;display:none;">
   <div style="position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition: opacity 0.3s;">
     <img src="https://wiki.pokelegends.com.br/images/e/e9/Danger_Sign.png" style="width:822px;height:822px;" />
     <img src="https://wiki.pokelegends.com.br/images/e/e9/Danger_Sign.png" style="width:100%;height:100%;" />
   </span>
   </div>
</div>
</div>
<script>
<script>
   $(document).ready(function() {
   $(document).ready(function() {
     $('div[style="position:relative;"]').hover(
     $('div[style^="position:relative"]').hover(function() {
      function() {
      $(this).find('div').fadeTo('fast', 1);
        $('span', this).fadeIn('fast');
    }, function() {
      },
      $(this).find('div').fadeTo('fast', 0);
      function() {
    });
        $('span', this).fadeOut('fast');
      }
    );
   });
   });
</script>
</script>

Edição das 05h11min de 3 de maio de 2023

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

 <img src="https://wiki.pokelegends.com.br/images/e/e9/Danger_Sign.png" style="width:411px;height:411px;" />
   <img src="https://wiki.pokelegends.com.br/images/e/e9/Danger_Sign.png" style="width:100%;height:100%;" />

<script>

 $(document).ready(function() {
   $('div[style^="position:relative"]').hover(function() {
     $(this).find('div').fadeTo('fast', 1);
   }, function() {
     $(this).find('div').fadeTo('fast', 0);
   });
 });

</script>