Template:Cmbox/styles.css

Hello, you have come here looking for the meaning of the word Template:Cmbox/styles.css. In DICTIOUS you will not only get to know all the dictionary meanings for the word Template:Cmbox/styles.css, but we will also tell you about its etymology, its characteristics and you will know how to say Template:Cmbox/styles.css in singular and plural. Everything you need to know about the word Template:Cmbox/styles.css you have here. The definition of the word Template:Cmbox/styles.css will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofTemplate:Cmbox/styles.css, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
/* Category message box styles */
table.cmbox {
	margin: 3px 10%;
	border-collapse: collapse;
	border: 1px solid #a2a9b1;
	background-color: #DFE8FF;    /* Default "notice" blue */
	box-sizing: border-box;
}

table.cmbox-notice {
	background-color: #D8E8FF;    /* Blue */
}
table.cmbox-speedy {
	margin-top: 4px;
	margin-bottom: 4px;
	border: 4px solid #b32424;    /* Red */
	background-color: #FFDBDB;    /* Pink */
}
table.cmbox-delete {
	background-color: #FFDBDB;    /* Red */
}
table.cmbox-content {
	background-color: #FFE7CE;    /* Orange */
}
table.cmbox-style {
	background-color: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
	background-color: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
	background-color: #EFEFE1;    /* Gray-gold */
}