settings
code:style.css
.line .quote {
font-style: normal;
}
body {
font-family: '游ゴシック','Yu Gothic',san-serif;
}
.navbar-default {
}
.grid li.page-list-item a {
box-shadow: 0 1px 0 rgba(0,0,0,0);
}
code:style.css
.new-button { /* 新規ボタンを消す */
visibility: hidden;
}
code:style.css
.navbar .kamon {
display: none;
}
code:style.css
.line img.image {
max-height: none !important;
/* max-width: 95% !important; */
/* ha */
width: 100%;
/* end ha */
}
/* ha */
.iframe-video-player iframe {
width: 100% !important;
margin: 1em 0;
}
.line .image {
margin: 1em 0;
}
/* end ha */
.page-list-item .description img.inline-icon {
height: 100%;
width: 100%
}
code:style.css
display: none;
}
code:style.css
.brand-icon {
display: none;
}
code:style.css
.telomere {
display: none;
}
code:style.css
background-color: var(--new-button-bg);
}
background-color: var(--new-button-bg);
}
.grid li.page-list-item a:hover{
box-shadow: none;
}