2022-11-04 03:28:38 +00:00
|
|
|
/* @noflip */
|
|
|
|
.mw-cite-dir-ltr {
|
|
|
|
direction: ltr;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* @noflip */
|
|
|
|
.mw-cite-dir-rtl {
|
|
|
|
direction: rtl;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2023-02-15 15:06:40 +00:00
|
|
|
.mw-ref > a::after {
|
2022-11-04 03:28:38 +00:00
|
|
|
content: '[' counter( mw-Ref, persian ) ']';
|
|
|
|
}
|
|
|
|
|
2023-02-15 15:06:40 +00:00
|
|
|
.mw-ref > a[ data-mw-group ]::after {
|
2022-11-04 03:28:38 +00:00
|
|
|
content: '[' attr( data-mw-group ) ' ' counter( mw-Ref, persian ) ']';
|
|
|
|
}
|
|
|
|
|
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, persian ) '.' counter( mw-ref-linkback, persian );
|
|
|
|
}
|