Module:Message box/ambox.css
Appearance
/* Default styling for all ambox types */ .ambox { border: 1px solid #a2a9b1; background-color: #f8f9fa; padding: 0.25em 0.9em; margin: 0.5em 0; border-left: 10px solid #36c; box-sizing: border-box; overflow: hidden; clear: both; } /* Icon container */ .ambox .mbox-image { float: left; margin-right: 0.9em; text-align: center; } /* Text content */ .ambox .mbox-text { overflow: hidden; } /* Narrow version (e.g., inline use) */ .ambox.ambox-narrow { border-left-width: 3px; padding: 0.2em 0.6em; font-size: 90%; } /* Types of article message boxes */ .ambox-notice { border-left-color: #36c; } .ambox-speedy { border-left-color: #b32424; background-color: #fee; } .ambox-delete { border-left-color: #b32424; background-color: #fee; } .ambox-content { border-left-color: #f28500; background-color: #fff8e5; } .ambox-style { border-left-color: #fc3; } .ambox-move { border-left-color: #9932cc; background-color: #f5f5ff; } .ambox-protection { border-left-color: #a2a9b1; }