MediaWiki:Gadget-MainPageStyle.css

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump 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 styling and responsive support for the main page */

/* Skin fixes */
#mp-body h2::after {
	border: none !important;
}

/* Responsive fixes */
@media all and (max-width: 719px) {
	#mp-body > tbody > tr > td {
		display: block !important;
		width: auto !important;
	}
	#mp-body > tbody > tr > td:not(:first-of-type) {
		margin-top: 10px !important;
	}
	#niwa {
		padding: 0 3px !important;
	}
	#niwa > tbody > tr:not(:first-of-type) {
		font-size: 11px !important;
	}
	#niwa img {
		display: none !important;
	}
	#niwa td {
		padding: 0 !important;
	}
}
@media all and (max-width: 1080px) {
	#sa-box, #MaintenanceLinks li {
		width: auto !important;
	}
}