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: -webkit-linear-gradient
(transparent
, transparent
), url
(images
/nextredirect-ltr
.svg
);
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: -webkit-linear-gradient
(transparent
, transparent
), url
(images
/redirect-ltr
.svg
);
41 background-image: linear-gradient
(transparent
, transparent
), url
(images
/redirect-ltr
.svg
);
45 .mw-content-rtl .redirectText li {
50 background: transparent url
(images
/nextredirect-rtl
.png
) bottom right no-repeat
;
52 background-image: -webkit-linear-gradient
(transparent
, transparent
), url
(images
/nextredirect-rtl
.svg
);
54 background-image: linear-gradient
(transparent
, transparent
), url
(images
/nextredirect-rtl
.svg
);
58 .mw-content-rtl .redirectText li:first-child {
60 background: transparent url
(images
/redirect-rtl
.png
) bottom right no-repeat
;
62 background-image: -webkit-linear-gradient
(transparent
, transparent
), url
(images
/redirect-rtl
.svg
);
64 background-image: linear-gradient
(transparent
, transparent
), url
(images
/redirect-rtl
.svg
);