Skip to content

pttime.org by zcq100

Details

Authorzcq100

LicenseNo License

Categorypttime.org->userstyle

Created

Updated

Size975 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

pttime.org

Notes

pttime.org

Source code

/* ==UserStyle==
@name           www.pttime.org/offers - 2023年11月
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    这个网站头部信息太多了,行高也过高,调整了下行高,背景,去除了各种无用的文字和广告。
@author         Me
==/UserStyle== */
@-moz-document domain("pttime.org") {
	/* 在此插入代码... */
	body {
		background: #595656;
	}
	td {
		line-height: normal;
	}
	.head .fcb {
		display: none;
	}
	#info_block tr:first-of-type .right {
		display: none;
	}
	#info_block .right .right:has(.mr10) {
		display: none;
	}
	#ad_belownav {
		display: none;
	}
	#mainmenu li.lianghao {
		display: none;
	}
	/* 	.mainouter .right{
		display: none;
	} */
	.rowfollow img {
		border-radius: 10px;
		font-family: "Consolas";
	}
	#msg_list .fcg,
	.fcr {
		display: none;
	}
	#msg_list {
		opacity: 50%;
	}
	
	#kdescr{
		font-family: "Lucida Console", "LXGW WenKai GB Screen";
		font-size: 1rem;
	}
	

}

Reviews

No reviews yet.