MediaWiki:Common.css

Revision as of 13:32, 28 January 2026 by MikeParker (talk | contribs)

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.
/* Responsive: Related articles - título arriba, contenido abajo */
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .related-articles-box{
     word-break: keep-all;
  }

	/* Tables - Horizontal Scroll on Mobile */
	.entry-content,
	.content {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
	}

	table {
		width: auto;
		min-width: 100%;
		table-layout: auto;
	}

	table.wikitable {
		width: auto;
		min-width: 100%;
		table-layout: auto;
	}
}