Gebruiker:Rots61/common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Regel 1: | Regel 1: | ||
− | /* Redirects in afwijkende kleur */ | + | /* Redirects in afwijkende kleur */.mw-redirect { background-color:#F5DEB3; } |
− | .mw-redirect | + | .mw-disambig { background-color:#AFEEEE; } |
− | .mw- | ||
.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); |
Versie van 12 feb 2019 23:00
/* 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);
}
.usermessage {
background-color: #ffffff;
border: 1px solid #000000;
color: #000;
font-weight: bold;
font-size: 20px;
margin: 2em 0 3em;
padding: 0.5em 1em;
text-align: center;
vertical-align: middle;
}