Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* "All-Color" v0.1 for the article message box templates */
table.ambox {
  background: #f8fcff; 
  border: 1px solid #aaa; 
}
table.ambox-delete {
  background: #efd2d2;
}
table.ambox-content {
  background: #fce6cc;
}
table.ambox-style {
  background: #fcf3d5;
}
table.ambox-move {
  background: #ead6f4;
}
table.ambox-notice {
  background: #d2e8ff;
}