Gebruiker:Rots61/common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Regel 4: | Regel 4: | ||
.mw-redirect.mw-disambig { | .mw-redirect.mw-disambig { | ||
background: repeating-linear-gradient(135deg, #F5DEB3, #F5DEB3 .4em, #AFEEEE .4em, #AFEEEE .8em); | background: repeating-linear-gradient(135deg, #F5DEB3, #F5DEB3 .4em, #AFEEEE .4em, #AFEEEE .8em); | ||
+ | } | ||
+ | |||
+ | .grijs { | ||
+ | filter: grayscale(100%); | ||
} | } |
Versie van 24 apr 2024 17:13
/* Redirects in afwijkende kleur */
.mw-redirect { background-color:#F5DEB3; }
.mw-disambig { background-color:#AFEEEE; }
.mw-redirect.mw-disambig {
background: repeating-linear-gradient(135deg, #F5DEB3, #F5DEB3 .4em, #AFEEEE .4em, #AFEEEE .8em);
}
.grijs {
filter: grayscale(100%);
}