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

piccolo fix alla sfumatura che nei box più grandi si espande sotto l'head del contenitore
(Aggiunta la classe .sfondo-invernale)
(piccolo fix alla sfumatura che nei box più grandi si espande sotto l'head del contenitore)
Riga 11: Riga 11:
/* Sfondo stile menù iniziale di EarthBound */
/* Sfondo stile menù iniziale di EarthBound */
.menu-iniziale {
.menu-iniziale {
     background: url(images/8/83/EB-sfondo_menù_iniziale_x2.png);
     background: url("images/8/83/EB-sfondo_menù_iniziale_x2.png");
     background-repeat: repeat;
     background-repeat: repeat;
}
}
Riga 1 080: Riga 1 080:
background-color: #77317F;  
background-color: #77317F;  
background: #77317F;
background: #77317F;
background: -moz-linear-gradient(top, #77317F 0%, #ED753C 15%);
background: -moz-linear-gradient(top, #77317F 0%, #ED753C 40px);
background: -webkit-linear-gradient(top, #77317F 0%,#ED753C 15%);
background: -webkit-linear-gradient(top, #77317F 0%,#ED753C 40px);
background: linear-gradient(to bottom,#77317F 0%,#ED753C 15%);
background: linear-gradient(to bottom,#77317F 0%,#ED753C 40px);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77317F', endColorstr='#ED753C',GradientType=0 );
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77317F', endColorstr='#ED753C',GradientType=0 );
border-radius: 10px;  
border-radius: 10px;