MediaWiki:Gadget-Timeless.css

MediaWiki interface page

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.
/* This css will load for all Timeless users on desktop and mobile unlike [[MediaWiki:Timeless.css]] */

.skin-timeless #mw-content-container {
	background-color: rgb(180, 201, 243); /* #b4c9f3 */
}

@media screen and (min-width: 1340px) {
	.skin-timeless #mw-site-navigation .sidebar-chunk,
	.skin-timeless #mw-related-navigation .sidebar-chunk {
		background-color: rgb(238, 244, 255); /* #eef4ff */
	}
}

/* mobile stuff */
.skin-timeless #mw-header-nav-hack {
	background-color: rgb(238, 244, 255); /* #eef4ff */
}

@media screen and (max-width: 850px) {
	.ambox,
	.cmbox,
	.imbox,
	.tmbox,
	.ombox {
		width: 100%!important;
		margin-left: 0!important;
		margin-right: 0!important;
	}
}