global-style
全 Scrapbox のプロジェクトで共有のスタイル
code:style.css
.image, .strong-image {
box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1), 1px -1px 5px rgba(0, 0, 0, 0.1);
}
/* TeX 数式の先頭に黒丸をつける */
.line.formula-line .dot {
display: block;
}
/* トップレベルの箇条書きにはスペースをもたせる */
margin-top: 30px;
}
/* テーブルの見た目を改良 */
.cell {
border: 0.5px solid #ccc; }
/* インデントレベルごとに行頭文字を切り替えるスタイル指定 */
.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 {
content: '■';
}
.line .indent-mark .c-1 + .dot {
background-color: transparent;
}
.line .indent-mark .c-1 + .dot:before {
content: '■';
}
.line .indent-mark .c-2 + .dot {
background-color: transparent;
}
.line .indent-mark .c-2 + .dot:before {
content: '■';
}
.line .indent-mark .c-3 + .dot {
background-color: transparent;
}
.line .indent-mark .c-3 + .dot:before {
content: '■';
}
.line .indent-mark .c-4 + .dot {
background-color: transparent;
}
.line .indent-mark .c-4 + .dot:before {
content: '□';
}
.deco-\# {
color: red;
font-style: italic;
}