User:Mxn/common.css

/* Links to the same page */
strong.selflink {
    background-color: #c0c0c0;
}

/* Links to disambiguation pages */
.mw-disambig {
	background-color: #ddeeff;
	-moz-text-decoration-style: dashed;
	text-decoration-style: dashed;
}

/* Links to redirect pages */
.mw-redirect {
    background-color: #ddeeff;
	-moz-text-decoration-style: wavy;
	text-decoration-style: wavy;
}