.category-redirect {
box-sizing: border-box;
width: 96%;
border: 3px solid #36c;
border-spacing: 0;
padding: 2px;
margin: 0 auto 1.1em;
font-size: 90%;
}
.category-redirect-content {
background-color: #ddf;
color: inherit;
padding: 3px;
background-repeat: no-repeat;
}
.category-redirect[dir="ltr"] .category-redirect-content {
/* @noflip */
padding-left: 56px;
/* @noflip */
background-position: left 3px top 17px;
/* [[File:Redirect arrow without text.svg]] */
/* @noflip */
background-image: url(https://upload.wikimedia.org/wikipedia/commons/3/31/Redirect_arrow_without_text.svg);
}
.category-redirect[dir="rtl"] .category-redirect-content {
/* @noflip */
padding-right: 56px;
/* @noflip */
background-position: right 3px top 17px;
/* [[File:Redirect arrow rtl without text.svg]] */
/* @noflip */
background-image: url(https://upload.wikimedia.org/wikipedia/commons/5/58/Redirect_arrow_rtl_without_text.svg);
}
.category-redirect-header {
font-size: 150%;
}
@media (max-width: 719px) {
.category-redirect {
width: 100%;
}
.category-redirect[dir="ltr"] .category-redirect-content,
.category-redirect[dir="rtl"] .category-redirect-content {
padding: 56px 3px 0;
background-position: center top 17px;
}
}
/* Dark mode fixes */
@media screen {
html.skin-theme-clientpref-night .category-redirect-content {
background-color: #303069;
}
html.skin-theme-clientpref-night .category-redirect[dir="ltr"] .category-redirect-content {
/* [[File:Redirect arrow without text (dark mode).svg]] */
/* @noflip */
background-image: url(https://upload.wikimedia.org/wikipedia/commons/2/27/Redirect_arrow_without_text_%28dark_mode%29.svg);
}
html.skin-theme-clientpref-night .category-redirect[dir="rtl"] .category-redirect-content {
/* [[File:Redirect arrow rtl without text (dark mode).svg]] */
/* @noflip */
background-image: url(https://upload.wikimedia.org/wikipedia/commons/c/cb/Redirect_arrow_rtl_without_text_%28dark_mode%29.svg);
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .category-redirect-content {
background-color: #303069;
}
html.skin-theme-clientpref-os .category-redirect[dir="ltr"] .category-redirect-content {
/* [[File:Redirect arrow without text (dark mode).svg]] */
/* @noflip */
background-image: url(https://upload.wikimedia.org/wikipedia/commons/2/27/Redirect_arrow_without_text_%28dark_mode%29.svg);
}
html.skin-theme-clientpref-os .category-redirect[dir="rtl"] .category-redirect-content {
/* [[File:Redirect arrow rtl without text (dark mode).svg]] */
/* @noflip */
background-image: url(https://upload.wikimedia.org/wikipedia/commons/c/cb/Redirect_arrow_rtl_without_text_%28dark_mode%29.svg);
}
}
/* {{Protected}} */