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 { color: | + | .mw-redirect { color:green; } |
− | .mw-redirect:visited { color: | + | .mw-redirect:visited { color:green; |
+ | } | ||
+ | usermessage { | ||
+ | background-color: rgb(255, 206, 123); | ||
+ | border: 1px solid rgb(255, 165, 0); | ||
+ | color: black; | ||
+ | font-weight: bold; | ||
+ | margin: 2em 0px 1em; | ||
+ | padding: 0.5em 1em; | ||
+ | vertical-align: middle; | ||
+ | text-align:center; | ||
+ | border-radius:0px; | ||
} | } |
Versie van 3 jan 2019 10:35
/* Redirects in afwijkende kleur */
.mw-redirect { color:green; }
.mw-redirect:visited { color:green;
}
usermessage {
background-color: rgb(255, 206, 123);
border: 1px solid rgb(255, 165, 0);
color: black;
font-weight: bold;
margin: 2em 0px 1em;
padding: 0.5em 1em;
vertical-align: middle;
text-align:center;
border-radius:0px;
}