MediaWiki:Mobile.css

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.
/* Hide PDF download link on mobile too */
#minerva-download {
	display: none;
}

/* from [[MediaWiki:Common.css]] */
.wb-monolingualtext-language-name {
	/* Use inline-block so that the block wraps onto a new line before text
	   within the block breaks into multiple lines (see T322151) */
	display: inline-block;
}

/* Make ranks more visible (see T198907) */
/* from [[MediaWiki:Common.css]] */
.wb-deprecated .wikibase-statementview-mainsnak {
	 /* red-ish background for deprecated statements */
	background-color: #FFF0F0;
}
.wb-preferred .wikibase-statementview-mainsnak {
	/* green-ish background for preferred statements  */
	background-color: #F0FFF0;
}

.wb-entitypage #ca-edit {
	/* The main edit button on entity pages doesn't do anything */
	display: none;
}