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

14 lines
411 B
Plaintext
Raw Normal View History

@import 'ext.cite.parsoid.rtl.less';
2022-11-04 03:28:38 +00:00
.mw-ref > a[ style~='mw-Ref' ]::after {
2022-11-04 03:28:38 +00:00
content: '[' counter( mw-Ref, arabic-indic ) ']';
}
.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 ) ']';
}
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 );
}