帖子内部去除大量间隙
1亩3分地帖子去除间隙 by 13422797310
Details
Author13422797310
LicenseNo License
Category1point3acres
Created
Updated
Size1.2 kB
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.1point3acres.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("www.1point3acres.com") {
/* 帖子字体 */
.t_fsz,
td[itemprop="articleBody"] {
padding: 0 !important;
font-family: arial, sans-serif !important;
color: #333333 !important;
}
/* 回帖高度 */
.t_fsz,
td.plc {
min-height: auto !important;
height: auto !important;
}
/* 搜索词标记色 */
b {
color: #C34150 !important;
}
/* 脚栏去margin */
.border-t {
margin-bottom: 0 !important;
}
/* 回帖头像 */
.avatar[itemprop="image"],
.avatar[itemprop="image"] img {
width: 40px !important;
}
.tns.xg2 {
padding-bottom: 0 !important;
}
/**/
#p_btn{
margin: 0 !important;
padding: 0 !important;
}
.pct{
padding-bottom: 0!important;
}
.pcb .items-start{
margin-bottom: 0 !important;
}
.plc .po.hin{
border: none !important;
opacity: 1 !important;
}
.pob em{
margin-left: 880px !important;
}
.pi{
border-bottom: none !important;
margin-bottom: 0 !important;
padding: 4px 0 !important;
}
br{
margin-top: 0px !important;
}
}