MediaWiki:Monobook.css: differenze tra le versioni

nessun oggetto della modifica
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 5:
/* *****RICOLORIZING EVERYZING****** */
/* ********************************* */
/* Discussioni articoli*/
.ns-1 #content {
background-color: #ddeeff; }
Riga 15:
background: -webkit-linear-gradient(top, #ffffff 10%,#ddeeff 100%); /* WEBKIT */
background: linear-gradient(top, #ffffff 10%,#ddeeff 100%); /* W3C */
}
/* Discussioni Utente */
.ns-3 #content {
background-color: #DDFFCC; }
 
.ns-3 #p-cactions li.selected a {
background: -o-linear-gradient(top, #ffffff 10%, #DDFFCC 100%); /* OPERA */
background: -ms-linear-gradient(top, #ffffff 10%,#DDFFCC 100%); /* IE? BOH! */
background: -moz-linear-gradient(top, #ffffff 10%, #DDFFCC 100%); /* FF */
background: -webkit-linear-gradient(top, #ffffff 10%,#DDFFCC 100%); /* WEBKIT */
background: linear-gradient(top, #ffffff 10%,#DDFFCC 100%); /* W3C */
}
 
0

contributi