Features:
- 主题贴内所有楼层不显示头像
- 主题贴内除每页的首楼外不显示 签名 & 收藏按钮
- 主题贴内所有楼层去除多余操作
Authorpanyanyany
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.6 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Features:
/* ==UserStyle==
@name 全球主机论坛 | HostLoc | MJJ论坛简约主题
@version 20220219.12.40
@namespace userstyles.world/user/panyanyany
@description Features:
- 主题贴内所有楼层不显示头像
- 主题贴内除每页的首楼外不显示 签名 & 收藏按钮
- 主题贴内所有楼层去除多余操作
@author panyanyany
@license No License
==/UserStyle== */
@-moz-document domain("hostloc.com") {
/* 列表-标题前面的标签 */
th.common em {
display: none;
}
th.new em {
display: none;
}
.pls .pls.favatar > *:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
display: none;
}
/* 排行榜-列表 */
.tl th a:visited, .tl td.fn a:visited {
color: #999;
}
/* 楼主 */
#postlist > div:nth-child(3) .pls .pls.favatar > div:nth-child(5) {
display: none;
}
#postlist > div:nth-child(3) .plc .pi {
display: none;
}
#postlist > div:nth-child(3) .plhin > tbody > tr:nth-child(2) {
display: block;
}
#p_btn {
padding: 0;
}
.mtw {
margin: 0;
}
.t_fsz {
min-height: 0 !important;
}
.plhin > tbody > tr:nth-child(2),
.plhin > tbody > tr:nth-child(3),
.plhin > tbody > tr:nth-child(4),
.plhin > tbody > tr:nth-child(5) {
display: none;
}
.pls .avatar img {
width: 50px;
display: none;
}
.plc .pi .pti {
display: none;
}
.tns.xg2 {
display: none;
}
/* 正文顶部信息 */
.pi {
border-top: 1px dashed #CDCDCD;
border-bottom: none;
height: auto;
padding: 0;
}
/* 正文顶部-楼层 */
.pi strong {
display: none;
}
}