It just changes your reddit to have some gold gradients, as per what premium-only subreddits look like when stripped of themes
Swimming in Gold by shockawer
Details
Authorshockawer
LicenseNo License
Categoryreddit.com
Created
Updated
Size2.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Make sure custom themes are disabled for this to fully work
Source code
/* ==UserStyle==
@name Swimming in Gold
@version 20240409.04.00
@namespace ?
==/UserStyle== */
@-moz-document domain("reddit.com") {
#header .tabmenu li.selected a {
background-color: #ffffff;
border-color: #9a7d2e;
border-bottom-color: rgb(154, 125, 46);
border-bottom-color: #ffffff;
}
#header .tabmenu li a {
background-color: #faf1b3;
color: #9a7d2e;
}
#header {
border-bottom-color: #9a7d2e;
background: #d7cc7e;
background: -moz-linear-gradient(top, #d7cc7e 0%, #e2ce3e 100%);
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #d7cc7e),
color-stop(100%, #e2ce3e)
);
background: -webkit-linear-gradient(top, #d7cc7e 0%, #e2ce3e 100%);
background: -o-linear-gradient(top, #d7cc7e 0%, #e2ce3e 100%);
background: -ms-linear-gradient(top, #d7cc7e 0%, #e2ce3e 100%);
background: linear-gradient(to bottom, #d7cc7e 0%, #e2ce3e 100%);
}
#header #header-bottom-right {
background-color: #faf1b3;
}
#header #header-bottom-right a {
color: #9a7d2e;
}
#header #header-bottom-right .message-count {
background-color: #e2ce3e;
}
#header #header-bottom-right #mail.havemail {
background-image: url(https://www.redditstatic.com/sprite-reddit.vSUv8UUCI2g.png);
background-position: -93px -1696px;
background-repeat: no-repeat;
}
#header #header-bottom-right #modmail.havemail {
background-image: url(https://www.redditstatic.com/sprite-reddit.vSUv8UUCI2g.png);
background-position: -118px -1267px;
background-repeat: no-repeat;
}
#header .tabmenu li a {
background-color: #faf1b3;
color: #9a7d2e;
}
#header .tabmenu li.selected a {
background-color: #ffffff;
border-color: #9a7d2e;
border-bottom-color: #ffffff;
}
#header #sr-header-area {
background-color: transparent;
border: none;
opacity: 0.5;
}
#header #sr-header-area:hover {
opacity: 1;
}
.arrow.upmod {
background-image: url(https://www.redditstatic.com/sprite-reddit.vSUv8UUCI2g.png);
background-position: -113px -1676px;
background-repeat: no-repeat;
}
.arrow.downmod {
background-image: url(https://www.redditstatic.com/sprite-reddit.vSUv8UUCI2g.png);
background-position: -92px -1676px;
background-repeat: no-repeat;
}
.link .score.dislikes {
color: #a98d79;
}
.link .score.likes {
color: #dec145;
}
}