MediaWiki:Common.js: mudanças entre as edições

De Letropédia
Sem resumo de edição
Sem resumo de edição
Linha 6: Linha 6:
     frameborder: '0',
     frameborder: '0',
     scrolling: 'no',
     scrolling: 'no',
     style: 'top: 0; left: 0; z-index: 9999; border: none; background: transparent;'
     style: 'position: fixed; top: 0; left: 0; z-index: 9999; border: none; background: transparent;'
   });
   });


   $('body').prepend(iframe);
   $('body').prepend(iframe);
  $('body').css('padding-top', '50px'); // Ajusta o conteúdo da página
});
});

Edição das 02h14min de 31 de julho de 2025

$(function () {
  var iframe = $('<iframe>', {
    src: 'https://letrasmais.net.br/letrodromo/bar.php',
    id: 'top-bar',
    width: '100%',
    frameborder: '0',
    scrolling: 'no',
    style: 'position: fixed; top: 0; left: 0; z-index: 9999; border: none; background: transparent;'
  });

  $('body').prepend(iframe);
 
});