Utilisateur:Athozus/LiveRC.css/Dev.css

Une page de Wikipédia, l'encyclopédie libre.
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.
/* {{Catégorisation JS}} */


/* **** STYLES GLOBAUX **** */

#LiveRCContainer {
   position:fixed;
   top:0;
   left:0;
   z-index:3000;
   cursor:default !important;
}

#LiveRCContainer input {
   padding:0;
   cursor:pointer !important;
}
#LiveRCContainer input[disabled="disabled"]{
   cursor:default !important;
}

#LiveRCContainer input[type="text"]{
   cursor:text !important;
}

#FixedTitlePanel {
   position:fixed;
   top:0;
   left:0;
   z-index:5000;
   margin:0;
   padding:0;
   width:152px;
}

#FixedTitlePanel td {
   padding:2px;
}

#FixedTopPanel {
   display:none;
}

#FixedBottomPanel {
   display:none;
   position:fixed;
   bottom:0;
   left:0;
   z-index:5000;
   width:100%;
}

#OutFixedBottomPanel {
   display:none;
   position:fixed;
   bottom:0;
   left:0;
   z-index:5000;
   width:99.4%;
   padding:2px;
}

/* Barre de titre */

#LiveRCTitle {
    text-align:center;
}

/* Barre de contrôle des RC */

#livePreviewFoot {
    margin-top:2px;
    padding:0;
    display:none;
}

#livePreviewFoot td {
   white-space:nowrap !important;
}

#livePreviewFoot form {
   display:inline !important;
}
#livePreviewFoot input {
   padding: 0;
}

td.noHover:hover {
   background:none !important; 
   cursor:default !important;
}

.RCFilterCheckList {
  list-style:none;
  text-align:left;
  position:relative;
  float:left;
  white-space:nowrap;
  width:auto;
}

.RCFilterCheckList li {
  padding-left:10px; 
  padding-right:10px; 
}

.TwoColumsCheckList {
  -moz-column-count:2;
  -webkit-column-count:2;
  column-count:2;  
}

.SuggestionExist img {
  margin-top: -3px;
}

/* Styles RC */


#liveRC_RCList {
    display:none;
    width:100%;  
    background: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d0/LiveRC_centered.png/1000px-LiveRC_centered.png") no-repeat scroll center center transparent;
}
#divTabRC {
}
#tabRC {
    width:100%;
}

.rcLine td, .rcLine th {
}

#tabRC .th1RC, #tabRC .td2RC, #tabRC .td3RC, #tabRC .td4RC  {
  padding-left:3px;
  padding-right:3px;
}

.MiniDiffPreviewHidden #tabRC .MiniDiffPreviewTR {
    display:none !important;
}


/* **** BOUTONS **** */

#LiveRCButtons {
    white-space:nowrap;
}

#LiveRCButtonOff {
   display:inline;
}
#LiveRCButtonOn {
   display:none;
}

#LiveRCTchatButtonOff {
   display:inline;   
}
#LiveRCTchatButtonOn {
   display:none;
}

#LiveRCDebugButtonOff {
   display:inline;   
}
#LiveRCDebugButtonOn {
   display:none;
}

#LiveRCFollowButtonOff {
   display:inline;   
}
#LiveRCFollowButtonOn {
   display:none;
}

#LiveRCFooterButtonOff {
   display:inline;
}
#LiveRCFooterButtonOn {
   display:none !important;
}

#LiveRCConfigButtonOn {
   display:none;
}
#LiveRCConfigButtonOff {
   display:inline;
}

#LiveRCPreviewButtonOff {
   display:inline;   
}
#LiveRCPreviewButtonOn {
   display:none;
}

#LiveRCHistoryButtonOff {
   display:inline;   
}
#LiveRCHistoryButtonOn {
   display:none;
}

#LiveRCRCTableButtonOn {
    display:none;
}
#LiveRCRCTableButtonOff {
    display:inline;
}




/* **** AUTRES COMPOSANTS **** */

#n-liveRC {

}
#n-liveRC ul {
  line-height: 0.8em;
  margin-top: -0.5em;
}


#LiveRC_History, #liveFollow, #LiveRC_Preview {
   margin:0px;
   padding:2px;
}

#FixedTopPanel #LiveRC_Preview, #FixedTopPanel #LiveRC_History {
   margin:0px;
   padding:2px;
}

/* Fenêtre de débogage */

#liveDebug {
   display:none;
   position:fixed;
   z-index:11000;
   left:0;
   bottom:0;
   width:99.4%;
   padding:2px;
   margin:0;
}


#liveDebugContent {
    height:250px;
    overflow:auto;
}

#liveDebug .NoAjax li.Ajax {
    display:none;
}

#liveDebug .OnlyErrors li.noerror {
    display:none;
}


#LiveRCAlert {
  position:fixed;
  top:0;
  right:0;
  z-index:25000;
  margin:0;
  padding:0;
  list-style:none;
  cursor:default !important;
}
 
#LiveRCAlert li {
  margin:0;
  padding:0;
  padding-left:0.5em;
  padding-right:0.5em;
}

#LiveRCAlert fieldset {
  margin:0;
  margin-top: 0.5em;
  padding:0.5em;
}
 
#LiveRCAlert input {
  padding:0;
  cursor:pointer !important;
}

