Nota: dopo aver pubblicato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tieni premuto il tasto delle maiuscole Shift e fai clic su Ricarica, oppure premi Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premi Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer / Edge: tieni premuto il tasto Ctrl e fai clic su Aggiorna, oppure premi Ctrl-F5
  • Opera: premi Ctrl-F5.
/* Stili del template avviso */
table.avviso {
  margin: 0 10%;                           /* Non si sovrappone ad altri elementi */
  border-collapse: collapse; 
  background: #fbfbfb; 
  border: 1px solid #aaa; 
  border-left: 10px solid #1e90ff;         /* Colore blu di default */
}
table.avviso th.avviso-testo, table.avviso td.avviso-testo {      /* Corpo del messaggio */
  padding: 0.25em 0.5em;                   /* 0.5em sinistra/destra */
  width: 100%;                             /* Rende tutti i template della stessa lunghezza nonostante il testo interno */
}
table.avviso td.avviso-immagine {          /* Stile dell'immagine a sinistra */
  padding: 2px 0px 2px 0.5em;              /* 0.5em sinistra, 0px destra */
  text-align: center; 
}
table.avviso td.avviso-immaginedestra {    /* Stile dell'immagine a destra */
  padding: 2px 4px 2px 0px;                /* 0px sinistra, 4px destra */
  text-align: center; 
}
table.avviso-informazioni {
  border-left: 10px solid #1e90ff;         /* Blu */
}
table.avviso-cancella,
table.avviso-importante {
  border-left: 10px solid #b22222;         /* Rosso */
}
table.avviso-contenuto {
  border-left: 10px solid #f28500;         /* Arancio */
}
table.avviso-stile {
  border-left: 10px solid #f4c430;         /* Giallo */
}
table.avviso-statico {
  border-left: 10px solid limegreen;       /* Verde */
}
table.avviso-struttura {
  border-left: 10px solid limegreen;       /* Verde */
}
table.avviso-generico {
  border-left: 10px solid #bba;            /* Grigio */
}
table.avviso.avviso-mini {                 /* variante del box */
    float: right;
    clear: right;
    margin: 0 0 0 1em;
    width: 25%;
}