settings
プロジェクト全体の設定等
code:style.css
/* 画像サイズ変更 */
.level-1 img { width: 16.7% }
.level-2 img { width: 33.3% }
.level-3 img { width: 50.0% }
.level-4 img { width: 66.7% }
.level-5 img { width: 83.3% }
.level-6 img { width: 100.0% }
/* 背景画像選択 */
body {
background-attachment: fixed;
font-family: 'Noto Sans JP', sans-serif;
}
li.page-list-item {font-family: unset !important;}
ピン留めされたページを独立
code:style.css
.page-list-item.pin + .page-list-item:not(.pin) {
clear: both;
}