#LiveRCAlert input[type="text"]{
   cursor:text !important;
}

.LiveRC_Opacity_100 { opacity:1;    filter:alpha(opacity=100); }
.LiveRC_Opacity_99  { opacity:0.99; filter:alpha(opacity=99);  }
.LiveRC_Opacity_98  { opacity:0.98; filter:alpha(opacity=98);  }
.LiveRC_Opacity_97  { opacity:0.97; filter:alpha(opacity=97);  }
.LiveRC_Opacity_96  { opacity:0.96; filter:alpha(opacity=96);  }
.LiveRC_Opacity_95  { opacity:0.95; filter:alpha(opacity=95);  }
.LiveRC_Opacity_94  { opacity:0.94; filter:alpha(opacity=94);  }
.LiveRC_Opacity_93  { opacity:0.93; filter:alpha(opacity=93);  }
.LiveRC_Opacity_92  { opacity:0.92; filter:alpha(opacity=92);  }
.LiveRC_Opacity_91  { opacity:0.91; filter:alpha(opacity=91);  }
.LiveRC_Opacity_90  { opacity:0.9;  filter:alpha(opacity=90);  }
.LiveRC_Opacity_89  { opacity:0.89; filter:alpha(opacity=89);  }
.LiveRC_Opacity_88  { opacity:0.88; filter:alpha(opacity=88);  }
.LiveRC_Opacity_87  { opacity:0.87; filter:alpha(opacity=87);  }
.LiveRC_Opacity_86  { opacity:0.86; filter:alpha(opacity=86);  }
.LiveRC_Opacity_85  { opacity:0.85; filter:alpha(opacity=85);  }
.LiveRC_Opacity_84  { opacity:0.84; filter:alpha(opacity=84);  }
.LiveRC_Opacity_83  { opacity:0.83; filter:alpha(opacity=83);  }
.LiveRC_Opacity_82  { opacity:0.82; filter:alpha(opacity=82);  }
.LiveRC_Opacity_81  { opacity:0.81; filter:alpha(opacity=81);  }
.LiveRC_Opacity_80  { opacity:0.8;  filter:alpha(opacity=80);  }
.LiveRC_Opacity_79  { opacity:0.79; filter:alpha(opacity=79);  }
.LiveRC_Opacity_78  { opacity:0.78; filter:alpha(opacity=78);  }
.LiveRC_Opacity_77  { opacity:0.77; filter:alpha(opacity=77);  }
.LiveRC_Opacity_76  { opacity:0.76; filter:alpha(opacity=76);  }
.LiveRC_Opacity_75  { opacity:0.75; filter:alpha(opacity=75);  }
.LiveRC_Opacity_74  { opacity:0.74; filter:alpha(opacity=74);  }
.LiveRC_Opacity_73  { opacity:0.73; filter:alpha(opacity=73);  }
.LiveRC_Opacity_72  { opacity:0.72; filter:alpha(opacity=72);  }
.LiveRC_Opacity_71  { opacity:0.71; filter:alpha(opacity=71);  }
.LiveRC_Opacity_70  { opacity:0.7;  filter:alpha(opacity=70);  }
.LiveRC_Opacity_69  { opacity:0.69; filter:alpha(opacity=69);  }
.LiveRC_Opacity_68  { opacity:0.68; filter:alpha(opacity=68);  }
.LiveRC_Opacity_67  { opacity:0.67; filter:alpha(opacity=67);  }
.LiveRC_Opacity_66  { opacity:0.66; filter:alpha(opacity=66);  }
.LiveRC_Opacity_65  { opacity:0.65; filter:alpha(opacity=65);  }
.LiveRC_Opacity_64  { opacity:0.64; filter:alpha(opacity=64);  }
.LiveRC_Opacity_63  { opacity:0.63; filter:alpha(opacity=63);  }
.LiveRC_Opacity_62  { opacity:0.62; filter:alpha(opacity=62);  }
.LiveRC_Opacity_61  { opacity:0.61; filter:alpha(opacity=61);  }
.LiveRC_Opacity_60  { opacity:0.6;  filter:alpha(opacity=60);  }
.LiveRC_Opacity_59  { opacity:0.59; filter:alpha(opacity=59);  }
.LiveRC_Opacity_58  { opacity:0.58; filter:alpha(opacity=58);  }
.LiveRC_Opacity_57  { opacity:0.57; filter:alpha(opacity=57);  }
.LiveRC_Opacity_56  { opacity:0.56; filter:alpha(opacity=56);  }
.LiveRC_Opacity_55  { opacity:0.55; filter:alpha(opacity=55);  }
.LiveRC_Opacity_54  { opacity:0.54; filter:alpha(opacity=54);  }
.LiveRC_Opacity_53  { opacity:0.53; filter:alpha(opacity=53);  }
.LiveRC_Opacity_52  { opacity:0.52; filter:alpha(opacity=52);  }
.LiveRC_Opacity_51  { opacity:0.51; filter:alpha(opacity=51);  }
.LiveRC_Opacity_50  { opacity:0.5;  filter:alpha(opacity=50);  }
.LiveRC_Opacity_49  { opacity:0.49; filter:alpha(opacity=49);  }
.LiveRC_Opacity_48  { opacity:0.48; filter:alpha(opacity=48);  }
.LiveRC_Opacity_47  { opacity:0.47; filter:alpha(opacity=47);  }
.LiveRC_Opacity_46  { opacity:0.46; filter:alpha(opacity=46);  }
.LiveRC_Opacity_45  { opacity:0.45; filter:alpha(opacity=45);  }
.LiveRC_Opacity_44  { opacity:0.44; filter:alpha(opacity=44);  }
.LiveRC_Opacity_43  { opacity:0.43; filter:alpha(opacity=43);  }
.LiveRC_Opacity_42  { opacity:0.42; filter:alpha(opacity=42);  }
.LiveRC_Opacity_41  { opacity:0.41; filter:alpha(opacity=41);  }
.LiveRC_Opacity_40  { opacity:0.4;  filter:alpha(opacity=40);  }
.LiveRC_Opacity_39  { opacity:0.39; filter:alpha(opacity=39);  }
.LiveRC_Opacity_38  { opacity:0.38; filter:alpha(opacity=38);  }
.LiveRC_Opacity_37  { opacity:0.37; filter:alpha(opacity=37);  }
.LiveRC_Opacity_36  { opacity:0.36; filter:alpha(opacity=36);  }
.LiveRC_Opacity_35  { opacity:0.35; filter:alpha(opacity=35);  }
.LiveRC_Opacity_34  { opacity:0.34; filter:alpha(opacity=34);  }
.LiveRC_Opacity_33  { opacity:0.33; filter:alpha(opacity=33);  }
.LiveRC_Opacity_32  { opacity:0.32; filter:alpha(opacity=32);  }
.LiveRC_Opacity_31  { opacity:0.31; filter:alpha(opacity=31);  }
.LiveRC_Opacity_30  { opacity:0.3;  filter:alpha(opacity=30);  }
.LiveRC_Opacity_29  { opacity:0.29; filter:alpha(opacity=29);  }
.LiveRC_Opacity_28  { opacity:0.28; filter:alpha(opacity=28);  }
.LiveRC_Opacity_27  { opacity:0.27; filter:alpha(opacity=27);  }
.LiveRC_Opacity_26  { opacity:0.26; filter:alpha(opacity=26);  }
.LiveRC_Opacity_25  { opacity:0.25; filter:alpha(opacity=25);  }
.LiveRC_Opacity_24  { opacity:0.24; filter:alpha(opacity=24);  }
.LiveRC_Opacity_23  { opacity:0.23; filter:alpha(opacity=23);  }
.LiveRC_Opacity_22  { opacity:0.22; filter:alpha(opacity=22);  }
.LiveRC_Opacity_21  { opacity:0.21; filter:alpha(opacity=21);  }
.LiveRC_Opacity_20  { opacity:0.2;  filter:alpha(opacity=20);  }
.LiveRC_Opacity_19  { opacity:0.19; filter:alpha(opacity=19);  }
.LiveRC_Opacity_18  { opacity:0.18; filter:alpha(opacity=18);  }
.LiveRC_Opacity_17  { opacity:0.17; filter:alpha(opacity=17);  }
.LiveRC_Opacity_16  { opacity:0.16; filter:alpha(opacity=16);  }
.LiveRC_Opacity_15  { opacity:0.15; filter:alpha(opacity=15);  }
.LiveRC_Opacity_14  { opacity:0.14; filter:alpha(opacity=14);  }
.LiveRC_Opacity_13  { opacity:0.13; filter:alpha(opacity=13);  }
.LiveRC_Opacity_12  { opacity:0.12; filter:alpha(opacity=12);  }
.LiveRC_Opacity_11  { opacity:0.11; filter:alpha(opacity=11);  }
.LiveRC_Opacity_10  { opacity:0.1;  filter:alpha(opacity=10);  }
.LiveRC_Opacity_9   { opacity:0.09; filter:alpha(opacity=9);   }
.LiveRC_Opacity_8   { opacity:0.08; filter:alpha(opacity=8);   }
.LiveRC_Opacity_7   { opacity:0.07; filter:alpha(opacity=7);   }
.LiveRC_Opacity_6   { opacity:0.06; filter:alpha(opacity=6);   }
.LiveRC_Opacity_5   { opacity:0.05; filter:alpha(opacity=5);   }
.LiveRC_Opacity_4   { opacity:0.04; filter:alpha(opacity=4);   }
.LiveRC_Opacity_3   { opacity:0.03; filter:alpha(opacity=3);   }
.LiveRC_Opacity_2   { opacity:0.02; filter:alpha(opacity=2);   }
.LiveRC_Opacity_1   { opacity:0.01; filter:alpha(opacity=1);   }
.LiveRC_Opacity_0   { opacity:0;    filter:alpha(opacity=0);   }

