mediawiki-extensions-Cite/modules/parsoid-styles/ext.cite.style.fa.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
391 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@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 );
}