Community Central
Community Central

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.
@import "/load.php?modules=mediawiki.ui.input|mediawiki.ui.button&only=styles";

.is-gamepedia symbol#wds-brand-fandom-official-wiki path[fill="#fa005a"] {
	fill: #F48331;
}
.is-gamepedia symbol#wds-brand-fandom-official-wiki path[fill="#280033"] {
	fill: #121212;
}

.mw-thanks-thank-link:not(.jquery-confirmable-button-no):before {
	content: none;
}

#ph-recentImages-container {
	display: none;
}

.edit-rollback {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 2px;
	background: url(https://minecraft.gamepedia.com/media/6/6c/Edit_pencil.png) no-repeat;
	cursor: pointer;
}

#rollback-summary {
	display: flex;
	align-items: center;
	position: absolute;
	left: 1em;
	right: 1em;
	padding: 0.8em;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	z-index: 99;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

#rollback-summary > *:first-child {
	flex: auto;
	margin-right: 1em;
}

#rollback-summary > .rollback-submit-button {
	flex: none;
}