MediaWiki:Group-sysop.js: Forskelle mellem versioner

Oprettede siden med 'Any JavaScript here will be loaded for sysops only: $(document).ready(function() { $('div.portal h5').on('mouseenter', function() { $(this).css('font-size', '130%')....'
 
Ingen redigeringsopsummering
 
Linje 1: Linje 1:
/* Any JavaScript here will be loaded for sysops only */
/* Any JavaScript here will be loaded for sysops only */
$(document).ready(function() {
$('div.portal h5').on('mouseenter', function() {
  $(this).css('font-size', '130%').on('mouseleave' function() {
    $(this).css('font-size', '80%');
  });
});
});