Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.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.
/* CSS placed here will be applied to all skins */

.main-page-mccwiki {
	font-family: 'Nunito', sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
	text-align:center;
	color:white;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-color: #700008;
}

.wikitable th, .wikitable td {
  text-align: center;
}

.pixelated, .pi-image-thumbnail {
	image-rendering: pixelated;
}

.wikitable .afix {
	width: 150px;
	image-rendering: pixelated;
}

.image-thumbnail img, .afix img, .infobox-image img {
	width: 100%;
	height: auto;
}

.pi-section-navigation .pi-section-tab,.pi-media-collection .pi-tab-link {
	border-bottom-left-radius: var(--border-radius--medium);
	border-bottom-right-radius: var(--border-radius--medium);
}

.pi-section-navigation .pi-section-tab.pi-section-active,.pi-section-navigation .pi-section-tab.current,.pi-media-collection .pi-tab-link.current {
	border-bottom-width: 2px;
}

.portable-infobox .pi-section-navigation,.portable-infobox .pi-media-collection-tabs {
	padding: 5px 0;
}

.pi-title {
	text-align: center;
}

.gamepasstable td {
 width: 120px;
}

.citizen-typeahead__item-md .citizen-typeahead__thumbnail {
    background-color: inherit;
}

.citizen-footer__ad{
	margin-left: auto;
}

.citizen-footer__ad img {
	height: 10rem;
}

@media only screen and (max-width: 790px) {
	.citizen-footer__ad {
		height: 9rem;
	}
}

@media only screen and (max-width: 760px) {
	.citizen-footer__ad {
		margin-left: inherit;
	}
}