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

Template:Ombox/styles.css

Template page
/* Other pages message box styles */
table.ombox {
	margin: 4px 10%;
	border-collapse: collapse;
	border: 1px solid #6B7280;       /* Default "notice" gray */
	background-color: #1F2937;
	box-sizing: border-box;
	color: #E5E7EB;
}

/* Ombox type-specific styles */
table.ombox-notice {
	border: 1px solid #6B7280;       /* Gray */
}
table.ombox-speedy {
	border: 2px solid #FF4444;       /* Red */
	background-color: #2A1515;       /* Dark pink */
}
table.ombox-delete {
	border: 2px solid #FF4444;       /* Red */
}
table.ombox-content {
	border: 1px solid #FF9933;       /* Orange */
}
table.ombox-style {
	border: 1px solid #FFDD44;       /* Yellow */
}
table.ombox-move {
	border: 1px solid #B84DFF;       /* Purple */
}
table.ombox-protection {
	border: 2px solid #6B7280;       /* Gray-gold */
}