settings
code:style.css
.line strong.level-2{
display: block;
position: relative;
font-size: 160%;
line-height: 160%;
text-align: center;
margin: 12px auto 18px;
font-weight: 100;
}
/* imgをセンタリング */
.line img.image{
display: block;
margin: 0 auto;
}
/* #で始まるタグをラベル風にする */
display: inline-block;
padding: 2px 8px;
margin: 0 8px 10px 0;
font-size: 0.8em;
border-radius: 3px;
transition: .3s;
-webkit-transform: scale(1);
transform: scale(1);
}
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/* 文字や画像の前後と間の空白文字の幅を調整して1行内に均等に割り付ける */
position: relative;
display: flex;
justify-content: space-between;
}
/* ピン留めされたページを独立した段に表示する */
.page-list-item.pin + .page-list-item:not(.pin) {
grid-column-start: 1;
}
/*settingsの表示を消す*/
display: none;
}