A nice simple fall theme made in 2024 for Nitrotype.com! I hope you enjoy!
Nitro Type Fall Theme by TypeForge

Details
AuthorTypeForge
LicenseNo License
Categorynitrotype.com
Created
Updated
Code size1.4 kB
Code checksumd79de1e7
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Nitro Type Fall Theme
@version 20241103.22.33
@namespace https://userstyles.world/user/TypeForge
@description A nice simple fall theme made in 2024 for Nitrotype.com! I hope you enjoy!
@author TypeForge
@license No License
==/UserStyle== */
@-moz-document domain("nitrotype.com") {
body {
background:none;
}
html {
background: fixed url("https://wallpapercave.com/wp/wp4892578.jpg"), #001d45;
background-size: 100%
}
.card--grit {
background: none;
}
.bg--gradient {
background: fixed;
}
.theme--pDefault .profile-bg
{
background: url("https://wallpapercave.com/wp/wp4892578.jpg") top left repeat, linear-gradient(0deg,#2d2e2e 60%, #fff 100%);
color: #d3d3d3;
background-size: 100%
}
.theme--pDefault .profile-bgHead
{
background: url("https://www.hdwallpapers.in/download/fall_in_the_river_in_autumn_trees_forest_4k_hd_nature-3840x2160.jpg") top left repeat, linear-gradient(0deg,#2d2e2e 60%, #fff 100%);
color: #000;
background-size: 115%
}
.theme--pDefault.is-gold .profile-bg
{
background: url("https://www.hdwallpapers.in/download/fall_in_the_river_in_autumn_trees_forest_4k_hd_nature-3840x2160.jpg") top left repeat, linear-gradient(0deg,#2d2e2e 60%, #fff 100%);
color: #000;
background-size: 115%
}
.card--a
{
background-color: #16161600;
color: #fff;
}
}