User:George Orwell III/common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
.mw-body-content#bodyContent {
position: relative;
font-size: 1rem;
line-height: 1.5;
max-width: 1366px;
z-index: 0;
}

/* Add a zero-width space before the in-text citation */
/* Add a zero-width space before the in-text citation */
sup::before {
sup::before {

Revision as of 11:07, 21 November 2015

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