Template:Ambox/compact.css

Hello, you have come here looking for the meaning of the word Template:Ambox/compact.css. In DICTIOUS you will not only get to know all the dictionary meanings for the word Template:Ambox/compact.css, but we will also tell you about its etymology, its characteristics and you will know how to say Template:Ambox/compact.css in singular and plural. Everything you need to know about the word Template:Ambox/compact.css you have here. The definition of the word Template:Ambox/compact.css will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofTemplate:Ambox/compact.css, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
/* Style for compact ambox */
/* Hide the images */
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
	display: none;
}
/* Remove borders, backgrounds, padding, etc. */
.compact-ambox table.ambox {
	border: none;
	border-collapse: collapse;
	background-color: transparent;
	margin: 0 0 0 1.6em !important;
	padding: 0 !important;
	width: auto;
	display: block;
}
body.mediawiki .compact-ambox table.mbox-small-left {
	font-size: 100%;
	width: auto;
	margin: 0;
}
/* Style the text cell as a list item and remove its padding */
.compact-ambox table .mbox-text {
	padding: 0 !important;
	margin: 0 !important;
}

/* Allow for hiding text in compact form */
.compact-ambox .hide-when-compact {
	display: none;
}