Utilisateur:Pabix/temp/LiveRC Settings.js

Un article de Wikipédia, l'encyclopédie libre.

Note : Après avoir publié la page, vous devrez forcer son rechargement pour voir les changements : Mozilla / Konqueror / Firefox : Shift-Ctrl-R, Internet Explorer / Opera : Ctrl-F5, Safari : Cmd-R.

/*<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>*/