More actions
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 */
}