Adds a Miiverse-style checkerboard background to juxt.pretendo.network, the web client for Pretendo Network's Miiverse revival known as Juxtaposition.
JuxtCheckerboard by superfever3000
Details
Authorsuperfever3000
LicenseNo License
CategoryJuxtaposition
Created
Updated
Size491 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
If you want, you can host your own instance of the checkerboard background.
I have made sure it looks good on both the PC/Tablet layout and Mobile layout.
Source code
/* ==UserStyle==
@name JuxtCheckerboard
@version 20241103.21.43
@namespace https://userstyles.world/user/superfever3000
@description Adds a Miiverse-style background to juxt.pretendo.network, the web client for the Miiverse revivial.
@author superfever3000
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://juxt.pretendo.network/") {
body {
background-image:url(https://f.feridinha.com/65ski.png);
background-attachment:fixed;
}
}