settings
code:style.css
.page-list-item.grid-style-item{
display: none;
}
.stream .page {
display: none;
}
code:style.css
.user-flag { display: none; }
code:style.css
.creator, .collaborators {
display: none;
}
code:style.css
display: none;
}
code:style.css
display: none;
}
code:style.css
display: none;
}
code:style.css
display: none;
}
code:style.css
display: none;
}
code:style.css
display: none;
}
code:style.css
display: none;
}
code:style.css
.new-button { /* 新規ボタンを消す */
visibility: hidden;
}
code:style.css
/* 外部リンクにiconをつける */
.line span:not(.modal-image):not(.pointing-device-map) > a.link:not(.icon)::after {
font-family: 'Font Awesome 5 Free';
content: ' \f35d';
font-weight: 900;
display: inline-block;
}
code:style.css
/* テロメア非表示 */
.line .telomere .telomere-border, .line .telomere .telomere-border.unread {
display: none;
}
code:style.css
.project-home > .title {
/* Make title line-height more narrow */
line-height: 1.2
}
/* Project description */
.project-home > .title:after {
content: "\A Credo, um intelligam";
white-space: pre;
font-size: 0.6em;
}
code:style.css
body {
font-family: '游明朝体','YuMincho','游明朝','Yu Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro',serif;
}
.editor, .stream, li.page-list-item {font-family: unset !important;}
code:style.css
display: block !important;
}
code:style.css
.brand-icon { display: none !important; }
.grid-size-range { display: none !important; }
code:style.css
.random-jump-button {
display:none !important;
}
.page-menu.xs div:nth-child(1),
.page-menu div:nth-child(1) {display: none !important;}
.page-sort-menu {display: none !important;}
.related-page-list {display: none !important;}
code:style.css
/* ストリームも消す */
.lazy-render {display: none !important;}
.project-events {display: none !important;}
.stream::after {
content: "No Stream";
font-size: 100px;
}
code:style.css
/* リンク画像の下線を消す */
.link .image {
border-bottom-color: transparent !important;
}