User:George Orwell III/common.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by George Orwell III (talk | contribs) at 11:07, 21 November 2015. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.
/* Add a zero-width space before the in-text citation */
sup::before {
	content: "\200D" !important;
}
/* show all Citation Style 1 error messages */
.citation-comment {
	display: inline !important;
	background-color: yellow !important;
}
/* Hide unwanted language character sets in WikiEditor */
div[rel='latinextended'], div[rel='cyrillic'], div[rel='arabic'], div[rel='arabicextended'], div[rel='hebrew'], div[rel='bangla'], div[rel='tamil'], div[rel='telugu'], div[rel='sinhala'], div[rel='devanagari'], div[rel='gujarati'], div[rel='thai'], div[rel='lao'], div[rel='khmer'] {
	display: none !important;
}

/* @end */