Simplify
◆ITmedia ニュース by syon
Details
Authorsyon
LicenseNo License
Categoryitmedia
Created
Updated
Size1.3 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 ◆ITmedia ニュース
@namespace userstyles.world
@version 2022-11-25
==/UserStyle== */
@-moz-document domain("itmedia.co.jp") {
#g_nav,
#masterHeader,
#masterNavigation,
#COIDP,
#ITN,
#localNavigation,
#globalHeaderBottom,
#masterSub,
#masterSocialbuttonTop,
#ITT,
#ITSB,
div[id^="newzia_"],
#masterFooter,
#ITRN,
#ITOT,
#ITADS,
#ISALC,
.colBoxSubcolJobboard,
.colBoxArtTopRcm,
.colBox.colBoxArtTop,
#my_social_top,
#colBoxSideButtons,
#mediaFooter {
display: none !important;
}
body {
background-color: #f5f5f5;
}
#masterBody,
#globalHeaderMiddle {
background-color: transparent;
}
#masterBodyOuter {
width: auto !important;
margin: 0 auto 5em !important;
}
#masterBodyInner {
width: auto;
}
#globalContents {
width: auto;
}
#masterContents {
width: auto;
padding: 40px 0;
background-color: #fff;
border: none !important;
border-radius: 2px;
}
#masterContents,
#masterMain {
border: none !important;
}
#masterMain {
width: auto;
float: none;
}
#tmplNewsIn {
padding: 0 2em !important;
}
#cmsBody h3 {
margin-top: 3em;
}
#update {
font-size: 16px;
}
}