me when i find out background-image exists:
skeuomorphic old reddit by TheMessengerVEVO
Details
AuthorTheMessengerVEVO
LicenseNo License
Categoryreddit
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
note that this only works for old.reddit.com and only for the default theme. this means you MUST turn off stylesheets in the preferences page.
Source code
/* ==UserStyle==
@name skeuomorphic reddit
@version 20231031.19.29
@namespace ?
==/UserStyle== */
@-moz-document domain("old.reddit.com") {
#sr-header-area {
background-size: 100% 100%;
background-position: 0px 0px;
background-image: linear-gradient(0deg, #E1E1E1 0%, #f0f0f0 70%, #E1E1E1 99%);
}
#header-bottom-left {
background-size: 100% 100%;
background-position: 0px 0px;
background-image: linear-gradient(0deg, #B6CADF 1%, #cee3f8 65%, #B6CADF 99%);
}
#header-bottom-right {
background-size: 100% 100%;
background-position: 0px 0px;
background-image: linear-gradient(0deg, #E3ECF8 0%, #EFF7FF 70%, #E3ECF8FF 100%);
}
.sidecontentbox .content {
background-size: 100% 100%;
background-position: 0px 0px;
background-image: linear-gradient(0deg, #FAFAFAFF 0%, #ffffff 70%, #FAFAFAFF 100%);
}
.content {
background-size: 100% 100%;
background-position: 0px 0px;
background-image: linear-gradient(0deg, #FAFAFAFF 0%, #ffffff 50%, #FAFAFAFF 100%);
}
}