.LiveRC_MenuContainer {
    padding:2px;
    padding-bottom:0;
    margin-left:2px;
    margin-right:2px;
}

.LiveRC_MenuAnchor {
    min-height:20px;
    font-weight:bold;
    text-align:center;
    padding:2px;
}

.LiveRC_MenuAnchor input {
    padding:0;
}
.LiveRC_MenuAnchor select {
    margin-top: 2px;
    margin-bottom: 2px;
}
.LiveRC_MenuAnchor form {
   display:inline !important;
}

.LiveRC_MenuContent {
    margin:3px;
    padding:3px;
    text-align:left;
}



/* **** Styles Tchat **** */

#liveTchat {
   display:none;
   position:fixed;
   z-index:10000;
   left:0;
   width:99.4%;
   padding:2px;
}

#liveTchat .LiveRC_MenuContent {
   margin:0;
   padding:0;
}

#liveTchatResizeAnchor {
   float:right;
   position:relative;
   bottom:0;
   right:0;
   width:60px;
   height:60px;
   margin:-54px 0 0 0;
   padding:0;
}

#NewWindowTchatLink {
   float:right;
}



/* Styles Menu de paramétrage */

#LiveRC_ParamMenu {
}
.LiveRC_ParamMenuPart {
   height:200px;
   overflow-y:auto;
}
.LiveRC_ParamMenuContent p {
    text-align:center;
}
.LiveRC_ParamMenuContent input {
    padding:0;
}
.LiveRC_ParamMenuContent fieldset {
    padding:3px;
}

