Skip to content

StackUnderflow by nyria

Screenshot of StackUnderflow

Details

Authornyria

LicenseWTFPL

Categorystackoverflow.com

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Clean the interface from distractions while keeping useful things

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           StackUnderflow
@namespace      github.com/somewhere
@version        1.0.0
@description    Clean the interface from distractions while keeping useful things
@author         Nyria

==/UserStyle== */

@-moz-document domain("stackoverflow.com") {
	@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Inter:wght@200;300;400;500;600;700;800&display=swap');
	
	header, footer, #sidebar, .js-post-body ~ div, .js-post-comments-component, .answers-subheader > :last-child > div:first-child > div:first-child, .js-vote-up-btn, .js-vote-down-btn, .js-saves-btn, .js-post-issue, #question-header > div:last-child, #question-header + div > div:not(:first-child), .bottom-notice, #post-form {
		display: none !important;
	}
	
	#question-header > h1 > a.question-hyperlink {
		font-family: 'Manrope'; 
	}
	
	body {
		padding-top: 10px;
		font-family: 'Inter';
	}
	
	p {
		font-family: 'Inter';
	}
	
	#content {
		max-width: unset;
	}
	
	#mainbar {
		width: 100%;
	}
	
	#question-header + div {
		border-bottom: none !important;
	}
	
	#answers {
		border-top: 1px solid var(--black-075) !important;
		margin-top: 20px;
	}
	
	div[id^='answer-']:last-of-type {
		border-bottom: none !important;
	}
	
	.js-vote-count {
		color: var(--theme-tag-color);
		background-color: var(--black-075);
		padding: 20px 8px;
		border-radius: 5px;
	}
}

Reviews

No reviews yet.