MediaWiki:Common.css: differenze tra le versioni

Rimossa la classe .sfondo-invernale, aggiunta la classe .feltro
(piccolo fix alla sfumatura che nei box più grandi si espande sotto l'head del contenitore)
(Rimossa la classe .sfondo-invernale, aggiunta la classe .feltro)
Riga 15: Riga 15:
}
}


/* Sfondo invernale */
/* Texture feltro */
.sfondo-invernale {
.feltro {
     background: url(images/f/fa/Home-texture_invernale.png);
     background: url("images/c/cb/Texture_feltro.png");
    background-blend-mode: luminosity;
     background-repeat: repeat;
     background-repeat: repeat;
}
}