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; }
 
.ns-1 #p-cactions li.selected a {
background: -o-linear-gradient(top, #ffffff 10%, #ddeeff 100%); /* OPERA */
Riga 16:
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 */
Riga 27:
background: linear-gradient(top, #ffffff 10%,#DDFFCC 100%); /* W3C */
}
 
/* Nonciclopedia */
.ns-4 #content {
background-color: #FFEECC; }
 
.ns-4 #p-cactions li.selected a {
background: -o-linear-gradient(top, #ffffff 10%, #FFEECC 100%); /* OPERA */
Riga 37:
background: -webkit-linear-gradient(top, #ffffff 10%,#FFEECC 100%); /* WEBKIT */
background: linear-gradient(top, #ffffff 10%,#FFEECC 100%); /* W3C */
}
 
/* Aiuto */
.ns-12 #content {
background-color: #fffbdf; }
.ns-12 #p-cactions li.selected a {
background: -o-linear-gradient(top, #ffffff 10%, #fffbdf 100%); /* OPERA */
background: -ms-linear-gradient(top, #ffffff 10%,#fffbdf 100%); /* IE? BOH! */
background: -moz-linear-gradient(top, #ffffff 10%, #fffbdf 100%); /* FF */
background: -webkit-linear-gradient(top, #ffffff 10%,#fffbdf 100%); /* WEBKIT */
background: linear-gradient(top, #ffffff 10%,#fffbdf 100%); /* W3C */
}
 
 
0

contributi