Skip to content

make npr website take up less space by coolslutguy420_2nd-ressurection

Screenshot of make npr website take up less space

Details

Authorcoolslutguy420_2nd-ressurection

LicenseNo License

CategoryNPR

Created

Updated

Size544 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

and i mean a LOT less space.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           make npr website take up less space
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    and i mean a LOT less space
@author         Me
==/UserStyle== */

@-moz-document domain("npr.org") {
	
	html {
		width: 80%;
	}
	body {
		width: 80%;
	}
	.multimedia .contentheader.contentheader--one {
		width: 80%;
	}
	
	.branding {
		width: 100%;
	}
	nav {
		width: 80%;
	}
	section {
		width: 80%;
		
	}
	.player-wrap-inner {
		width: 0%;
	}
	section#npr-player {
		position: fixed;
	}
		}

Reviews

No reviews yet.