Jump to content

MediaWiki:Common.css

From MineMania Wiki
Revision as of 18:50, 4 June 2026 by Computerwhz (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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.cw-messagebox {
	border: 1px solid #a2a9b1;
	background: #f8f9fa;
	color: #202122;
	margin: 1em 0 0.25em 0; /* top right bottom left */
	padding: 0.75em 1em;
	display: flex;
	align-items: center;
	gap: 0.9em;
	box-sizing: border-box;
}

.cw-messagebox-icon {
	width: 32px;
	min-width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 1;
	text-align: center;
	color: inherit;
}

.cw-messagebox-icon img {
	max-width: 32px;
	max-height: 32px;
	display: block;
}

.cw-messagebox-content {
	flex: 1;
	color: inherit;
	margin: 0;
	padding: 0;
}

.cw-messagebox-content p {
	margin: 0;
	padding: 0;
}