settings
code:style.css
body {
background-color: #fff !important; }
.icon img{
filter: grayscale(100%);
}
.new-button {
display: none !important;
}
.navbar-default {
}
.grid li.page-list-item a .pin {
display: none !important;
}
.grid li.page-list-item a {
box-shadow: 0 1px 0 rgba(0,0,0,0);
}
ul.grid li.page-list-item a .header{
}
ul.grid-md.grid li.page-list-item a .header{
}
ul.grid-lg.grid li.page-list-item a .header{
}
.grid li.page-list-item a:hover{
box-shadow: none;
}
.grid li.page-list-item a .icon img {
display: table-cell;
width: auto;
margin-bottom: 10px;
max-height: 100px;
max-width: 95%;
vertical-align: middle;
border-radius: 3px;
position: absolute;
top: calc(50% + 40px);
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
/*.line .dot {*/
/* display: none !important;*/
/*}*/
.line strong.level-3{
margin-bottom:20px
font-size:1.3em;
letter-spacing: 0.2em;
}
/* テロメア */
.line .telomere .telomere-border,
.line .telomere .telomere-border.unread {
display: none !important;
}
.line .telomere .telomere-border:hover,
.line .telomere .telomere-border.unread:hover {
display: none !important;
}
/*タイトル部分*/
.left-box span{
font-size: 20px;
padding-top:5px;
padding-bottom:10px;
margin-top: 60px
margin-bottom: 100px;
}
.right-box {
display: none !important;
}
/* 新着以外のテロメア */
.line .telomere .telomere-border {
display: none !important;
}
/* 新着のテロメア */
.line .telomere .telomere-border.unread {
display: none !important;
}
display: none;
}
/* 1. Scrapboxアイコンをバーガーアイコンに置き換え */
.navbar-brand img, .navbar-brand span { display: none !important }
.navbar-brand::before {
content: '\f0c9'; font-family: FontAwesome; font-size: 28px; color: #bbbbbb; }