mediawiki-extensions-Cite/modules/parsoid-styles/ext.cite.style.nqo.less

19 lines
517 B
Plaintext
Raw Normal View History

@import 'ext.cite.parsoid.rtl.less';
2022-11-04 03:28:38 +00:00
@counter-style nqo-counter {
system: numeric;
symbols: '߀' '߁' '߂' '߃' '߄' '߅' '߆' '߇' '߈' '߉';
}
.mw-ref > a[ style~='mw-Ref' ]::after {
2022-11-04 03:28:38 +00:00
content: '[' counter( mw-Ref, nqo-counter ) ']';
}
.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, nqo-counter ) ']';
}
span[ rel='mw:referencedBy' ] > a::before {
2022-11-04 03:28:38 +00:00
content: counter( mw-references, nqo-counter ) '.' counter( mw-ref-linkback, nqo-counter );
}