Plantilla:Metaplantilla de avisos/style.css

table.ambox {
    margin: 0 10%;
    border-collapse: collapse;
    background-color: #fbfbfb;
    border: 1px solid #aaa;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    font-size: 95%;
}
 
table.ambox th.ambox-text, table.ambox td.ambox-text {
    padding: 0.25em 0.5em; /* 0.5em left/right */
    width: 100%; /* Make all templates the same width regardless of text size */
}
table.ambox td.ambox-image {
    padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
    text-align: center;
}
table.ambox td.ambox-imageright {
    padding: 2px 4px 2px 0;  /* 0px left, 4px right */
    text-align: center;
}
table.ambox-notice {border-top: 5px solid #608EC2} /* Azul */
table.ambox-protection {border-top: 5px solid #bba} /* Gris */
table.ambox-delete, table.ambox-serious {border-top: 5px solid #b22222} /* Rojo */
table.ambox-content {border-top: 5px solid #f28500} /* Naranja */
table.ambox-style {border-top: 5px solid #f4c430} /* Amarillo */
table.ambox-merge {border-top: 5px solid #8c08a4} /* Purpura */
table.ambox-growth {border-top: 5px solid #47a30d} /* Verde */
 
table.ambox.ambox-mini { /* Versión pequeña flotante */
    float: right;
    clear: right;
    margin: 0 0 0 1em;
    width: 25%;
}
@media print { /* No imprimir */
    .ambox {display: none}
}