settings
scrapboxの設定ページです。授業内容とは関係ありません。
https://gyazo.com/f5aad8e143b8d197c25d5e884bb315a2
code: style.css
.line strong.level-1{
font-size: 1.1em;
}
.grid li.page-list-item a .pin {
position: absolute;
height: 20px;
width: 22px;
top: 0;
right: 0;
border-radius: 0 0 0 4px;
z-index: 2;
}
.line .indent-mark .dot:before {
display: block;
position: absolute;
right: -5px;
top: -10px;
}
.line .indent-mark .c-0 + .dot {
background-color: transparent;
}
/* このレベルの行頭文字を表示 */
.line .indent-mark .c-0 + .dot:before {
font-size: 0.5em;
content:"■";
}
/* 以下同様 */
.line .indent-mark .c-1 + .dot {
background-color: transparent;
}
.line .indent-mark .c-1 + .dot:before {
font-size: 0.5em;
content:"●";
}
.line .indent-mark .c-2 + .dot {
background-color: transparent;
}
.line .indent-mark .c-2 + .dot:before {
font-size: 0.5em;
content:"○";
}
.line .indent-mark .c-3 + .dot {
background-color: transparent;
}
.line .indent-mark .c-3 + .dot:before {
font-size: 0.5em;
content:"→";
}
.line .indent-mark .c-4 + .dot {
background-color: transparent;
}
.line .indent-mark .c-4 + .dot:before {
font-size: 0.5em;
content:" ";
}