|   |   | 
| (11 versions intermédiaires par le même utilisateur non affichées) | 
| Ligne 1 : | Ligne 1 : | 
| − | /* '''Afficher les liens déjà visités en une autre couleur''' */
 |  | 
| − | a:visited {
 |  | 
| − |    color:Darkgreen;
 |  | 
| − | }
 |  | 
|  |  |  |  | 
| − | /************   Modifications récentes  ************/
 |  | 
| − | /* Colorier le nombre de caractères modifiés dans les modifications récentes et la liste de suivi. */
 |  | 
| − | .mw-plusminus-pos { color: #00B000; }  /* vert */
 |  | 
| − | .mw-plusminus-neg { color: #FF2050; }  /* rouge */
 |  | 
| − | .mw-plusminus-null { color: #999999; } /* gris */
 |  | 
| − | 
 |  | 
| − | /* couleur plus discrète pour le symbole de modification non vérifiée, dans les modifications récentes ou la liste de suivi, au lieu du rouge agressif */
 |  | 
| − | span.unpatrolled { color: #999; }
 |  | 
| − | 
 |  | 
| − | 
 |  | 
| − | /* Décalage pour distinguer les groupes d'onglets */
 |  | 
| − | li#mytabs-ca-talk { margin-right: 1.9em; }
 |  | 
| − | li#mytabs-ca-watch { margin-left: 1.9em; }
 |  | 
| − | 
 |  | 
| − | /* Onglets du haut */
 |  | 
| − | #p-cactions ul li   {-moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em}
 |  | 
| − | #p-cactions ul li a {-moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em}
 |  | 
| − | 
 |  | 
| − | /* Onglets du bas (si activés) */
 |  | 
| − | #mytabs ul li       {-moz-border-radius-bottomleft: 0.4em; -moz-border-radius-bottomright: 0.4em}
 |  | 
| − | #mytabs ul li a     {-moz-border-radius-bottomleft: 0.4em; -moz-border-radius-bottomright: 0.4em}
 |  | 
| − | 
 |  | 
| − | /* Page principale */
 |  | 
| − | #content            {-moz-border-radius-topleft: 0.4em; -moz-border-radius-bottomleft: 0.4em}
 |  | 
| − | #content            {-moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em}
 |  | 
| − | div.pBody           {-moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em}
 |  | 
| − | 
 |  | 
| − | /* Boîte de catégorie */
 |  | 
| − | #catlinks {-moz-border-radius: 0.6em}  
 |  | 
| − | 
 |  | 
| − | /* Boîtes de raccourci */
 |  | 
| − | #raccourci {-moz-border-radius: 0.6em} 
 |  | 
| − | 
 |  | 
| − | /* Zones de texte préformaté */
 |  | 
| − | pre {-moz-border-radius: 0.7em}       
 |  | 
| − | 
 |  | 
| − | /* Tableaux */
 |  | 
| − | table {-moz-border-radius: 0.4em}      
 |  | 
| − | 
 |  | 
| − | /* Vignettes */
 |  | 
| − | div.thumb div {-moz-border-radius: 0.6em}
 |  | 
| − | 
 |  | 
| − | 
 |  | 
| − | 
 |  | 
| − | /* supprimer l'affichage du symbole graphique de lien externe */
 |  | 
| − | #bodyContent a[href ^="http://"] {background: url(); padding-right: 0}
 |  | 
| − | #bodyContent a[href ^="gopher://"] {background: url(); padding-right: 0}
 |  | 
| − | #bodyContent a[href ^="https://"], .link-https {background: url(); padding-right: 0}
 |  | 
| − | #bodyContent a[href ^="mailto:"], .link-mailto {background: url(); padding-right: 0}
 |  | 
| − | #bodyContent a[href ^="news://"] {background: url(); padding-right: 0}
 |  | 
| − | #bodyContent a[href ^="ftp://"], .link-ftp {background: url(); padding-right: 0}
 |  | 
| − | #bodyContent a[href ^="irc://"], .link-irc {background: url(); padding-right: 0}
 |  | 
| − | 
 |  | 
| − | 
 |  | 
| − | .history-user-normal { background-color: #DBDBFF;}
 |  | 
| − | .history-user-sysop { background-color: #FFFF99;}
 |  | 
| − | .history-user-bot { background-color: #C6FFB3;}
 |  | 
| − | .history-user-ip { background-color: #FFCCCC;}
 |  |