gov.cn 精简
搭配 一键下载到图片 食用更佳
www.gov.cn by ableylei
Details
Authorableylei
LicenseNo License
Categorygov.cn
Created
Updated
Size1.7 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.gov.cn
@version 20220526.04.02
@namespace userstyles.world/user/ableylei
@description gov.cn 精简
@author ableylei
@license No License
==/UserStyle== */
@-moz-document domain("www.gov.cn") {
.header_right.fr/*搜索*/
,
.comment/*收藏、留言*/
,
/*------------------------*/
.pages_print/*打印*/
,
.pages_content + .editor > span/*【我要纠错】*/
,
#div_div/*扫一扫在手机打开当前页*/
,
.de_bannerS/*营改增专题 微博微信 三个链接*/
,
iframe[id='ifr_foot.htm']/*底部*/
,
#share /* 分享 */
{
display: none !important
}
.pages_content {
padding: 0 !important
}
.article
{
background-color: white
}
.BreadcrumbNav {
display: none
}
.padd {
background-color: white;
padding: 40px 36px !important
}
@media print {
#ifr_top/*顶部*/
,
.BreadcrumbNav/*面包屑开始*/
,
.xg-list.related/*相关稿件*/
{
display: none !important
}
.content {
width: auto !important
}
.padd {
padding: 0px !important
}
}
}
@-moz-document domain("www.gov.cn") {
/* table 样式 */
#pageBreak /* 底部打印 */
,
#pageBreak + table
{
display: none !important
}
#share + div.wrap {
margin: 40px 30px;
}
.wrap
{
background-color: white
}
div.w1100 > div.wrap > table:nth-child(3) > tbody > tr > td:nth-child(1)
,body > div.w1100 > div.wrap > table:nth-child(3) > tbody > tr > td:nth-child(1) > table > tbody > tr > td > table:nth-child(2)
{
width: auto !important;
}
div.w1100 > div.wrap > table:nth-child(3) > tbody > tr > td:nth-child(1) > table
{
width: auto !important;
border-right: none !important;
margin: 0 !important
}
div.w1100 > div.wrap > table:nth-child(3) > tbody > tr > td:nth-child(2)
{
position: fixed;
right: 7%
}
}