Jump to content

User:Whisker/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.
/* Restrict "Languages" (in the Menu on the left side) to certain languages: */
	/* First, we hide all languages */
/*	.interlanguage-link {
		display: none;
	}
*/
	/* Then, we define the languages we want to show. So for each language, we need an ".interwiki-XX" entry
	where "XX" is the language code of the language we want to be shown (i.e. here it's German and English) */
/*	.interwiki-de, .interwiki-en {
		display: list-item;
	}
*/