加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
中国电子diy之家 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
涵墨轻笙 提交于 2017-02-12 14:57 . 中国电子diy之家
/* i really want this to be global */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.ndiy.cn") {
/*论坛右侧广告*/
#sbody{
display:none;
}
#frameIGq77g{
display:none;
}
#frameDSXxB7{
display:none;
}
#diy6{
display:none;
}
#diy8{
display:none;
}
#frame4FdQJt{
display:none;
}
/*论坛顶端广告*/
#framePYHNX1{
display:none;
}
.a_mu{display:none}
#adContent{display:none !important}
/*********************文章页*************************/
/*标题*/
#thread_subject{
font-size:22px;
}
/*main body*/
#wp .forum-left{
float:none;
width:auto;
}
#postlist .pcb{
width:100%;
}
/*正文字体*/
.t_f,.t_f td {
letter-spacing:3px; /*增加文字间距*/
font-size:18px;
width:auto;
}
/*文章页广告*/
#diynavtop{
display:none;
}
/*扫码弹窗*/
#main{
display:none;
}
/*板块右侧*/
#wp .forum-right{
display:none;
}
/*修复回复栏*/
.pob em a{
line-height:inherit;
display:inline;
}
.y strong{
display:none;
}
/*标签*/
.xg1 {
display:none;
}
/*头像*/
.xi2 img{
border-radius:50%;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化