Skip to content

Justice by Dietr1ch

Details

AuthorDietr1ch

LicenseGPLv3

CategoryGlobal style

Created

Updated

Size659 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A global style making text justified and not too wide.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Justice
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A global style making text justified and around 70 characters wide.
@author         Dietrich Daroch
==/UserStyle== */

/*
https://userstyles.world/style/10520/justice
*/

@-moz-document url-prefix("http") {
	p,
	li,
	span,
	div
	{
		text-align: justify;
		text-wrap: pretty;
	}
	
	p,
	li,
	.comment
	{
		max-width: 40em;
	}
	
	/*table,*/
	caption,
	colgroup,
	/*thead,*/
	/*tbody,*/
	/*tr,*/
	/*tfoot,*/
	ul,
	code,
	pre,
	blockquote,
	span
	{
		text-wrap: pretty;
		max-width: 80em;
	}
}

Reviews

No reviews yet.