settings
https://gyazo.com/e4df95cd28bbf29d878e6dfe9729bd20
code:style.css
.page-list-item.pin + .page-list-item:not(.pin) {
clear: both;/
}
code:style.css
.line .indent-mark .dot{
/*margin-top: 2px;*/
}
.line .indent-mark .c-1 + .dot {
}
.line .indent-mark .c-2 + .dot {
}
.line .indent-mark .c-3 + .dot {
}
code:style.css
.line strong {
margin: 0.2em 0;
}
/* 見出しのリンクの下線を非表示にする */
.line strong a:link {
text-decoration: none;
}
.line strong:not(.level-1) .deco-\* {
padding: 0.3em 0;
line-height: 170%;
}
/* Level 1.3以外は左にボーダー */
.line strong:not(.level-1):not(.level-3) .deco-\* {
padding-left: 0.5em;
padding-right: 0.5em;
}
/* Leve1 3以降は下にもボーダー */
.line strong:not(.level-1):not(.level-2) .deco-\*::after {
display: block;
position: absolute;
content: "";
width: 95%;
height: 3px;
}
.line strong.level-4 .deco-\* {
border-width: 7px !important;
}
.line strong.level-5 .deco-\* {
border-width: 9px !important;
}
1
2
3
4
code:style.css
/*コードブロックの改行を少し詰める*/
.line span.code-block { line-height: 1.2em }
/* Level3以降は左にボーダー */
.line strong:not(.level-1):not(.level-2) .deco-\* {
padding-left: 0.5em;
padding-right: 0.5em;
}