Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* New messages alert text */
.mw-echo-alert {
    color: orange;
    background-color: green;
}
.citation-comment {display: inline !important;} /* show all cs1|2 error and maintenance messages */
.mw-redirect {
    color: #006633;
}
.mw-redirect:visited {
    color: #009900;
}
.mw-redirect:hover {
    color: #990000;
}
.mw-redirect:active {
    color: #990000;
}
a[href*="/User"][href$="(WMF)"],
a[href*="/User"][href$="WMF"] {
    border-image: linear-gradient( 90deg, #339966 33%, #0063BF 33%, #0063BF 66%, #990000 66% ) 1 0;
    border-bottom: 2px solid;
}

.template-ping a[href*="/User"][href$="(WMF)"],
.template-ping a[href*="/User"][href$="WMF"] {
	border-bottom: none;
}