MediaWiki:Gadget-DeluxeHistory.css

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/* Styles pour [[Mediawiki:Gadget-DeluxeHistory.js]], fortement inspiré de [[w:Utilisateur:Od1n/HistoryDeluxe.css]] */
.UserIs-IP {
    background-color:#FFCCCC !important;
}
 
.UserIs-User {
    background-color:#DBDBFF !important;
}
 
.UserIs-Bot {
    background-color:#C6FFB3 !important;
}
 
.UserIs-Sysop {
    background-color:#FFFF99 !important;
}
 
.UserIs-Patroller {
    background-color:#d9fff6 !important;
}
 
.UserIs-OldBot {
    background-color:#C6FFB3 !important;
}
 
.UserIs-Myself {
    background-color:none !important;
}
 
 
/* Spécial:Nouvelles pages */
.not-patrolled {
    text-decoration:underline !important;
}