Skip to content

Wallpaper for Blank by spdream99

Screenshot of Wallpaper for Blank

Details

Authorspdream99

LicenseCC-BY-NC-4.0

CategoryBlank.org

Created

Updated

Size884 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Apply an background for blank.org...

Notes

This is nothing special but useful, I think so:))
Image source from google!

Source code

/* ==UserStyle==
@name         Wallpaper for Blank
@version      20220531.21.49
@namespace    userstyles.world/user/spdream99
@description  Apply an background for blank.org...
@author       spdream99
@license      CC-BY-NC-4.0
@advanced dropdown Display "Remove Br" {
True "Enable*" <<<EOT br{display: none!important;} EOT;
	False "Disable" <<<EOT /*None*\/ EOT;
}
@advanced text Image-custom "Custom Image Url" "https://cdnb.artstation.com/p/assets/images/images/024/538/827/original/pixel-jeff-clipa-s.gif?1582740711"
==/UserStyle== */

@-moz-document domain("blank.org") {
/*8br, center { visibility: hidden;
}*/

body {
    background-color: #FCFEFC;
    background-image: url(/*[[Image-custom]]*/);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: local;
}
/*[[Display]]*/


}

Reviews

No reviews yet.