Skip to content

LxgwWenKai for youtube by zcq100

Screenshot of LxgwWenKai for youtube

Details

Authorzcq100

LicenseNo License

Categoryyoutube.com

Created

Updated

Code size912 B

Code checksum98603bfc

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www.youtube.com/watch
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com") {
	/* 在此插入代码...
	字代下载  https://github.com/lxgw/LxgwWenKai
	*/
	:root {
		--z-border-color: #80808024;
		--z-border-syle: 2px solid #ccc;
		--z-border-raduis: 20px;
		--z-lxgw-font: "LXGW WenKai Medium";
	}

	#content-text.ytd-comment-view-model {
		font-family: var(--z-lxgw-font), "Roboto", "Arial", sans-serif;
		font-size: 1.8rem;
	}

	ytd-comments {
		background-color: var(--z-border-color);
		padding: 10px;
		border: var(--z-border-syle);
		border-radius: var(--z-border-raduis);
	}

	#secondary-inner {
		background-color: var(--z-border-color);
		padding: 10px;
		border: var(--z-border-syle);
		border-radius: var(--z-border-raduis);
	}
}

Reviews

No reviews yet.