generated at
yuiseki


this is yuiseki’s page


Scrapboxのセクションに水平線を表示
style.css
.app:not(.presentation) .line.section-title:not(.line-title) { position: relative; } .app:not(.presentation) .line.section-title:not(.line-title) .text { padding-top: 1em; } .app:not(.presentation) .line.section-title:not(.line-title):before { content: ""; display: block; width: 111%; position: absolute; left: -49px; border: 1px lightgray solid; }
CSSだけでindent-rainbow
style.css
.indent-mark { height: 100% !important; } .indent-mark .pad { height: 100% !important; overflow: unset !important; } .indent-mark span:nth-child(4n+1) .pad { background: lightblue !important; opacity: 0.5; } .indent-mark span:nth-child(4n+2) .pad { background: lightpink; opacity: 0.5; } .indent-mark span:nth-child(4n+3) .pad { background: lightyellow; opacity: 0.5; } .indent-mark span:nth-child(4n+4) .pad { background: lightgreen; opacity: 0.5; }
ランダムボタンは使わないので消す
style.css
@media screen { .random-jump-button.tool-btn.link-btn { display: none; } }
script.js
import '/api/code/shokai/ページの見出しを作るUserScript/script.js'