Gebruiker:Rots61/common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Regel 8: | Regel 8: | ||
.grijs { | .grijs { | ||
filter: grayscale(100%); | filter: grayscale(100%); | ||
+ | } | ||
+ | .voormobiel { | ||
+ | width: attr(normaalwidth); | ||
+ | } | ||
+ | @media only screen | ||
+ | and (min-device-width : 320px) | ||
+ | and (max-device-width : 480px) { | ||
+ | |||
+ | .voormobiel { | ||
+ | width: attr(mobielwidth); | ||
+ | } | ||
} | } |
Versie van 18 jun 2024 18:20
/* 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%);
}
.voormobiel {
width: attr(normaalwidth);
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
.voormobiel {
width: attr(mobielwidth);
}
}