common_settings
概要
プロジェクト間共通設定
Scrapboxアイコンをバーガーアイコンに置き換える
最近のデザイン変更で動かなくなったのでdisable
code:style.cssX
.navbar-brand img, .navbar-brand span { display: none !important }
.navbar-brand::before {
content: '\f0c9'; font-family: FontAwesome; font-size: 28px; color: #FFFFFF; } boldに青マーカーを引く
code:style.css
.level-1 {
background: linear-gradient(transparent 60%, #AAAAFF 60%); }
importantに赤マーカーを引く
code:style.css
.deco-\! {
background: linear-gradient(transparent 60%, #FFAAAA 60%); font-weight: bold;
}
サンプル
ハッシュタグをラベル風にする
code:style.css
display: inline-block;
padding: 2px 8px;
margin: 0 8px 10px 0;
font-size: 0.8em;
border-radius: 3px;
transition: .1s;
-webkit-transform: scale(1);
transform: scale(1);
}
color:#AAAAFF;
}
テロメアの色
code:style.css
.line .telomere .telomere-border {
}
.line .telomere .telomere-border.unread {
}
チェックボックス
code:style.css
.line:not(.cursor-line) ahref='./o':not(.icon) span, .line:not(.cursor-line) ahref='./v':not(.icon) span { display: inline-block; width: 0; text-indent: -9999px }
.line:not(.cursor-line) ahref='./o':not(.icon)::after, .line:not(.cursor-line) ahref='./v':not(.icon)::after { display: inline-block; min-width: 1.15em; padding-left: 1px;
font-family: FontAwesome; font-size: 120%; text-align: center; vertical-align: middle }
.line:not(.cursor-line) ahref='./o':not(.icon)::after { content: '\f096'; color: #FF8888 } .line:not(.cursor-line) ahref='./v':not(.icon)::after { content: '\f046'; color: #8888FF } テーブルのセルをわかりやすくする
code:style.css
.table-block .cell {
}
.table-block .cell:first-child {
}
.section-title + .line .table-block .cell {
}
.section-title + .line .table-block .cell {
font-weight: bolder;
}
table: sample
aaa bbb ccc
d e f