Template:Mbox meta/fmbox.css: Difference between revisions

From WickedGov Meta-Wiki
Jump to navigation Jump to search
m Protected "Template:Mbox meta/fmbox.css": TemplateStyles for high-visibility template ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
m 1 revision imported from enwickedgov:Template:Mbox_meta/fmbox.css: importing useful templates
 
(No difference)

Latest revision as of 02:08, 7 February 2025

/* Code from en.wikipedia.org/wiki/Module:Message box */

.fmbox {
	clear: both;
	margin: 0.2em 0;
	width: 100%;
	border: 1px solid #a2a9b1;
	background-color: #f8f9fa;     /* Default "system" gray */
	box-sizing: border-box;
}

.fmbox-warning {
	border: 1px solid #bb7070;  /* Dark pink */
	background-color: #ffdbdb;  /* Pink */
}

.fmbox-editnotice {
	background-color: transparent;
}

.fmbox-yellow {
	background-color: #ffffac;
}

.fmbox .mbox-text {
	border: none;
	/* @noflip */
	padding: 0.25em 0.9em;
	width: 100%;
}

.fmbox .mbox-image {
	border: none;
	/* @noflip */
	padding: 2px 0 2px 0.9em;
	text-align: center;
}

.fmbox .mbox-imageright {
	border: none;
	/* @noflip */
	padding: 2px 0.9em 2px 0;
	text-align: center;
}

.fmbox .mbox-invalid-type {
	text-align: center;
}