Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
/* ** Personnalisation pour LiveRC ** */


/* --- Ligne RC : Page suivie --- */

.RcWatched .th1RC {
  background-color:gold !important;
}

/* --- Ligne RC : mofification lue --- */
.RcChecked  th, .RcChecked  td {
	background-color:#FFFFE0 !important; 
	
}
.RcChecked .th0RC { 
	background-color:none !important;
	border:none !important;
}

/* --- Ligne RC : Utilisateur suivi --- */

.RcContact .th2RC {
  border:1.5px solid gold !important;
}


/* --- Ligne RC : Nouvelle page --- */

.RcNew .th1RC {
  border:1.5px solid Lime !important;
}



/* --- Ligne RC : Utilisateur révoqué --- */

.RcReverted .td2RC {
  background-color:#ffd9d9;
}


/* --- Ligne RC : Utilisateur IP --- */

 .RcIp .td2RC {
  background-color:#D0E0FF;
}



/* --- Ligne RC : Utilisateur débutant --- */

 .RcNewbie .td2RC  {
  background-color:#D0C0FF;
}


/* --- Ligne RC : Utilisateur autopatrolled --- */

 .RcPatrolled .td2RC  {
  background-color:none;
}


/* --- Ligne RC : Soi-même --- */

.RcSelf .td3RC {
  background-color:#a0b0e0 !important;
}



/* --- Ligne RC : Révocation --- */

.RcRevert .td0RC, .RcRevert .td1RC, .RcRevert .td2RC, .RcRevert .td3RC {
  background-color:#f08080 !important;
}


/* --- Ligne RC : Blanchiment --- */

.RcBlanking .td0RC, .RcBlanking .td1RC {
	border:1.5px solid white !important;
}
.RcBlanking .td2RC, .RcBlanking .td3RC {
  background-color: white !important;
  border:1.5px solid white !important;
}

/* --- Ligne RC : sysop & bot --- */
.RcSysop     .td2RC, .RcSysop     .td3RC, .RcSysop     .td4RC { background-color:#b2b2b2; box-shadow: none; } 
.RcBot       .td2RC, .RcBot       .td3RC, .RcBot       .td4RC { background-color:#a2a2a2; box-shadow: none; }