クリスマスの日に作成した行のbulletを星にするUserCSS
特定期間に更新された行になにかするUserCSSを本当に実装できるのかテストする
期間
2020-12-24T23:56:05から
5fe4ac05
2020-12-25T23:56:04まで
5fe5fd84
なので、CSS selectorはこんな感じか?
code:css
div.lineid^="L5fe4ac"
:not(id^="L5fe4ac00")
:not(id^="L5fe4ac01")
:not(id^="L5fe4ac02")
:not(id^="L5fe4ac03")
:not(id^="L5fe4ac04") .indent-mark .dot::before,
div.lineid^="L5fe4ad" .indent-mark .dot::before,
div.lineid^="L5fe4ae" .indent-mark .dot::before,
div.lineid^="L5fe4af" .indent-mark .dot::before,
div.lineid^="L5fe4b" .indent-mark .dot::before,
div.lineid^="L5fe4c" .indent-mark .dot::before,
div.lineid^="L5fe4d" .indent-mark .dot::before,
div.lineid^="L5fe4e" .indent-mark .dot::before,
div.lineid^="L5fe4f" .indent-mark .dot::before,
div.lineid^="L5fe5":not(id^="L5fe5f") .indent-mark .dot::before,
div.lineid^="L5fe5f"
:not(id^="L5fe5fd")
:not(id^="L5fe5fe")
:not(id^="L5fe5ff") .indent-mark .dot::before,
div.lineid^="L5fe5fd"
:not(id^="L5fe5fd8")
:not(id^="L5fe5fd9")
:not(id^="L5fe5fda")
:not(id^="L5fe5fdb")
:not(id^="L5fe5fdc")
:not(id^="L5fe5fdd")
:not(id^="L5fe5fde")
:not(id^="L5fe5fdf") .indent-mark .dot::before,
div.lineid^="L5fe5fd80" .indent-mark .dot::before,
div.lineid^="L5fe5fd81" .indent-mark .dot::before,
div.lineid^="L5fe5fd82" .indent-mark .dot::before,
div.lineid^="L5fe5fd83" .indent-mark .dot::before,
div.lineid^="L5fe5fd84" .indent-mark .dot::before {
content: '\f005';
}
16:07:40 うまくいったぞい!
https://gyazo.com/df07a1f133b477865b504445b221b1fa
from /villagepump/2020/12/25
Scrapboxの行IDの書式
#2021-09-22 15:48:06