MediaWiki:Common.js: mudanças entre as edições
De Letropédia
Sem resumo de edição |
Sem resumo de edição |
||
Linha 1: | Linha 1: | ||
$(function () { | $(function () { | ||
$ | var iframe = $('<iframe>', { | ||
src: 'https://letrasmais.net.br/letrodromo/bar.php' | |||
id: 'top-bar', | |||
width: '100%', | |||
height: '50', | |||
frameborder: '0', | |||
scrolling: 'no', | |||
style: 'position: fixed; top: 0; left: 0; z-index: 9999; border: none; background: transparent;' | |||
}); | |||
$('body').prepend(iframe); | |||
$('body').css('padding-top', '10px'); // Ajusta o conteúdo da página | |||
}); | }); |
Edição das 01h50min de 31 de julho de 2025
$(function () {
var iframe = $('<iframe>', {
src: 'https://letrasmais.net.br/letrodromo/bar.php'
id: 'top-bar',
width: '100%',
height: '50',
frameborder: '0',
scrolling: 'no',
style: 'position: fixed; top: 0; left: 0; z-index: 9999; border: none; background: transparent;'
});
$('body').prepend(iframe);
$('body').css('padding-top', '10px'); // Ajusta o conteúdo da página
});