Template:Mbox/commonSmall.css

Da Wikizionario, il dizionario a contenuto aperto.
/* 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;
}