settings
code:style.css
.page-list .grid li.page-list-itemdata-page-title="settings",
.page-list .grid li.page-list-itemdata-page-title^="icon" {
display: none;
}
code:style.css
.page-list .grid li,
.related-page-list .grid li.page-list-item,
.related-page-list .grid li.relation-label {
width : 272px !important;
height: 280px !important;
}
hide nav
code:style.css
.navbar{
display: none;
}
code:style.css
.line .telomere .telomere-border {
border-width: 0px 0px 0px 0px !important;
width: 0;
}
.line .telomere .telomere-border .description .page-sort-menu {
display: none
}
BGCC
code:style.css
body {
background-color: #FFFFFF !important;
}
ページ内のツールボタン削除。
code:style.css
.tool-btn {
display:none !important;
}
マーカー
code:style.css
.line strong:not(class) {
background: linear-gradient(transparent 90%, #ABABAB 25%);
}
noixyworks{at}gmail.com