mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 06:54:00 +00:00
644597c402
The first two files have been added to the root modules/ directory via I487095d in 2015. No problem. Many, many more files have been added via I000b453 in 2022. It's really hard to tell what is what since then. I'm not absolutely sure what the naming convention for this folder should be. Could as well be "localized-styles/" or just "Parsoid/". Bug: T156350 Change-Id: Ibcf8c7a6db5400ed8a9811244a070e03ff372a39
24 lines
460 B
CSS
24 lines
460 B
CSS
/* @noflip */
|
||
.mw-cite-dir-ltr {
|
||
direction: ltr;
|
||
text-align: left;
|
||
}
|
||
|
||
/* @noflip */
|
||
.mw-cite-dir-rtl {
|
||
direction: rtl;
|
||
text-align: right;
|
||
}
|
||
|
||
.mw-ref > a::after {
|
||
content: '[' counter( mw-Ref, persian ) ']';
|
||
}
|
||
|
||
.mw-ref > a[ 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 );
|
||
}
|