Skip to content

Spin Me Rounded by cssdoa

Screenshot of Spin Me Rounded

Details

Authorcssdoa

LicenseNo License

Category*

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

by ChatGPT

Source code

/* ==UserStyle==
@name         Spin Me Rounded
@namespace    userstyles.world
@version      0.6
@description  Change font on all pages to GenSenRounded2 and set text shadow, but skip some classes and tags
==/UserStyle== */

@-moz-document regexp(".*") {
	/* 主要規則:針對不屬於排除範圍的元素 */
	html *:not([class*="icon"]):not([class*="icon"] *):not(.google-symbols):not(.google-symbols *):not([class*="fa-"]):not(.md-code-block):not(.md-code-block *):not(.f0UV3d):not(.f0UV3d *):not(.material-symbols-outlined):not(.material-symbols-outlined *):not(.devsite-nav-toggle):not(.devsite-nav-toggle *):not(code):not(code *):not(kbd):not(kbd *):not(pre):not(pre *):not(samp):not(samp *):not(button):not(button *):not(md-icon):not(md-icon *){

		/*修改字體為源泉圓體Ver 2.100 https://github.com/ButTaiwan/gensen-font*/
		font-family: '源泉圓體月' !important;
		text-shadow: 0.00em 0.00em 0.03em;

	}
	/*取消code元素及class的陰影*/
	code, code *,
	[class*="code"], [class*="code"] *,
	[class*=".yt-lockup-metadata"], [class*=".yt-lockup-metadata"] {
		text-shadow: none !important;
	}
}

Reviews

No reviews yet.