MediaWiki:Vector-2022.js: Difference between revisions
m fixing the last edit |
testing - background for vector |
||
| Line 1: | Line 1: | ||
$('body').children().wrapAll('<div class=" | // create body overlay | ||
$('body').children().wrapAll('<div class="mw-body-overlay"></div>'); | |||
// create object just for packground | |||
$('.mw-body-overlay').prepend('<div class="custom-background"></div>'); | |||
$('.custom_background').css({'height': $('.mw-body-overlay').outerHeight()}); | |||