Template:Mbox/commonSmall.css

Hello, you have come here looking for the meaning of the word Template:Mbox/commonSmall.css. In DICTIOUS you will not only get to know all the dictionary meanings for the word Template:Mbox/commonSmall.css, but we will also tell you about its etymology, its characteristics and you will know how to say Template:Mbox/commonSmall.css in singular and plural. Everything you need to know about the word Template:Mbox/commonSmall.css you have here. The definition of the word Template:Mbox/commonSmall.css will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofTemplate:Mbox/commonSmall.css, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
/* These mbox-small classes must be placed after all other
   ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
   they override "table.ambox + table.ambox" above. */
html body.mediawiki .mbox-small {   /* For the "small=yes" option. */
	/* @noflip */
	clear: right !important;
	/* @noflip */
	float: right !important;
	/* @noflip */
	margin: 4px 0 4px 1em !important;
	box-sizing: border-box !important;
	width: 238px !important;
	font-size: 88% !important;
	line-height: 1.25em !important;
}
html body.mediawiki .mbox-small-left {   /* For the "small=left" option. */
	/* @noflip */
	margin: 4px 1em 4px 0 !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
	width: 238px !important;
	border-collapse: collapse !important;
	font-size: 88% !important;
	line-height: 1.25em !important;
}