2 * Display neat icons on redirect pages.
5 /* Hide, but keep accessible for screen-readers. */
13 list-style: none none
;
15 /* shared.css has some very weird directionality-specific rules for 'ul' we need to override,
16 * search for "Correct directionality when page dir is different from site/user dir" */
17 /* stylelint-disable declaration-no-important */
19 padding: 0 !important
;
20 /* stylelint-enable declaration-no-important */
24 .mw-content-ltr .redirectText li {
29 background: transparent url
( images
/nextredirect-ltr
.png
) bottom left no-repeat
;
31 background-image: linear-gradient
( transparent
, transparent
), url
( images
/nextredirect-ltr
.svg
);
35 .mw-content-ltr .redirectText li:first-child {
37 background: transparent url
( images
/redirect-ltr
.png
) bottom left no-repeat
;
39 background-image: linear-gradient
( transparent
, transparent
), url
( images
/redirect-ltr
.svg
);
43 .mw-content-rtl .redirectText li {
48 background: transparent url
( images
/nextredirect-rtl
.png
) bottom right no-repeat
;
50 background-image: linear-gradient
( transparent
, transparent
), url
( images
/nextredirect-rtl
.svg
);
54 .mw-content-rtl .redirectText li:first-child {
56 background: transparent url
( images
/redirect-rtl
.png
) bottom right no-repeat
;
58 background-image: linear-gradient
( transparent
, transparent
), url
( images
/redirect-rtl
.svg
);