#LiveRC_ParamMenu ul {
    list-style:none;
    list-image:none;
    margin:0;
}
 
.ParamMenuLi {
    margin:0.2em;
    padding:0.1em;
}

.ParamMenuLiCustom {
  color:red !important;
}

#LiveRC_OptionsContentInput_lstParamMenuTabs, #LiveRC_OptionsContentInput_ContactListLegend, #LiveRC_OptionsContentInput_HiddenListLegend, #LiveRC_OptionsContentInput_ExtensionsLegend, #LiveRC_OptionsContentInput_lrcCSSstyles {
  margin-left:0.5em;
}

#MWConfigSaveButton {
  margin-left:1em;
  font-weight:bold;
  color:#800000;
}


/* Styles fenêtre de prévisualisation */

#LiveRC_Preview {
   display:none;
}

#livePreviewTitle ul {
   display:inline !important;
   list-style:none; 
   margin:0;
   padding:0;
}
#livePreviewTitle li {
   display:inline !important;
   list-style:none; 
   margin:0;
   padding:0;
   margin-right:3px;
}
#livePreviewTitle a {
   margin:0;
   padding:2px;
   margin-right:2px;
}

#livePreview {
    height:250px;
    overflow:auto;
}

#FixedTopPanel {
    padding:0;
    padding-top:2px;
    margin:0;
    display:none;
}
.LiveRCPreviewOnBottom #FixedTopPanel {
    display:none !important;
}

/* Styles Listes */

#liveFollow {
   display:none;
}

#LiveRC_FollowContent { 
   margin-top:0;
}
#LiveRC_FollowContent fieldset {
    margin-top:0;
}
#LiveRC_FollowContent .VResize {
    height:100px;
    overflow-y:auto;
}

#LiveRC_FollowButtons {
    text-align:center;
    padding-bottom: 5px;
}
#LiveRC_FollowButtons input {
    font-weight:bold;
    padding:0; 
    margin:0; 
}

#liveFollow th {
    padding-left:0.5em;
}

#liveFollow ul {
    list-style:none; 
    padding:0; 
    margin:0; 
}

#liveFollow ul {
    list-style:none; 
    padding:0; 
    margin:0; 
}
#liveFollow li {
    list-style:none; 
    padding:0; 
    margin:0; 
}

.FollowList {
    margin:0; 
    padding:0; 
    margin-left:20px; 
}
.FollowSublist {
    margin-left:20px; 
}
#liveFollow li li {
    list-style:none; 
    padding:0; 
    margin-left:20px; 
}



/* Styles Menu d'historique */

#LiveRC_History {
   display:none;
}





#OtherContainer {
   display:block;
}

.MouseMoveFunctionRunning * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* MODE LIVERC */


.FixedLiveRCContainer #LiveRCTitle {
   display:table-cell !important;
}
.FixedLiveRCContainer #LiveRCUserInfos {
   display:table-cell !important;
}

.FixedLiveRCContainer #livePreviewFoot {
   display:none;
}
.FixedLiveRCContainer #FixedTitlePanel {
   width:99.7% !important;
}

.FixedLiveRCContainer #OtherContainer {
   display:none !important;
}
.FixedLiveRCContainer #LiveRCButtonOff {
   display:none !important;
}
.FixedLiveRCContainer #LiveRCButtonOn {
   display:inline !important;
}




/* MODE TCHAT */


.LiveRCTchatDisplayed #liveTchat {
   display:block !important;
}
.LiveRCTchatDisplayed #LiveRCTchatButtonOff {
   display:none !important;
}
.LiveRCTchatDisplayed #LiveRCTchatButtonOn {
   display:inline !important;
}




/* MODE DEBUG */


.LiveRCDebugDisplayed #liveDebug {
   display:block !important;
}
.LiveRCDebugDisplayed #LiveRCDebugButtonOff {
   display:none !important;
}
.LiveRCDebugDisplayed #LiveRCDebugButtonOn {
   display:inline !important;
}




/* MODE CONFIG */

.LiveRCConfigDisplayed #LiveRCConfigButtonOn {
   display:inline !important;

}
.LiveRCConfigDisplayed #LiveRCConfigButtonOff {
   display:none !important;
}
.LiveRCConfigDisplayed #OutFixedBottomPanel {
   display:block !important;
}

.LiveRCConfigDisplayed #FixedBottomPanel {
   display:none !important;
}




