mediawiki-extensions-Cite/modules/parsoid-styles/ext.cite.style.kk_arab.less
thiemowmde 6dc56deebd Rename all remaining .css files to .less
Change-Id: Ib41cad1e14243577c0a78becb2bc5cb6a50afa5d
2024-07-15 21:59:02 +02:00

12 lines
353 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.

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