記事のみ表示
◆Gigazine by syon
Details
Authorsyon
LicenseNo License
Categorygigazine
Created
Updated
Size459 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ◆Gigazine
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document domain("gigazine.net") {
#header,
#latest,
#sub,
footer,
#EndFooter,
.sbn,
ins {
display: none !important;
}
#main {
width: 800px;
margin: 2em auto;
display: block;
}
#article {
padding: 2em;
background-color: #fff !important;
}
body {
background-color: #f6f6f6;
}
}