1 column
◆コリス by syon
Details
Authorsyon
LicenseNo License
Categorycoliss
Created
Updated
Size517 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 ◆コリス
@namespace userstyles.world
@version 2022-09-08
@author syon
==/UserStyle== */
@-moz-document domain("coliss.com") {
#navG,
#sidebar,
#articleInfo1,
#articleInfo2,
.pageTopBar,
#footer {
display: none !important;
}
#container3 {
width: 100%;
background: #f5f5f5;
}
#content {
width: auto;
}
html {
font-size: 80%;
}
.pageSingle .articleContent h3 {
font-size: 120%;
padding-left: 10px;
}
}