Wikipedia:Monobook.js/LiveRC.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 944:
 
if (state & REVERT) {
th0.style.backgroundColor = "#FFE4E1FFBAB3";
th1.style.backgroundColor = "#FFE4E1FFBAB3";
td2.style.backgroundColor = "#FFE4E1FFBAB3";
td3.style.backgroundColor = "#FFE4E1FFBAB3";
td4.style.backgroundColor = "#FFE4E1FFBAB3";
tr1.style.border = "1px solid crimson";
}
Riga 961:
}
if (state & NEW) {
th0.style.backgroundColor = "#e2f2d2BDE397";
th1.style.backgroundColor = "#e2f2d2BDE397";
td2.style.backgroundColor = "#e2f2d2BDE397";
td3.style.backgroundColor = "#e2f2d2BDE397";
td4.style.backgroundColor = "#e2f2d2BDE397";
tr1.style.border = "1px solid green";
}
 
if (state & IP) {
td2.style.backgroundColor = "#91F3FFB9F8FF";
td3.style.backgroundColor = "#91F3FFB9F8FF";
td4.style.backgroundColor = "#91F3FFB9F8FF";
}