2024-07-10 12:41:28 +00:00
|
|
|
|
@import 'ext.cite.parsoid.rtl.less';
|
2022-11-04 03:28:38 +00:00
|
|
|
|
|
2024-06-28 10:12:37 +00:00
|
|
|
|
.mw-ref > a[ style~='mw-Ref' ]::after {
|
2022-11-04 03:28:38 +00:00
|
|
|
|
content: '[' counter( mw-Ref, arabic-indic ) ']';
|
|
|
|
|
}
|
|
|
|
|
|
2024-06-28 10:12:37 +00:00
|
|
|
|
.mw-ref > a[ style~='mw-Ref' ][ data-mw-group ]::after {
|
2022-11-04 03:28:38 +00:00
|
|
|
|
content: '[' attr( data-mw-group ) ' ' counter( mw-Ref, arabic-indic ) ']';
|
|
|
|
|
}
|
|
|
|
|
|
2023-02-15 15:06:40 +00:00
|
|
|
|
span[ rel='mw:referencedBy' ] > a::before {
|
2022-11-04 03:28:38 +00:00
|
|
|
|
content: counter( mw-references, arabic-indic ) '٫' counter( mw-ref-linkback, arabic-indic );
|
|
|
|
|
}
|