Simplify
◆日経XTECH by syon
Details
Authorsyon
LicenseNo License
Categoryxtech.nikkei.com
Created
Updated
Size1.0 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 ◆日経XTECH
@namespace userstyles.world
@version 2022-11-27
@author syon
==/UserStyle== */
@-moz-document domain("xtech.nikkei.com") {
#wrapper .globalNavi,
#header .l-header_block > *:not(.siteLogo),
.l-categoryNavi,
#main > .asideRight,
.l-topicsPath,
.p-headerInfo,
#main .p-article_header_bar,
#main .p-article_action,
#main .p-article_ad,
#main .l-main_primary > .l-section,
#main .p-article_footer,
#wrapper .l-footer {
display: none !important;
}
body,
#header {
background-color: #f5f5f5;
}
.l-header.-fixed {
position: static;
}
#header {
box-shadow: none;
}
#header .siteLogo {
margin: auto;
}
#main .l-main_primary {
margin: auto;
}
#main .p-article {
box-shadow: 0 2px 6px 0 rgb(0 0 0 / 5%) !important;
}
#main .p-article_header {
padding-top: 3em;
}
#main .articleBody p {
font-weight: normal;
}
}