/* MODE RC */


.LiveRCRCTableDisplayed #LiveRCRCTableButtonOn {
    display:inline !important;
}
.LiveRCRCTableDisplayed #LiveRCRCTableButtonOff {
    display:none !important;
}
.LiveRCRCTableDisplayed #liveRC_RCList, .LiveRCRCTableDisplayed #livePreviewFoot {
    display:block;
}


/* MODE PREVISUALISATION */


.LiveRCPreviewDisplayed #LiveRC_Preview {
   display:block !important;
}
.LiveRCPreviewDisplayed #LiveRCPreviewButtonOff {
   display:none !important;
}
.LiveRCPreviewDisplayed #LiveRCPreviewButtonOn {
   display:inline !important;
}
.LiveRCPreviewDisplayed #FixedBottomPanel {
   display:block;
}
.LiveRCPreviewDisplayed #FixedTopPanel {
    display:block;
}


/* MODE LISTES */

.LiveRCLiveFollowDisplayed #LiveRCFollowButtonOff {
   display:none !important;
}
.LiveRCLiveFollowDisplayed #LiveRCFollowButtonOn {
   display:inline !important;
}
.LiveRCLiveFollowDisplayed #liveFollow {
   display:block !important;
}
.LiveRCLiveFollowDisplayed #FixedBottomPanel {
   display:block;
}


/* MODE HISTORIQUE */

.LiveRCHistoryDisplayed #LiveRCHistoryButtonOff {
   display:none !important;   
}
.LiveRCHistoryDisplayed #LiveRCHistoryButtonOn {
   display:inline !important;
}
.LiveRCHistoryDisplayed #LiveRC_History {
   display:block !important;
}
.LiveRCHistoryDisplayed #FixedBottomPanel {
   display:block;
}
.LiveRCHistoryDisplayed #FixedTopPanel {
    display:block;
}


/* adaptation contenus spéciaux */

.LiveRCRunning  #coordinates {
  margin-top: 4.5em !important;
}
.LiveRCRunning  #p-logo a {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/b2/LiveRC.svg/150px-LiveRC.svg.png") !important;
}
.LiveRCLoading  #p-logo a {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/f/f8/LiveRC-150px.gif") !important;
}
.LiveRCRunning  #blockip-help {
  display: none !important; 
}
.LiveRCRunning .mw-editsection {
  display: none !important; 
}


/* casser les longues suites de caractères dans les noms de page ou d'utilisateur */

.lrc_ArticleLink, .lrc_EditorLink, #livePreview .mw-userlink {
  word-break:break-all;
}

/* casser les longues suites de caractères dans les diffs et les résumés de modif */

#livePreview diff-context, #livePreview diff-deletedline, #livePreview diff-addedline, #livePreview  .comment, .MiniDiffPreviewContent diff-context,  .MiniDiffPreviewContent diff-deletedline,  .MiniDiffPreviewContent diff-addedline,  .MiniDiffPreviewContent  .comment, .td3RC * {
  word-break:break-all;
}


/* ================== STYLES PERSONNALISABLES ================================= */


/* **** HIGHLIGHT **** */

#livePreviewFoot td:hover {
   background-color:silver; 
}

.RCFilterCheckList li:hover {
  background-color:silver !important; 
}

#liveFollow li:hover {
    background-color:silver !important; 
}

#liveFollow li li:hover{
    background-color:DarkGray !important; 
}

#livePreviewTitle a:hover {
    border:1px solid grey !important;
    background-color:silver !important;
}

.ParamMenuLi:hover {
    border:1px solid gray !important;
    background-color:silver !important;
}

#liveDebugContent li:hover {
    background-color: silver; 
}

#liveDebugContent li:hover .TS {
    color:red;
}
#tabRC .rcLine:hover { 
    background-color:silver !important; 
    color:black !important;
}
#tabRC .rcLine:hover td, #tabRC .rcLine:hover th { 
    background-color:silver !important; 
}
#tabRC .rcLine:hover td:hover, #tabRC .rcLine:hover th:hover { 
    background-color:DarkGray !important; 
}

#LiveRCButtons a:hover img {
   background-color:silver;
   border:1px solid gray;
}


/* **** BACKGROUNDS **** */

#TitleTable {	
    background-image: url("//upload.wikimedia.org/wikipedia/commons/b/ba/Double_Gradient_60px_V.png");
    background-position: center bottom;	
    background-repeat: repeat;
}

.LiveRC_MenuAnchor {
    background-image: url("//upload.wikimedia.org/wikipedia/commons/c/cc/Double_Gradient_60px_V_50%25.png");
    background-position: center top;
    background-repeat: repeat;
}
 
#livePreviewFoot, #livePreviewFoot td:hover {
    background-image: url("//upload.wikimedia.org/wikipedia/commons/b/ba/Double_Gradient_60px_V.png");
    background-position: center top;
    background-repeat: repeat;
} 

#tabRC .th0RC {
    background-image: url("//upload.wikimedia.org/wikipedia/commons/8/8c/Double_Gradient_60px_H.png");
    background-position: center top;
    background-repeat: repeat;
}

#tabRC .th1RC, #tabRC .td2RC, #tabRC .td3RC, #tabRC .td4RC, #tabRC .td5RC {
    background-image: url("//upload.wikimedia.org/wikipedia/commons/2/2f/Double_Gradient_60px.png");
    background-position: center top;
    background-repeat: repeat;
} 


