Skip to content

Reddit Custom by minnieo

Details

Authorminnieo

Licensemit

Categoryold.reddit

Created

Updated

Size269 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Reddit Custom Theme

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name         Reddit Custom (RES Compatible) - KMV
@namespace    USO Archive
@author       KMVerum
@description  Reddit Custom Theme - International Version.    Compatibility:  RES - (https://redditenhancementsuite.com/)  all *.reddit.com domains found to date  (many main-) custom Subreddit themes  snew.notabug.io  www.removeddit.com  www.reveddit.com  4chan.org  8kun.top  phuks.co (rough edit - tweaking to come)  poal.co  saidit.net  communities.win + subdomains  conspiracies.win  greatawakening.win  patriots.win  thedonald.win  NoNewNormal.win  archive.fo/is/md/ph/vn  Google reCAPTCHA & Webcache  WaybackMachine (web.archive.org)    Includes custom black cursor + pointers from;  https://userstyles.org/styles/175086/      Recommended addon (not included):    Custom Browser Scrollbars;  https://userstyles.org/styles/182441/      Tested on Brave, Chrome, Chromium, Firefox, Firefox Nightly, Tor & Waterfox.      PS; Waterfox is a little wonky on custom wallpapers.  If problems occur, choose "none".      CSS Injector Stylus:  https://add0n.com/stylus.html    Contact:  https://old.reddit.com/r/KMV/
@version      20211008.18.21
@license      NONE
@preprocessor uso
@advanced dropdown RCWallpaper "Wallpaper" {
    WPBlackWood1K "Black Wood - 1K (1920 x 1080)*" <<<EOT https://i.redd.it/5hvfny0bxh151.jpg EOT;
    WPNone "None" <<<EOT http://DISABLED_REPLACE_URL_TO_ENABLE.kmv EOT;
    WPBlackWoodQHD "Black Wood - QHD (2560 x 1440)" <<<EOT https://i.redd.it/sph92752zc351.jpg EOT;
    WPBlackWood4K "Black Wood - 4K (3840 x 2160)" <<<EOT https://i.redd.it/p7grzmgozc351.jpg EOT;
    WPBlackWood8K "Black Wood - 8K (7680 x 4320)" <<<EOT https://i.redd.it/0lq1kpp10d351.jpg EOT;
    WPBlackWood16K "Black Wood - 16K (15360 x 8640)" <<<EOT https://i.redd.it/1t1w6y51qxt51.jpg EOT;
    WPBASE64 "Manual BASE64 Setup (Inject in Code #1)" <<<EOT data:image/jpeg;base64,INSERT_BASE64-CODE_HERE EOT;

	RCWallpaper-custom-dropdown "Custom" <<<EOT /*[[RCWallpaper-custom]]*\/ EOT;
}
@advanced text RCWallpaper-custom "Wallpaper (Custom)" "https://example.com/image.png"
@advanced color Background "Main Background (html + Nightmode)" #090909
@advanced color Backgrounds "Menus, Popups, Bars etc." #090909
@advanced color Notifications "Notifications & Announcements" #090909
@advanced color Reply "Reply Box" #090909
@advanced color RESPostHighlight "Post Highlight (incl. RES)" #090909
@advanced color MenuHighlighting "Menu & Dropdown Highlighting" #191919
@advanced color MenuHighlightingText "Menu Highlighting Text" #FFFFFF
@advanced color BoxShadows "Box Shadows (Main borders)" #444444
@advanced color Borders "Minor Borders (including Dividers)" #333333
@advanced color Button "Buttons" #090909
@advanced color ButtonHover "Buttons Hover" #191919
@advanced color ButtonText "Buttons Text" #AAAAAA
@advanced color ButtonTextHover "Buttons Hover Text" #FFFFFF
@advanced color Links "Links" #DDDDDD
@advanced color LinksHover "Links Hover" #FFFFFF
@advanced color Inbox "Inbox Notification" #FF7500
@advanced color InboxText "Inbox Notification Text" #000000
@advanced color Headers "Headers" #BBBBBB
@advanced color Text "General Text" #989898
@advanced color Titles "Post Titles" #CCCCCC
@advanced color Visited "Visited Posts" #777777
@advanced color LinksUnderPosts "Post Info & Links" #717171
@advanced dropdown RCPostBG00 "Post Background (Reddit & *.win)" {
    RCPostBG02 "Background - (Post Highlight (incl. RES))*" <<<EOT /*Option Chosen - [Background (Same as RES Highlight)]*\/

.rpBJOHq2PR60pnwJlUyP0 .scrollerItem:focus-within,
.post-list div.post:focus-within,
dark-theme .post-list div.post:focus-within,
[id*="thing_t3"] div.usertext-body.may-blank-within.md-container div.md,
[id*="thing_t3"] div.entry div.expando,
body div div div main div div .post:focus-within,
body div div main div div .post:focus-within
{
    background:
        linear-gradient(90deg, var(--RCRESHighlightBox) 0%, #0000 30%),
        linear-gradient(180deg, var(--RCRESHighlightBox) 0%, #0000 70%),
        linear-gradient(270deg, var(--RCRESHighlightBox) 0%, #0000 30%),
        linear-gradient(360deg, var(--RCRESHighlightBox) 0%, #0000 70%) !important;
    border-radius:4px;
    box-shadow:0px 0px 3px 0px var(--RCBox-Shadow)!important;
    transition:2s;
} EOT;
    RCPostBG00 "No Background" <<<EOT /*Option Chosen - [No Background]*\/ EOT;
    RCPostBG01 "Border" <<<EOT /*Option Chosen - [Border]*\/

.rpBJOHq2PR60pnwJlUyP0 .scrollerItem:focus-within,
.post-list div.post:focus-within,
dark-theme .post-list div.post:focus-within,
[id*="thing_t3"] div.usertext-body.may-blank-within.md-container div.md,
[id*="thing_t3"] div.entry div.expando,
body div div div main div div .post:focus-within,
body div div main div div .post:focus-within
{
    box-shadow:0px 0px 3px 0px var(--RCBox-Shadow)!important;
    transition:2s;
}
.rpBJOHq2PR60pnwJlUyP0 .scrollerItem:focus-within:hover,
.rpBJOHq2PR60pnwJlUyP0 .scrollerItem:focus-within:active,
.post-list div.post:focus-within:hover,
.post-list div.post:focus-within:active,
dark-theme .post-list div.post:focus-within:hover,
dark-theme .post-list div.post:focus-within:active,
body div div div main div div .post:focus-within:hover,
body div div div main div div .post:focus-within:active,
body div div main div div .post:focus-within:hover,
body div div main div div .post:focus-within:active
{
    background:none!important;
    box-shadow:0px 0px 3px 0px var(--RCBox-Shadow)!important;
} EOT;

}
@advanced dropdown RCPostHeight "Post Spacing (Reddit)" {
    RCPostH_3 "+3px (Recommended)*" <<<EOT /* Option chosen: [+3px] *\/

/*old.reddit - Classic - [Default: 0px]*\/
[id*="thing"]
{
    padding-top: 3px;
}


/*New Reddit - Card - [Default: 0px]*\/
.rpBJOHq2PR60pnwJlUyP0.rpBJOHq2PR60pnwJlUyP0 .scrollerItem
{
    padding-bottom: 3px;
}


/*----------------- Always adjust together -----------------*\/
/*New Reddit - Classic - [Default: 0px]*\/
.rpBJOHq2PR60pnwJlUyP0 .scrollerItem
{
    padding-top: 3px;
}
/* New Reddit - Classic - Votes - [Default: 8px]*\/
._23h0-EcaBUorIHC-JZyh6J
{
    padding-top: 11px;
}
/*----------------------------------------------------------*\/


/*New Reddit - Compact - [Default: 0px*\/
.YA9IzN0YR-G5_oD5EUydl
{
    padding-top: 3px;
} EOT;
    RCPostH_0 "Standard" <<<EOT /* Option chosen: [+0px] *\/

/*old.reddit - Classic - [Default: 0px]*\/
[id*="thing"]
{
    padding-top: 0px;
}


/*New Reddit - Card - [Default: 0px]*\/
.rpBJOHq2PR60pnwJlUyP0.rpBJOHq2PR60pnwJlUyP0 .scrollerItem
{
    padding-bottom: 0px;
}


/*----------------- Always adjust together -----------------*\/
/*New Reddit - Classic - [Default: 0px]*\/
.rpBJOHq2PR60pnwJlUyP0 .scrollerItem
{
    padding-top: 0px;
}
/* New Reddit - Classic - Votes - [Default: 8px]*\/
._23h0-EcaBUorIHC-JZyh6J
{
    padding-top: 8px;
}
/*----------------------------------------------------------*\/


/*New Reddit - Compact - [Default: 0px*\/
.YA9IzN0YR-G5_oD5EUydl
{
    padding-top: 0px;
} EOT;
    RCPostH_1 "+1px" <<<EOT /* Option chosen: [+1px] *\/

/*old.reddit - Classic - [Default: 0px]*\/
[id*="thing"]
{
    padding-top: 1px;
}


/*New Reddit - Card - [Default: 0px]*\/
.rpBJOHq2PR60pnwJlUyP0.rpBJOHq2PR60pnwJlUyP0 .scrollerItem
{
    padding-bottom: 1px;
}


/*----------------- Always adjust together -----------------*\/
/*New Reddit - Classic - [Default: 0px]*\/
.rpBJOHq2PR60pnwJlUyP0 .scrollerItem
{
    padding-top: 1px;
}
/* New Reddit - Classic - Votes - [Default: 8px]*\/
._23h0-EcaBUorIHC-JZyh6J
{
    padding-top: 9px;
}
/*----------------------------------------------------------*\/


/*New Reddit - Compact - [Default: 0px*\/
.YA9IzN0YR-G5_oD5EUydl
{
    padding-top: 1px;
} EOT;
    RCPostH_2 "+2px" <<<EOT /* Option chosen: [+2px] *\/

/*old.reddit - Classic - [Default: 0px]*\/
[id*="thing"]
{
    padding-top: 2px;
}


/*New Reddit - Card - [Default: 0px]*\/
.rpBJOHq2PR60pnwJlUyP0.rpBJOHq2PR60pnwJlUyP0 .scrollerItem
{
    padding-bottom: 2px;
}


/*----------------- Always adjust together -----------------*\/
/*New Reddit - Classic - [Default: 0px]*\/
.rpBJOHq2PR60pnwJlUyP0 .scrollerItem
{
    padding-top: 2px;
}
/* New Reddit - Classic - Votes - [Default: 8px]*\/
._23h0-EcaBUorIHC-JZyh6J
{
    padding-top: 10px;
}
/*----------------------------------------------------------*\/


/*New Reddit - Compact - [Default: 0px*\/
.YA9IzN0YR-G5_oD5EUydl
{
    padding-top: 2px;
} EOT;
    RCPostH_4 "+4px" <<<EOT /* Option chosen: [+4px] *\/

/*old.reddit - Classic - [Default: 0px]*\/
[id*="thing"]
{
    padding-top: 4px;
}


/*New Reddit - Card - [Default: 0px]*\/
.rpBJOHq2PR60pnwJlUyP0.rpBJOHq2PR60pnwJlUyP0 .scrollerItem
{
    padding-bottom: 4px;
}


/*----------------- Always adjust together -----------------*\/
/*New Reddit - Classic - [Default: 0px]*\/
.rpBJOHq2PR60pnwJlUyP0 .scrollerItem
{
    padding-top: 4px;
}
/* New Reddit - Classic - Votes - [Default: 8px]*\/
._23h0-EcaBUorIHC-JZyh6J
{
    padding-top: 12px;
}
/*----------------------------------------------------------*\/


/*New Reddit - Compact - [Default: 0px*\/
.YA9IzN0YR-G5_oD5EUydl
{
    padding-top: 4px;
} EOT;
    RCPostH_5 "+5px" <<<EOT /* Option chosen: [+5px] *\/

/*old.reddit - Classic - [Default: 0px]*\/
[id*="thing"]
{
    padding-top: 5px;
}


/*New Reddit - Card - [Default: 0px]*\/
.rpBJOHq2PR60pnwJlUyP0.rpBJOHq2PR60pnwJlUyP0 .scrollerItem
{
    padding-bottom: 5px;
}


/*----------------- Always adjust together -----------------*\/
/*New Reddit - Classic - [Default: 0px]*\/
.rpBJOHq2PR60pnwJlUyP0 .scrollerItem
{
    padding-top: 5px;
}
/* New Reddit - Classic - Votes - [Default: 8px]*\/
._23h0-EcaBUorIHC-JZyh6J
{
    padding-top: 13px;
}
/*----------------------------------------------------------*\/


/*New Reddit - Compact - [Default: 0px*\/
.YA9IzN0YR-G5_oD5EUydl
{
    padding-top: 5px;
} EOT;
    RCPostH_6 "+6px" <<<EOT /* Option chosen: [+6px] *\/

/*old.reddit - Classic - [Default: 0px]*\/
[id*="thing"]
{
    padding-top: 6px;
}


/*New Reddit - Card - [Default: 0px]*\/
.rpBJOHq2PR60pnwJlU...

Reviews

No reviews yet.