MediaWiki:Common.css

From wiki
Revision as of 13:36, 8 August 2024 by Sysop (talk | contribs) (Created page with "→‎* Language styles: span.lang-de, span.lang-De { padding-right: 25px; background: url(images/e/e7/Lang-De.gif) center right no-repeat; } span.lang-en, span.lang-En { padding-right: 25px; background: url(images/7/78/Lang-En.gif) center right no-repeat; } span.lang-es { padding-right: 25px; background: url(images/6/61/Lang-Es.gif) center right no-repeat; } span.lang-fr { padding-right: 25px; background: url(images/f/f0/Lang-Fr.gif) center right no-repeat; }...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/** Language styles */

span.lang-de, span.lang-De {
	padding-right: 25px;
	background: url(images/e/e7/Lang-De.gif) center right no-repeat;
}

span.lang-en, span.lang-En {
	padding-right: 25px;
	background: url(images/7/78/Lang-En.gif) center right no-repeat;
}

span.lang-es {
	padding-right: 25px;
	background: url(images/6/61/Lang-Es.gif) center right no-repeat;
}

span.lang-fr {
	padding-right: 25px;
	background: url(images/f/f0/Lang-Fr.gif) center right no-repeat;
}

span.lang-ja {
	padding-right: 25px;
	background: url(images/9/95/Lang-Ja.gif) center right no-repeat;
}

span.lang-nl {
	padding-right: 25px;
	background: url(images/c/cb/Lang-Nl.gif) center right no-repeat;
}

span.lang-ru {
	padding-right: 25px;
	background: url(images/3/38/Lang-Ru.gif) center right no-repeat;
}

span.lang-zh-hans {
	padding-right: 25px;
	background: url(images/8/85/Lang-Zh-hans.gif) center right no-repeat;
}

span.lang-uk {
	padding-right: 25px;
	background: url(images/2/20/Lang-Uk.gif) center right no-repeat;
}