settings
https://gyazo.com/5f93e65a3b979ae5333aca4f32600611
scrapbox の設定ページです。
RADILOG サービスドキュメントとは関係ありません。
code:style.css
body {
}
.navbar-default {
}
.new-button {
}
.grid li.page-list-item a .pin {
}
.grid li.relation-label.links a {
}
.grid li.relation-label.links .arrow {
}
.grid li.relation-label .arrow {
left: calc(100% - 1px);
}
/* 1. Scrapboxアイコンをアイコンに置き換え */
.navbar-brand .brand-icon { display: none !important }
.navbar-brand::before {
content: '';
background-size: contain;
background-repeat: no-repeat;
width: 30px;
height: 30px;
margin: 7px 4px 7px 0;
flex-shrink: 0;
border-radius: 50%;
}
#で始まるタグをラベル風にする
code:style.css
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);
}
チェックボックス
code:style.css
visibility: hidden; display: inline-block; position: relative; min-width: 1.15em; line-height: 1 }
visibility: visible; position: absolute; left: 0;
content: '\0025A2'; font-weight: bold; color: #08BDBD !important } .line ahref="./x" + span { position: relative; vertical-align: text-top; line-height: 1 } content: ''; visibility: visible; display: inline-block; width: .6em; height: .9em;
position: absolute; left: -0.8em; top: -0.2em;
border-right: .18em solid #2489C5; border-bottom: .18em solid #2489C5; transform: rotate(45deg) } .line.cursor-line ahref="./x" { visibility: visible } .line.cursor-line ahref="./x"::after { visibility: hidden } .line.cursor-line ahref="./x" + span { position: inherit } content: ''; visibility: inherit; display: inherit; position: inherit;
border: inherit; transform: inherit }
リストを階層ごとに変更
1st
2nd
3rd
4th
code:style.css
.line .indent-mark .c-1 + .dot {
}
/* 3rd - */
.line .indent-mark .c-2 + .dot {
border-radius: 0;
height: 2px;
top: 13px;
width: 13px;
right: 7px;
}
/* 4th - */
.line .indent-mark .c-3 + .dot {
border-radius: 0;
width: 5px;
height: 5px;
top: 12px;
right: 7px;
}