Skip to content

stackoverflow.com black and wide by vitaly-zdanevich

Imported and mirrored from https://gitlab.com/vitaly-zdanevich-styles/stackoverflow/-/raw/main/stackoverflow.user.css

Screenshot of stackoverflow.com black and wide

Details

Authorvitaly-zdanevich

LicenseNo License

Categorystackoverflow, black, wide

Created

Updated

Size742 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name			stackoverflow.com black and wide
@namespace		github.com/openstyles/stylus
@version		1.0.1
@description	Repo: https://gitlab.com/vitaly-zdanevich-styles/stackoverflow
@author			Vitaly Zdanevich
==/UserStyle== */

@-moz-document url-prefix("https://stackoverflow.com") {
	header.s-topbar {
		position: absolute !important;
		background: #000;
		border: 0;
	}

	.bb {
		display: none !important;
	}

	body {
		--theme-background-color: #000 !important;
	}

	#content {
		--theme-content-background-color: #000 !important;
		min-width: 100vw;
	}

	.container {
		margin: 0 !important;
	}

	#mainbar {
		width: 100%;
	}

	#user-menu a {
		color: blue !important;
	}
	#user-menu a:visited {
		color: #525 !important;
	}

}

Reviews

No reviews yet.