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.
/* Nothing goes here with default skin.  See vector.css instead (per Special:Mypage/skin.css). */
/* See also Wikipedia:Customisation#Personal_CSS */

/* "Muted" v0.1 color bars for the article message box templates */
/* From Wikipedia:Classes_in_Ambox/Skins via User:Equazcion and Quiddity */
table.ambox-delete {
  border-left: 10px solid #B22222 ;
}
table.ambox-content {
  border-left: 10px solid #FFCC66 ;
}
table.ambox-style {
  border-left: 10px solid #F3EF84 ;
}
table.ambox-move {
  border-left: 10px solid #BB99FF ;
}
table.ambox-notice {
  border-left: 10px solid #BBE3F4 ;
}