UPDATE 10/11/2024: discontinued. you can now just use [style=bg]insertimagelinkhere[/style] on pikidiary
Pikidiary Custom Background (DISCONTINUED) by Supekiblue
Details
AuthorSupekiblue
LicenseNo License
Categorypikidiary
Created
Updated
Size406 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Pikidiary Custom Background
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Use this if you need to use a custom background on Pikidiary
@author Supekiblue
==/UserStyle== */
@-moz-document domain("pikidiary.lol") {
body {
background-image: url("https://www.example.com/image.png"); /* put the image url here */
}
}