Template:Fmbox/styles.css

Hello, you have come here looking for the meaning of the word Template:Fmbox/styles.css. In DICTIOUS you will not only get to know all the dictionary meanings for the word Template:Fmbox/styles.css, but we will also tell you about its etymology, its characteristics and you will know how to say Template:Fmbox/styles.css in singular and plural. Everything you need to know about the word Template:Fmbox/styles.css you have here. The definition of the word Template:Fmbox/styles.css will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofTemplate:Fmbox/styles.css, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
/* Footer and header message box styles (esempio editnotice) */
table.fmbox {
	clear: both;
	margin: 0.2em 0;
	width: 100%;
	border: 1px solid #a2a9b1;
	background-color: #f8f9fa;     /* Default "system" gray */
	box-sizing: border-box;
}
table.fmbox-system {
	background-color: #f8f9fa;
}
table.fmbox-warning {
	border: 1px solid #bb7070;  /* Dark pink */
	background-color: #ffdbdb;  /* Pink */
}
table.fmbox-editnotice {
	background-color: transparent;
}
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon,
div.titleblacklist-warning,
div.locked-warning {
	clear: both;
	margin: 0.2em 0;
	border: 1px solid #bb7070;
	background-color: #ffdbdb;
	padding: 0.25em 0.9em;
	box-sizing: border-box;
}