同人手帳の本文ページ数部分に、クリスタでのページ数を表示
qovo.jp/dojin-techo - 2022/7/10 10:44:45 by hibiki
Details
Authorhibiki
LicenseNo License
Categorydojin-techo
Created
Updated
Size659 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name qovo.jp - 2022/7/10 10:44:45
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://qovo.jp/dojin-techo") {
.bt-dashed {
counter-reset: number 2; /* number のカウンタを 0 にセット */
}
.bt-dashed .jcb.mb-1 strong:before {
counter-increment: number 1; /* number カウンタの増加数をセット */
content: "" counter(number) "p("; /* 表示形式を指定 */
}
.bt-dashed .jcb.mb-1 strong:after {
content: ")";
}
}