Aller au contenu

Utilisateur:J. N. Squire/common.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) ;

Firefox (sur GNU/Linux) / Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
body {
background-color: #4E4E4E;
background-image: none;
}

#bodyContent {
font-size: 1.1rem;
text-align: justify;
}

.history-user-normal { 
  background-color: #dbdbff; 
}
 
.history-user-sysop { 
  background-color: #ff9; 
}
 
.history-user-bot { 
  background-color: #c6ffb3; 
}
 
.history-user-ip { 
  background-color: #fcc; 
}
 
/* Si toutes les catégories d'un article sont cachées, les afficher quand même (comme ça le script peut afficher le "+") */
.catlinks-allhidden { display: block; }

/*gadget des ancre titre*/
.noprint.ancretitres a {
background-color: white;
background-image: -webkit-linear-gradient(bottom,rgba(0, 0, 0, .05),transparent 20px);
background-image: -moz-linear-gradient(bottom,rgba(0, 0, 0, .05),transparent 20px);
background-image: -ms-linear-gradient(bottom,rgba(0, 0, 0, .05),transparent 20px);
background-image: -o-linear-gradient(bottom,rgba(0, 0, 0, .05),transparent 20px);
background-image: linear-gradient(bottom,rgba(0, 0, 0, .05),transparent 20px);
-webkit-transition: border .218s;
-moz-transition: border .218s;
-ms-transition: border .218s;
-o-transition: border .218s;
transition: border .218s;
border: 1px solid #DDD;
margin: auto;
padding : 4px;
height: 14px;
color: black;
font-weight:bold;
font-size: x-small;
text-transform:capitalize;
}

.noprint.ancretitres a:hover {
border: 1px solid #BBB!important;
}

.noprint.ancretitres a:active {
border: 1px solid #4D90F0!important;
}

/*CSS pour un Javascript sur common.js*/

.SpecialSections h2, .SpecialSections h3, .SpecialSections h4, .SpecialSections h5, .SpecialSections h6 {

/* ici les styles voulus */

   background-color:yellow;
   border:2px dotted red;
   
}