Template:Tmbox/styles.css

Hello, you have come here looking for the meaning of the word Template:Tmbox/styles.css. In DICTIOUS you will not only get to know all the dictionary meanings for the word Template:Tmbox/styles.css, but we will also tell you about its etymology, its characteristics and you will know how to say Template:Tmbox/styles.css in singular and plural. Everything you need to know about the word Template:Tmbox/styles.css you have here. The definition of the word Template:Tmbox/styles.css will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofTemplate:Tmbox/styles.css, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
/* Talk page message box styles */
table.tmbox {
	margin: 4px 10%;
	border-collapse: collapse;
	border: 1px solid #c0c090;    /* Default "notice" gray-brown */
	background-color: #f8eaba;
	min-width: 80%;
	box-sizing: border-box;
}
.tmbox.mbox-small {
	min-width: 0;                /* reset the min-width of tmbox above        */
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
	margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)   */
	width: 100%;                 /* For Safari and Opera */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
	line-height: 1.5em;          /* also "nested", so reset styles that are   */
	font-size: 100%;             /* set in "mbox-small" above.                */
}

table.tmbox-speedy {
	border: 2px solid #b32424;    /* Red */
	background-color: #fee7e6;    /* Pink */
}
table.tmbox-delete {
	border: 2px solid #b32424;    /* Red */
}
table.tmbox-content {
	border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
	border: 2px solid #fc3;       /* Yellow */
}
table.tmbox-move {
	border: 2px solid #9932cc;    /* Purple */
}

table.tmbox-altro {
	border: 2px solid #1CB843;    /* Green */
}
table.tmbox-protection,
table.tmbox-notice {
	border: 1px solid #c0c090;    /* Gray-brown */
}