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.
/* Issuebox template style, v0.6 */
table.issuebox {
  clear: both; 
  width: 80%; 
  margin: 0 0 0 10%;                  /* More compatible than "auto". */
  border-collapse: collapse; 
  background: #f8fcff; 
  border: 1px solid #aaa; 
  border-left: 10px solid #39f;       /* Default "notice" blue */
}

table.issuebox th, table.issuebox td {   /* The message body cell(s) */
  padding: 0.25em 0.5em;                 /* 0.5em left/right */
}

table.issuebox td.issuebox-image {       /* The left image cell */
  width: 52px; 
  padding: 2px 0px 2px 0.5em;            /* 0.5em left, 0px right */
  text-align: center; 
}

table.issuebox td.issuebox-imageright {   /* The right image cell */
  width: 52px; 
  padding: 2px 0.5em 2px 0px;             /* 0px left, 0.5em right */
  text-align: center; 
}

table.issuebox-notice {
  border-left: 10px solid #39f;       /* Blue */
/* border-right: 10px solid #39f; */  /* If you want two blue bars */
}

table.issuebox-serious {
  border-left: 10px solid #c00;    /* Red */
}

table.issuebox-content {
  border-left: 10px solid #f63;    /* Orange */
}

table.issuebox-style {
  border-left: 10px solid #fc3;    /* Yellow */
}

table.issuebox-merge {
  border-left: 10px solid #a4a;    /* Violet */
}


A.disambiguation { background-color:#88ff88; }