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 22:58, 26 December 2024 view sourceJJPMaster (talk | contribs)Extended confirmed users, Page movers, New page reviewers, Rollbackers9,861 edits oh, that's how that works← 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 →
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
$("body").css({
$("#bodyContent").css("background-image", "url(https://c4.wallpaperflare.com/wallpaper/855/310/394/something-beautiful-nature-2880x1800-wallpaper-preview.jpg)") "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)"})

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)"})