Differenze tra le versioni di "MediaWiki:Common.css"

Added box gradients for widley used "types" sconosciuto and ombra
m (Adding box-coleot class)
(Added box gradients for widley used "types" sconosciuto and ombra)
background-size: 100%;
background-image: linear-gradient(to right, #9DC1B7, #68A090);
}
 
.box-sconosciuto {
background-size: 100%;
background-image: linear-gradient(to right, #44685E, #68A090);
}
 
.box-ombra {
background-size: 100%;
background-image: linear-gradient(to right, #3E3355, #604E82);
}