settings
code:style.css
@import "/api/code/fujii-memo/settings/style.css";
/* 背景色指定 */
body {background-color:#BBCC99;}
/* 未公開ページを非表示 */
display: none !important;
}
/* 一覧カードを小さくする */
.two-two {
width: 160px !important;
height: 100px !important;
}
.two-two .icon {
padding-top: 30px !important;
}
.two-two .title {
height: 0px !important;
}
.page-list .grid li,
.related-page-list .grid li.page-list-item,
.related-page-list .grid li.relation-label {
width: 160px !important;
height: 120px !important;
}