Skip to content

Reddit old: AMOLED black, minimal by vitaly-zdanevich

Imported and mirrored from https://gitlab.com/vitaly-zdanevich-styles/reddit-old/-/raw/master/reddit-old.user.css

Screenshot of Reddit old: AMOLED black, minimal

Details

Authorvitaly-zdanevich

License

Categoryreddit.com

Created

Updated

Size6.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

yep

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Reddit old: AMOLED black, minimal
@namespace      github.com/openstyles/stylus
@version        1.1.20
@description    yep
@author         Vitaly Zdanevich
==/UserStyle== */

@-moz-document url-prefix("https://www.reddit.com") {

	body,
	#sr-header-area,
	#header-bottom-left, /* Top beader with subreddit namee and tabs */
	#header-bottom-right, /* Top header with username, mail, chat, "preferences" */
	.tabmenu li a,
	.side, /* Side bar with search, "Submit a new text post", "MESSAGE THE MODS" */
	.titlebox form.toggle,
	.search-expando.collapsed::before /* SERP https://www.reddit.com/r/firefox/search?q=ctrl-tab&restrict_sr=on&include_over_18=on&sort=relevance&t=all */
	{
		background: #000;
	}

	/* Right block with "this post was submitted on 24 Feb 2023", points, shortlink */
	/* https://www.reddit.com/r/SuggestALaptop/comments/11adjjq/looking_for_a_fanless_laptop */
	.linkinfo,
	.infobar /* Sidebar: block under search input with 2 checkboxes: "limit my search to r/xxx", "include NSFW results" */
	{
		color: #bbb;
		background: #000;
		border: 0;
	}
	#shortlink-text {
		border: 0;
	}

	#redesign-beta-optin-btn,
	.listing-chooser,
	.logout,
	.flat-list + .separator,
	#sr-more-link,
	.nub, /* Sidebar: "Submit a new text post" */
	.premium-banner-outer,
	.sidebox.create, /* "Create your own subreddit */
	.panestack-title, /* "no comments (yet)" or count of comments */
	.reddiquette, /* Link to that page */
	.markhelp p:nth-child(2), /* Useless description help */
	table.md tbody tr:first-child, /* "You type", "You see" markdown table help */
	.domain, /* On the home page - duplicate links to a subreddit like "(self.golang)" */
	.submit-page h1, /* Subreddit name - already exists on that publish page */
	#text-desc, /* Submit page: help block with "...A title is required, but expanding further in the text field is not..." */
	.info-notice, /* Submit page: "please be mindful of reddit's content policy and practice good reddiquette." */
	.submit_text, /* Submit page: "Please read and follow the rules of the subreddit in the sidebar! Thank you!" */
	#items-required, /* Submit page: "*required" */
	.footer-parent,
	.debuginfo
	{
		display: none !important;
	}

	#sr-header-area, /* Topbar with subscribed subreddits */
	#header,
	.titlebox .bottom, /* Sidebar: separator between subreddit description and "created by username" */
	.sidecontentbox .content, /* Sidebar: "MODERATORS" block */
	.search-result-group-header /* Search page https://www.reddit.com/r/firefox/search?q=ctrl-tab&restrict_sr=on&include_over_18=on&sort=relevance&t=all */
	{
		border: 0;
	}

	#sr-header-area {
		height: 13px;
	}

	.sr-list {
		margin-top: -4px;
	}

	input[type='text'] {
		color: #bbb !important;
		background: #111;
	}

	.usertext .markhelp {
		border: 0;
	}

	/* "Submissions restricted"
	 * "Only approved users may post in this community"
	 * https://www.reddit.com/r/Wikidata */
	.sidebox.submit.disabled div {
		color: #eee;
		background: #000;
	}


	.thing .title,
	.user a,
	a.pref-lang,

	.reddit-link-title,   /* Sidebar: "RECENTLY VIEWED LINKS" */
	.reddit-comment-link, /* "X comments" */

	#search_showmore /* Sidebar: "advanced search by author, subreddit..." */
	{
		color: #4bf;
	}
	.thing .title:visited {
		color: #b5f;
	}

	.tagline a {
		color: #4bf;
	}

	/* OP starter */
	.tagline .submitter {
		color: #1ff;
		font-weight: bold;
	}

	.sr-bar a.choice:hover, /* Topbar links with subreddit names */
	label /* Under input - for checkboxes https://www.reddit.com/r/firefox/search?q=ctrl-tab&restrict_sr=on&include_over_18=on&sort=relevance&t=all */
	{
		color: #fff;
	}
	/* Topbar separator */
	.sr-list .separator,
	.flairrichtext
	{
		color: #000 !important;
	}

	.expando-button, /* Main page: button near every post to show the OP */
	.thumbnail.self, /* Main page: icon near post without an image */
	#header-img
	{
		filter: invert();
	}

	.archived-infobar.with-icon, /* https://www.reddit.com/r/firefox/comments/ufozuh/disable_browser_cache_in_firefox_so_you_dont/ */
	.morelink, /* Sidebar: "Submit a new text post" */
	textarea,
	.drop-choices /* Topbar: "MY SUBREDDITS": dropdown */
	{
		color: #bbb;
		background: #111;
		border: none;
	}

	a[data-event-action='submit']:hover, /* "Submit a new link", "Submit a new text post" */
	label[for='submit_type_profile'],
	label[for='submit_type_subreddit'],
	label[for='sendreplies']
	{
		color: #000 !important;
	}

	/* https://www.reddit.com/r/firefox/comments/ufozuh/disable_browser_cache_in_firefox_so_you_dont */
	.flaircolordark {
		color: #bbf;
	}

	/* "7 points" */
	.score {
		color: #f77;
	}

	/* Post */
	.link .usertext-body .md {
		background-color: #000;
		border: 0;
	}
	.md, /* Comment */
	.search-result-group /* https://www.reddit.com/r/firefox/search?q=ctrl-tab&restrict_sr=on&include_over_18=on&sort=relevance&t=all */
	{
		max-width: 100vw;
	}

	.search-expando.collapsed {
		max-height: 100px;
	}

	/* https://www.reddit.com/r/firefox/comments/ufozuh/disable_browser_cache_in_firefox_so_you_dont */
	/* Text at right https://www.reddit.com/r/SuggestALaptop/comments/11adjjq/looking_for_a_fanless_laptop */
	.md blockquote {
		color: #b74 !important;
	}

	/* https://www.reddit.com/r/firefox/comments/ufozuh/disable_browser_cache_in_firefox_so_you_dont */
	.usertext.grayed .usertext-body {
		background: #834;
	}

	/* When link to comment like https://www.reddit.com/r/linux_gaming/comments/1ds1ei3/steam_input_not_working_under_gamescope/lb10mmf */
	.usertext.border .usertext-body {
		background: #320;
	}

	.redditname a, /* Subreddit name in header */
	.dropdown.srdrop .selected, /* Topbar: "MY SUBREDDITS" button */
	#sr-header-area a:not(:hover), /* Topbar with subscribed subreddits */
	.md,
	.titlebox, /* User page - right block with info, like https://www.reddit.com/user/Mental_Reason_6163 */
	.prefoptions
	{ 
		color: #bbb !important;
	}

	.drop-choices a.choice:hover {
		color: #fff;
		background-color: #444;
	}

	.md hr {
		background: #222;
	}

	pre {
		background: #111 !important;
		border: 0 !important;
	}

	.link .md :not(pre) > code {
		background: #333 !important;
		border: 0;
	}

	.usertext .markhelp td {
		border: 1px solid #111;
	}

	.usertext .markhelp .spaces {
		background: #111;
	}

	.message.new > .entry {
		background-color: #242;
		border: 0;
	}

	.formtabs-content {
		border: 0; /* Submit page: blue line at the top - under buttons "link", "text" */
	}

}

Reviews

No reviews yet.