Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Cmbox/styles.css: Difference between revisions

Template page
Created page with "→Category message box styles: table.cmbox { margin: 3px 10%; border-collapse: collapse; border: 1px solid #6B7280; background-color: #1E2A4A; →Default "notice" dark blue: box-sizing: border-box; color: #E5E7EB; } →Cmbox type-specific styles: table.cmbox-notice { background-color: #1A2442; →Dark blue: } table.cmbox-speedy { margin-top: 4px; margin-bottom: 4px; border: 4px solid #FF4444; →Red: background-color: #2D1A1A;..."
 
(No difference)

Latest revision as of 17:29, 21 July 2025

/* Category message box styles */
table.cmbox {
	margin: 3px 10%;
	border-collapse: collapse;
	border: 1px solid #6B7280;
	background-color: #1E2A4A;       /* Default "notice" dark blue */
	box-sizing: border-box;
	color: #E5E7EB;
}

/* Cmbox type-specific styles */
table.cmbox-notice {
	background-color: #1A2442;       /* Dark blue */
}
table.cmbox-speedy {
	margin-top: 4px;
	margin-bottom: 4px;
	border: 4px solid #FF4444;       /* Red */
	background-color: #2D1A1A;       /* Dark pink */
}
table.cmbox-delete {
	background-color: #2D1A1A;       /* Dark red */
}
table.cmbox-content {
	background-color: #3D2A1A;       /* Dark orange */
}
table.cmbox-style {
	background-color: #3D3A1A;       /* Dark yellow */
}
table.cmbox-move {
	background-color: #2A1E3D;       /* Dark purple */
}
table.cmbox-protection {
	background-color: #2D2D25;       /* Dark gray-gold */
}