MediaWiki:Timeless.css

From Pikipedia, the Pikmin wiki
Revision as of 02:41, December 27, 2019 by Porplemontage (talk | contribs)
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.
/* CSS placed here will affect users of the Timeless skin */

table {
	border-collapse: separate;
	border-spacing: 2px;
}
.mediawiki table tbody {
	width: 100% !important;
	display: table !important;
}
.mediawiki .infobox table {
	width: 100% !important;
}
@media all and (max-width: 850px) {
	.mediawiki table,
	.mediawiki .infobox {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.mediawiki .infobox {
		display: block !important;
		float: none !important;
		margin: 15px 0 15.5px !important;
	}
}