Adds some experimental stuff to the old reddit version of r/soulseek.
r/soulseek Beta CSS by northparkbv
Details
Authornorthparkbv
LicenseNo License
Categorywww.reddit.com/r/soulseek
Created
Updated
Code size785 B
Code checksum2b16eca
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Currently supports:
- An Soulseek logo in the top right
For moderators:
- Less obnoxious removed post colours
Source code
/* ==UserStyle==
@name r/soulseek beta stylesheet
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Test out the upcoming soulseek styles. Old Reddit only
@author u/northparkbv
==/UserStyle== */
@-moz-document url-prefix("https://www.reddit.com/r/Soulseek") {
#header-bottom-left {
background-image: linear-gradient(to right, #38a7ff, #d2eefe);
background-image: url(https://b.thumbs.redditmedia.com/8U52uuoMjd3Sc4St_pT5u4bR1Xmno5pH-ySfLG7xl4g.png);
background-repeat: no-repeat;
background-position: right;
}
.thing.spam {
background: linear-gradient(90deg,rgb(255, 190, 164) 0%, rgb(255, 223, 212) 13%, rgb(255, 235, 235) 21%, rgba(255, 255, 255, 1) 27%);
}
}