Utilisateur:Pabix/temp/LiveRC Settings.js

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.
/*<pre><nowiki>*/
var LiveRC_Settings = {

 appearance : {
   colors: {/*{{{*/
     // Backgrounds
     seenLineBG : "#FFFACD" , // 255 250 205
     seenCellBG : "#FFFFE0" , // 255 255 224
     revertBG   : "#FFE4E1" , // 255 228 225
     newBG      : "#E2F2D2" , // 226 242 210
     blankBG    : "white"   , // 255 255 255
     IPBG       : "white"   , // 255 255 255
     TORBG      : "pink"    , //
     replacedBG : "pink"    , //

     // Colors of the crosses and of special lines
     supprALL   : "red"     , // 255 0 0
     supprONE   : "red"     , // 255 0 0
     supprVIEW  : "#FFEB47" , // 255 235 71
     supprREV   : "#FF6353" , // 255 99 83
     supprNEW   : "#B2F371" , // 178 243 113

     // One-letter links
     C_shortcut : "#43CD80" , // 67 205 128
     T_shortcut : "seagreen", // talk
     H_shortcut : "darkorange", // hist
     S_shortcut : "orangered", // del
     B_shortcut : "seagreen", // block
     E_shortcut : "tomato",   // edit

     // other little links
     diffLink   : "orange",     // (diff)
     newLink    : "green",      // (new)

     // links to the article previews
     homonLink  : "darkorange", //
     redirLink  : "green",
     redirPost  : "red",

     // information without links
     nocatwarn  : "crimson" , 
     alreadyrev : "red"     ,
     positivesizediff : "red",
     nullsizediff     : "purple", 
     negativesizediff : "blue",
     PreviewarticleTitle : "red"
   }/*}}}*/
   ,
   styles: {

   }
 }
}
/*</nowiki></pre>*/