settings
字の大きさ
code:style.css
.line {
font-size:22px;
}
.line-title {
font-size:32px !important;
}
/scrapboxlab/行頭字下げしても個条書き風にならないUserCSS
code:style.css
.line .dot {
background-color:#FFF!important;
}
.indent{
margin-left:initial !important;
}
.line .indent::before {
content: " ";
}
/scrapboxlab/リストからsettingsを消すUserCSS
code:style.css
.grid li.page-list-item > ahref^="/DonQ/settings" {
display: none;
}
/customize/ピン留めされたページを独立した段に表示する
code:style.css
.page-list-item.pin + .page-list-item:not(.pin) {
clear: both;
}
プロジェクトタイトル
Thanks:/nwtgck
code:style.css
.project-home > .title {
/* Make title line-height more narrow */
line-height: 1.2em;
}
/* Project description */
.project-home > .title:after {
content: "\A\A セルバンテス 著 / 島村抱月・片上伸 共訳";
white-space: pre;
font-size: 0.8em;
}
/shiology/05161-180613 初期設定がゴシック体なScrapboxでフォントを明朝体に変更する設定を少し改変
code:style.css
body {
font-family: '游明朝体','YuMincho','游明朝','Yu Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro',serif;
}
.editor, .stream, li.page-list-item {font-family: unset !important;}
code:style.css
body {
font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
.editor, .stream, li.page-list-item {font-family: unset !important;}
/customize/編集者を非表示にするUserCSS
code:style.css
#page-info-menu + ul > li:nth-child(2) {
display: none;
}
/gosyujin/Scrapboxのテロメアのデザインを操作するUserCSS
code:style.css
/* テロメア非表示 */
.line .telomere .telomere-border, .line .telomere .telomere-border.unread {
display: none;
}