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 () {
   $('body').prepend('<div id="top-bar"><a href="https://letrasmais.net.br" title="Letras+" target="_parent">Letras+</a> | <a href="https://letrasmais.net.br/letrodromo" title="Plataforma de jogos de Letras" target="_parent">Letródromo</a> | <a href="https://letrasmais.net.br/letropedia" title="A enciclopédia de Letras" target="_parent">Letropédia</a> | <a href="https://letrasmais.net.br/palco" title="Plataforma de Aprendizagem em Letras, Comunicação e Oralidade" arget="_parent">PALCO</a> | <a href="https://universidade.df.gov.br/" title="UnDF" target="_parent">UnDF</a></div>');
   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
});