Template:Cmbox/styles.css

< Template:Cmbox
Revision as of 02:42, 3 January 2023 by Administrator (talk | contribs) (Created page with "→‎Category message box styles: table.cmbox { margin: 3px 10%; border-collapse: collapse; border: 1px solid #a2a9b1; background: #dfe8ff; →‎Default "notice" blue: } table.cmbox-notice { background: #dfe8ff; →‎Blue: } table.cmbox-speedy { margin-top: 4px; margin-bottom: 4px; border: 4px solid #b22222; →‎Red: background: #ffdbdb; →‎Pink: } table.cmbox-delete { background: #ffdbdb; →‎Red: } table.cmbox-content { background:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Category message box styles */
table.cmbox {
	margin: 3px 10%;
	border-collapse: collapse;
	border: 1px solid #a2a9b1;
	background: #dfe8ff;    /* Default "notice" blue */
}

table.cmbox-notice {
	background: #dfe8ff;    /* Blue */
}
table.cmbox-speedy {
	margin-top: 4px;
	margin-bottom: 4px;
	border: 4px solid #b22222;    /* Red */
	background: #ffdbdb;          /* Pink */
}
table.cmbox-delete {
	background: #ffdbdb;    /* Red */
}
table.cmbox-content {
	background: #ffe7ce;    /* Orange */
}
table.cmbox-style {
	background: #fff9db;    /* Yellow */
}
table.cmbox-move {
	background: #e4d8ff;    /* Purple */
}
table.cmbox-protection {
	background: #efefe1;    /* Gray-gold */
}