User:Mxn/common.css

From Wikipedia, the free encyclopedia
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.
/* [[Wikipedia:Persondata]] */
table.persondata {
    display:table !important;
}

/* [[Main Page]] */
div#articlecount {
    display: block !important;
}

/* 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;
}

/* [[Wikipedia:As of]] */
.asof-tag { display: inline !important; } /* Show all links */
.asof-tag.ref { display: inline !important; } /* Only show reference links */
.asof-tag.update { display: inline !important; } /* Only show (unreferenced) update links */

/* Show all Citation Style 1 error messages */
.citation-comment {
	display: inline !important;
}