scrapbox-editor-image
code:style.css
/* アイコンサイズを大きくする */
.line img.icon { height: 1.8em }
/* 強調記法 hoge.icon のアイコンのとき、サイズをもっと大きくする */
.line img.strong-icon { max-height: 5em; height: auto }
画像リンクの下線を非表示にする
code:style.css
.line a.link img.image {
border-style: none;
}
見出しとして修飾すると画像サイズを変更する ※無効
code:style.css-x
.level-1 img { height: 30%; }
.level-2 img { height: 50%; }
.level-3 img { height: 70%; }
.level-4 img { width: 100%; max-height: 100%; }
.level-5 img { width: 83%; max-height: none; }
.level-6 img { width: 100%; max-height: none; }