Misplaced Pages

User:JJPMaster/wallpaper.js: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
< User:JJPMaster Browse history interactively← Previous editNext edit →Content deleted Content added
Revision as of 23:05, 26 December 2024 view sourceJJPMaster (talk | contribs)Extended confirmed users, Page movers, New page reviewers, Rollbackers9,861 editsNo edit summary← Previous edit Revision as of 23:05, 26 December 2024 view source JJPMaster (talk | contribs)Extended confirmed users, Page movers, New page reviewers, Rollbackers9,861 edits whoopsNext edit →
Line 5: Line 5:
}); });
$("mw-body").css({"background-color": "rgba(255, 255, 255, 0.8)"}) $(".mw-body").css({"background-color": "rgba(255, 255, 255, 0.8)"})

Revision as of 23:05, 26 December 2024

$("body").css({
	"background-image": "url(https://c4.wallpaperflare.com/wallpaper/855/310/394/something-beautiful-nature-2880x1800-wallpaper-preview.jpg)",
	"background-size": "cover",
	"background-attachment": "fixed",
	
});
$(".mw-body").css({"background-color": "rgba(255, 255, 255, 0.8)"})