mediawiki-extensions-Cite/modules/parsoid-styles/ext.cite.style.pnb.less
thiemowmde f1bd3175fd Replace copy-pasted CSS snippets with LESS @imports
There is a lot of copy-pasting going on here. I hope the longer file
names also make it more obvious what's actually happening here.

Change-Id: I1cb5fe230cc8e2b90d97f92bc0156110afd6fc79
2024-07-19 14:33:02 +02:00

14 lines
390 B
Plaintext

@import 'ext.cite.parsoid.rtl.less';
.mw-ref > a[ style~='mw-Ref' ]::after {
content: '[' counter( mw-Ref, persian ) ']';
}
.mw-ref > a[ style~='mw-Ref' ][ data-mw-group ]::after {
content: '[' attr( data-mw-group ) ' ' counter( mw-Ref, persian ) ']';
}
span[ rel='mw:referencedBy' ] > a::before {
content: counter( mw-references, persian ) '.' counter( mw-ref-linkback, persian );
}