Modul:Message box/cmbox.css

Aus skandinavien-wiki.net
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
	padding: 0.25em 0.9em;     /* 0.9em left/right */
}
td.mbox-image {                /* The left image cell */
	padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
}
td.mbox-imageright {           /* The right image cell */
	padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
}

/**
 * {{cmbox}} (category message box) styles
 *
 * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css
 * @revision 2021-07-15
 */
table.cmbox {
	margin: 3px 10%;
	border-collapse: collapse;
	border: 1px solid #a2a9b1;
	/* Default "notice" blue */
	background-color: #dfe8ff;
	box-sizing: border-box;
}

table.cmbox-notice {
	/* Blue */
	background-color: #d8e8ff;
}

table.cmbox-speedy {
	margin-top: 4px;
	margin-bottom: 4px;
	/* Red */
	border: 4px solid #b32424;
}

table.cmbox-delete,
table.cmbox-speedy {
	/* Pink */
	background-color: #ffdbdb;
}

table.cmbox-content {
	/* Orange */
	background-color: #ffe7ce;
}

table.cmbox-style {
	/* Yellow */
	background-color: #fff9db;
}

table.cmbox-move {
	/* Purple */
	background-color: #e4d8ff;
}

table.cmbox-protection {
	/* Gray-gold */
	background-color: #efefe1;
}