Retasusan
https://scrapbox.io/files/69b5b07ab9e150750ae2257e.png
code:style.css
@import '/api/code/Mijinko/Streamボタンを表示するUserCSS/style.css';/* */
@import '/api/code/Mijinko/コードブロックの行番号を表示するUserCSS/style.css';/* */
@import '/api/code/Mijinko/ピン留めアイテムとそれ以外を分けるUserCSS/style.css';/* */
@import '/api/code/retasusan/テーマを_Default_Dark_風にする/style.css';
html, body {
min-height: 100vh;
margin-bottom: 0px;
}
/*共通部分*/
strong{
margin-left: 7px;
}
.line strong.level.level-1{
padding: 0px;
}
.line strong.level.level-2{
padding: 0px;
}
.line strong.level.level-3{
padding: 0px;
}
.line strong.level.level-4{
padding: 0px;
}
.line.line-title,
.text-input.line-title{
font-family: "BIZ UDPMincho";
font-size: 35px;
}
.line .indent-mark .dot{
border-radius: 0%;
}
/* タグアイコンの共通スタイル (1) */
display: inline-block; width: 0; text-indent: -9999px }
/* タグアイコンの共通スタイル (2) */
display: inline-block; min-width: 1.15em; padding-left: 1px;
font: normal 110%/normal "Font Awesome 5 Free"; text-align: center }
/* ここから各アイコンの設定 */
/* ? */
/* > */
.line:not(.cursor-line) ahref$='/%3E'type='link':not(.icon)::after { content: '\f14d'; color: lightgrey; font-weight: 400; } /* < */
.line:not(.cursor-line) ahref$='/%3C'type='link':not(.icon)::after { content: '\f274'; color: lightgrey; font-weight: 400; } /* インデントの装飾 */
.line .indent-mark .dot {
}
.line .indent-mark .c-1 + .dot {
}
.line .indent-mark .c-2 + .dot {
}
.line .indent-mark .c-3 + .dot {
}
/* 外部リンクにアイコンを付加する */
.line span:not(.modal-image):not(.pointing-device-map) > a.link:not(.icon)::after {
font-family: 'Font Awesome 5 Free';
content: ' \f35d';
font-weight: 900;
display: inline-block;
}
/* ピン留めされたページを独立した行にする */
.page-list-item.pin + .page-list-item:not(.pin) {
grid-column-start: 1;
}