MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
m (Try without solid...)
mNo edit summary
Line 8: Line 8:
     background: #fbfbfb;  
     background: #fbfbfb;  
     border: 1px solid #aaa;  
     border: 1px solid #aaa;  
     border-left: 10px;     /* Default "notice" blue */
     border-left: 10px;
}
}
table.ambox th.ambox-text, table.ambox td.ambox-text {      /* The message body cell(s) */
table.ambox th.ambox-text, table.ambox td.ambox-text {      /* The message body cell(s) */
Line 22: Line 22:
     text-align: center;  
     text-align: center;  
}
}
table.ambox-notice {
.ambox-notice {
     border-left: 10px solid #1e90ff;    /* Blue */
     border-left: 10px solid #1e90ff;    /* Blue */
/* border-right: 10px solid #1e90ff; */  /* If you want two blue bars */
/* border-right: 10px solid #1e90ff; */  /* If you want two blue bars */
}
}
table.ambox-delete,
.ambox-delete, .ambox-serious {
table.ambox-serious {
     border-left: 10px solid #b22222;    /* Red */
     border-left: 10px solid #b22222;    /* Red */
}
}

Navigation menu