紧凑显示,去掉考核信息模块
carpt.net - 2023年11月 by zcq100
Details
Authorzcq100
LicenseNo License
Categorycarpt.net
Created
Updated
Size593 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 179.148:15002 - 2023年11月
@namespace carpt.net
@version 1.0.0
@description 紧凑显示,去掉考核信息模块
@author zcq100
==/UserStyle== */
/* the props */
/* see PropPacks for the full list */
@-moz-document domain("carpt.net") {
/* 在此插入代码... */
#outer {
padding-top: 0px !important;
}
#outer > table:first-of-type {
display: none;
}
form[name=searchbox] + div {
display: none;
}
#nav_block {
padding: 0px;
}
tr:has(#nav_block) {
padding: 0px;
}
table.main {
width: 100% !important;
}
}