/* **** RC STATES **** */
 
.RcFeedback           .th1RC, .RcFeedback           .td2RC, .RcFeedback           .td3RC, .RcFeedback           .td4RC { background-color:#AA9E60; } 
.RcAbFilter           .th1RC, .RcAbFilter           .td2RC, .RcAbFilter           .td3RC, .RcAbFilter           .td4RC { background-color:#FFBE60; } 
.RcUpload             .th1RC, .RcUpload             .td2RC, .RcUpload             .td3RC, .RcUpload             .td4RC { background-color:#D1CAFA; } 
.RcNewUser            .th1RC, .RcNewUser            .td2RC, .RcNewUser            .td3RC, .RcNewUser            .td4RC { background-color:#C6FF6D; } 
.RcBlock              .th1RC, .RcBlock              .td2RC, .RcBlock              .td3RC, .RcBlock              .td4RC { background-color:#EECC84; } 
.RcDelete             .th1RC, .RcDelete             .td2RC, .RcDelete             .td3RC, .RcDelete             .td4RC { background-color:#E7CAA7; } 
.RcMove               .th1RC, .RcMove               .td2RC, .RcMove               .td3RC, .RcMove               .td4RC { background-color:#FDC5FF; } 
.RcProtect            .th1RC, .RcProtect            .td2RC, .RcProtect            .td3RC, .RcProtect            .td4RC { background-color:#B2BCC6; } 
.RcRights             .th1RC, .RcRights             .td2RC, .RcRights             .td3RC, .RcRights             .td4RC { background-color:#FF8080; } 
.RcThanks             .th1RC, .RcThanks             .td2RC, .RcThanks             .td3RC, .RcThanks             .td4RC { background-color:pink; } 
.RcRenameuser         .th1RC, .RcRenameuser         .td2RC, .RcRenameuser         .td3RC, .RcRenameuser         .td4RC { background-color:MediumAquamarine; }
.RcMassMessage        .th1RC, .RcMassMessage        .td2RC, .RcMassMessage        .td3RC, .RcMassMessage        .td4RC { background-color:darkGrey; } 
.RcPagetriageDeletion .th1RC, .RcPagetriageDeletion .td2RC, .RcPagetriageDeletion .td3RC, .RcPagetriageDeletion .td4RC { background-color:lightblue; }
.RcPagetriageCuration .th1RC, .RcPagetriageCuration .td2RC, .RcPagetriageCuration .td3RC, .RcPagetriageCuration .td4RC { background-color:lightblue; }
.RcReview             .th1RC, .RcReview             .td2RC, .RcReview             .td3RC, .RcReview             .td4RC { background-color:Peru; }
.RcStable             .th1RC, .RcStable             .td2RC, .RcStable             .td3RC, .RcStable             .td4RC { background-color:Chocolate; }
.RcOversight          .th1RC, .RcOversight          .td2RC, .RcOversight          .td3RC, .RcOversight          .td4RC { background-color:Purple; }
.RcCheckuser          .th1RC, .RcCheckuser          .td2RC, .RcCheckuser          .td3RC, .RcCheckuser          .td4RC { background-color:Thistle; }
.RcEducationProgram   .th1RC, .RcEducationProgram   .td2RC, .RcEducationProgram   .td3RC, .RcEducationProgram   .td4RC { background-color:PeachPuff; }
.RcLiquidThreads      .th1RC, .RcLiquidThreads      .td2RC, .RcLiquidThreads      .td3RC, .RcLiquidThreads      .td4RC { background-color:LightCyan; }
.RcPageTranslation    .th1RC, .RcPageTranslation    .td2RC, .RcPageTranslation    .td3RC, .RcPageTranslation    .td4RC { background-color:RosyBrown; }
.RcTranslatorSandbox  .th1RC, .RcTranslatorSandbox  .td2RC, .RcTranslatorSandbox  .td3RC, .RcTranslatorSandbox  .td4RC { background-color:RosyBrown; }
.RcTranslationReview  .th1RC, .RcTranslationReview  .td2RC, .RcTranslationReview  .td3RC, .RcTranslationReview  .td4RC { background-color:RosyBrown; }
.RcNotifyTranslators  .th1RC, .RcNotifyTranslators  .td2RC, .RcNotifyTranslators  .td3RC, .RcNotifyTranslators  .td4RC { background-color:RosyBrown; }
.RcOAuth              .th1RC, .RcOAuth              .td2RC, .RcOAuth              .td3RC, .RcOAuth              .td4RC { background-color:MistyRose; }
.RcMoodBar            .th1RC, .RcMoodBar            .td2RC, .RcMoodBar            .td3RC, .RcMoodBar            .td4RC { background-color:DarkKhaki; }

.RcLog     .th0RC { background-color:LightBlue; }
.RcWatched .th0RC { border:3px solid gold !important; } 
.RcContact .th0RC { border:3px solid gold !important; } 

.RcNotification  .th0RC, .RcNotification .th1RC { background-color:IndianRed;color:white; }
.RcNew         .th1RC { background-color:#bdffb2;border:3px solid Lime !important; } 
.RcNotReviewed .th1RC { border:3px solid red !important; }
 
.RcReverted    .td2RC { border:3px solid red !important; } 

.RcNewbie    .td2RC, .RcNewbie    .td3RC, .RcNewbie    .td4RC { background-color:#bdffb2; } 
.RcIp        .td2RC, .RcIp        .td3RC, .RcIp        .td4RC { background-color:white; } 
.RcPatrolled .td2RC, .RcPatrolled .td3RC, .RcPatrolled .td4RC { background-color:#b2b2b2; } 
.RcSelf      .td2RC, .RcSelf      .td3RC, .RcSelf      .td4RC { background-color:#a0b0e0 !important; } 

.RcTag .td3RC { border:2px solid red !important; }

.Rctd5NotEmpty .td5RC {  background-color:Cornsilk;}
.RcRevert      .td5RC { border:3px solid red !important; } 
.RcReplaced    .td5RC { border:3px solid orange !important; } 
.RcBlanking    .td5RC { border:3px solid white !important; } 

.RcExternal th, .RcExternal td { background-color:#CFBE90; } 
.RcChecked  th, .RcChecked  td { background-color:#FFFFE0 !important; }


/* Couleurs liens */

 .hidelineLink               { padding:3px;color:red; } 

 .diffDiffLink               { color:orange; }
 .newpageDiffLink            { color:green; }
 .uploadDiffLink             { color:darkslateblue; }
 .newuserDiffLink            { color:darkGreen; }
 .blockDiffLink              { color:darkgoldenrod; }
 .gbblockDiffLink            { color:darkgoldenrod; }
 .deleteDiffLink             { color:saddlebrown; }
 .moveDiffLink               { color:black; }
 .protectDiffLink            { color:darkslategray; }
 .feedbackDiffLink           { color:RoyalBlue; }
 .abfilterDiffLink           { color:darkslategray; }
 .abfilterdiffDiffLink       { color:red; }
 .renameuserDiffLink         { color:SlateGray; }
 .userrightsDiffLink         { color:DeepSkyBlue; }
 .gbuserrightsDiffLink       { color:DeepSkyBlue; }
 .thanksDiffLink             { color:IndianRed; }
 .massmessageDiffLink        { color:white; }
 .pagetriageDeletionDiffLink { color:darkRed; }
 .pagetriageCurationDiffLink { color:MidnightBlue; }
 .reviewDiffLink             { color:black; }
 .reviewdiffDiffLink         { color:red; }
 .stableDiffLink             { color:white; }
 .oversightDiffLink          { color:white; }
 .checkuserDiffLink          { color:Indigo; }
 .educationprogramDiffLink   { color:DarkSlateGray; }
 .liquidthreadsDiffLink      { color:Teal; }
 .translationreviewDiffLink  { color:white; }
 .translatorsandboxDiffLink  { color:white; }
 .notifytranslatorsDiffLink  { color:white; }
 .pagetranslationDiffLink    { color:white; }
 .mwoauthconsumerDiffLink    { color:MediumOrchid; }
 .moodbarDiffLink            { color:SaddleBrown; }

 .historyLink                { color:darkorange; }
 .editLink                   { color:OrangeRed; }
 .pagewatchLink              { color:RoyalBlue; }
 .pageunwatchLink            { color:RoyalBlue; }
 .moveLink                   { color:tomato; }
 .deleteLink                 { color:orangered; }
 .protectLink                { color:coral; }
 .stableLink                 { color:Chocolate; }
 .pagetalkLink               { color:seagreen; }

 .usertalkLink               { color:seagreen; }
 .usercontribLink            { color:#43CD80; }
 .userdeletedcontribLink     { color:#43CD80; }
 .userwatchLink              { color:black; }
 .userunwatchLink            { color:#AAAA00; }
 .userblockLink              { color:seagreen; }
 .userhideLink               { color:grey; }

#tabRC .tagTemplate { color: red; font-weight: bold; }


/* Taille textes */

#n-liveRC ul {
  font-size: 80%;
}
.LiveRCContainerFS {
  font-size:13px;
}
#LiveRCTitle .error {
  font-size: 11px;
}
.RCFilterCheckListFS input, .RCFilterCheckListFS select {
  font-size:10px;
}
.divTabRCFS {
  font-size:11px;
}
.LiveRCAlertFS li {
  font-size:12px !important;
}
#tabRC .MiniDiffPreviewTDFS {
  font-size:10px !important;
}
.LiveRC_MenuAnchorFS {
  font-size:16px;
}
.LiveRC_MenuAnchorFS input {
  font-size: 10px;
}
.LiveRC_MenuAnchorFS select {
  font-size: 11px;
}
#livePreviewFirstTitle {
  font-size:16px;
}
.LiveRC_MenuContentFS {
  font-size:80%;
}
#NewWindowTchatLink {
  font-size:11px;
}
#ToggleButtons input, .ActionButtons input {
  font-size:11px;
}
.lrcIcons_Label, .Texts_Label {
  font-size:130%;
}
.livePreviewTitleFS {
  font-size:12px;
}
#LiveRC_FollowContent { 
  font-size:13px;
}
#LiveRC_FollowButtons input {
  font-size:11px;
}
.FollowList {
  font-size:11px !important;
}
.FollowSublist {
  font-size:9px !important;
}
.LiveRC_HistoryFS {
  font-size:13px;
}

  /* Backgrounds colors */

.LiveRCContainerBG {
  background-color:gray;
}
.FixedTitlePanelBG {
  background-color:LightGrey;
}
.OutFixedBottomPanelBG {
  background-color:LightGrey;
}
.RCFilterCheckListBG {
  background-color:LightGrey;
}
.tabRCBG {
  background-color:#E0E0EE;
} 
.rcLineBG td, .rcLineBG th {
  background-color:#F0F0FF; 
}
#tabRC .MiniDiffClosePreviewTD {
  background-color:#F0F0FF;
}
#tabRC .MiniDiffPreviewTDBG {
  background-color:white !important; 
}
.LiveRC_HistoryBG {
  background-color: LightGrey;
}
.liveFollowBG {
  background-color: LightGrey;
}
.LiveRC_PreviewBG {
  background-color: LightGrey;
}
.liveDebugBG {
  background-color: LightGrey;
}
.liveDebugContentBG {
  background-color: white;
}
.LiveRCAlertBG li {
  background-color:white;
} 
.LiveRCAlertBG li li {
  background-color:#F0F0F0;
} 
.LiveRCAlertBG fieldset {
  background-color: #F9F9F9;
}
.LiveRC_MenuAnchorBG {
  background-color:DarkGray !important;
}
.liveTchatBG {
  background-color: LightGrey;
}
.ParamMenuLiBG {
  background-color:#E8E8FF;
}
.livePreviewBG {
  background-color:white !important;
}
#OtherContainer {
   background-color:#FFFFFF !important;
}
.FixedLiveRCContainer {
   background-color:#FFFFFF !important;
}
.LiveRCButtonsBG img {
   background-color:IndianRed;
}
.LiveRCButtonsBG .OnButton img {
   background-color:GreenYellow;
}

  /* Borders */

.FixedTitlePanelBD {
  border: 2px solid gray; 
}
.OutFixedBottomPanelBD {
  border: 2px solid gray; 
}
.livePreviewFootBD {
  border-top: 1px solid gray; 
}
.RCFilterCheckListBD {
  border: 2px solid gray; 
}
.liveRC_RCListBD {
  border-top:1px solid gray;
}
.tabRCBD {
  border-bottom:1px solid gray;
} 
.rcLineBD td, .rcLineBD th {
  border-top:1px solid gray;
} 
#tabRC .th1RC, #tabRC .td2RC, #tabRC .td3RC, #tabRC .td4RC  {
  border-right:1px dotted silver;
}
#tabRC .th1RC {
  border-left:1px solid gray;
}
#tabRC .td5RC {
  border-right:1px solid gray;
 
}
#tabRC .MiniDiffPreviewTDBD {
  border:1px solid gray;
  border-top:1px solid silver;
}
#tabRC .MiniDiffClosePreviewTDBD {
  border-bottom:1px solid gray !important;
}
.LiveRCButtonsBD img {
   border:1px solid red;
}
.LiveRCButtonsBD .OnButton img {
   border:1px solid green;
}
.LiveRC_HistoryBD {
   border: 2px solid gray; 
} 
.liveFollowBD {
   border: 2px solid gray; 
} 
.LiveRC_PreviewBD {
   border: 2px solid gray; 
} 
#FixedTopPanel .LiveRC_PreviewBD {
   border:none !important; 
} 
#FixedTopPanel .LiveRC_HistoryBD {
   border:none !important; 
} 
.liveDebugBD {
   border: 2px solid gray; 
} 
.liveDebugContentBD {
    border: 1px dotted silver; 
}
.liveDebugContentBD li {
    border-bottom: 1px dotted silver; 
}
.LiveRCAlertBD li {
  border:1px solid #DDDDDD;
}
.LiveRC_MenuContainer {
    border:none; 
}
.LiveRC_MenuAnchorBD {
    border:1px solid DimGray;
}
.LiveRC_MenuContentBD {
    border:1px solid LightGrey;
}
.liveTchatBD {
   border: 2px solid gray; 
}
.ParamMenuLiBD {
    border:1px solid silver;
}
.livePreviewTitleBD a {
   border:1px solid transparent;
}
#FixedTopPanel {
    border-top:1px solid gray;
}
#LiveRC_FollowButtons {
    border-bottom:1px solid grey;
}
#liveFollow td {
    border-left:1px solid grey;
}

 /*  Arrondis */

.FixedTitlePanelBR {
   border-radius:5px; 
}
.OutFixedBottomPanelBR {
   border-radius:5px; 
}
.LiveRCButtonsBR img {
   border-radius:3px; 
}
.LiveRC_HistoryBR {
   border-radius:5px; 
} 
.liveFollowBR {
   border-radius:5px; 
} 
.LiveRC_PreviewBR {
   border-radius:5px; 
} 
#FixedTopPanel .LiveRC_PreviewBR {
   border-radius:0 !important; 
}
#FixedTopPanel .LiveRC_HistoryBR {
   border-radius:0 !important; 
}
.liveDebugBR {
   border-radius:5px; 
}
.LiveRC_MenuAnchorBR {
   border-radius:5px; 
}
.liveTchatBR {
   border-radius:5px; 
}
.liveTchatResizeAnchorBR {
   border-radius:5px; 
}
.livePreviewTitleBR a {
   border-radius:3px; 
}