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" */
18 padding: 0 !important
;
22 .mw-content-ltr .redirectText li {
27 background: transparent url
(images
/nextredirect-ltr
.png
) bottom left no-repeat
;
29 background-image: linear-gradient
(transparent
, transparent
), url
(images
/nextredirect-ltr
.svg
);
33 .mw-content-ltr .redirectText li:first-child {
35 background: transparent url
(images
/redirect-ltr
.png
) bottom left no-repeat
;
37 background-image: linear-gradient
(transparent
, transparent
), url
(images
/redirect-ltr
.svg
);
41 .mw-content-rtl .redirectText li {
46 background: transparent url
(images
/nextredirect-rtl
.png
) bottom right no-repeat
;
48 background-image: linear-gradient
(transparent
, transparent
), url
(images
/nextredirect-rtl
.svg
);
52 .mw-content-rtl .redirectText li:first-child {
54 background: transparent url
(images
/redirect-rtl
.png
) bottom right no-repeat
;
56 background-image: linear-gradient
(transparent
, transparent
), url
(images
/redirect-rtl
.svg
);