mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
ed8f499cb8
This should cause no user-facing changes. Now the per-language overrides are expressed as pure data and styling happens in a single file. We can clearly see the types of customization that have been made so far. The CSS styling has also been enhanced, it can now be customized by setting the CSS variables alone. Bug: T370027 Change-Id: I2a1bf0365ac0c40991a4fe3f9a2c05dba8b7510c
12 lines
228 B
Plaintext
12 lines
228 B
Plaintext
@import 'ext.cite.parsoid.rtl.less';
|
||
|
||
@counter-style nqo-counter {
|
||
system: numeric;
|
||
symbols: '߀' '߁' '߂' '߃' '߄' '߅' '߆' '߇' '߈' '߉';
|
||
}
|
||
|
||
:root {
|
||
--cite-backlink-separator: '.';
|
||
--cite-counter-style: nqo-counter;
|
||
}
|