MediaWiki:Common.css

De GCE Electronics
Aller à la navigation Aller à la recherche

Note : après avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/* Le CSS placé ici sera appliqué à tous les habillages. */

/* Classes pour modèles de sommaires allégés */
.toc_niveau_1 ul ul,
.toc_niveau_2 ul ul ul,
.toc_niveau_3 ul ul ul ul,
.toc_niveau_4 ul ul ul ul ul,
.toc_niveau_5 ul ul ul ul ul ul {
	display: none;
}

/* Change la couleur des liens */
a:link {color: #006600;}
a:visited {color: #006600;}
a:hover {color: red;}
a:active {color: orange;}

/*Mise en forme du titre de l'infobox*/
blockquote {
   font:bold 25px Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   background-image: url("Barre_verte.png");
   margin:0;
}

/*Modification des styles d'écritures*/
h1 {
   font-weight: bold;
   font-size: 19px;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   background-image: url("Barre_verte.png");
   padding-left:15px;
}
h2 {
   font-weight: bold;
   font-size: 19px;
   font-family: Arial, Helvetica, sans-serif;
   color: green;
}
h3 {
   font-weight: bold;
   font-size: 17px;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: underline;
   color: green;
   padding-left: 3em;
}
h4 {
   font-weight: bold;
   font-size: 17px;
   font-family: Arial, Helvetica, sans-serif;
   color: green;
   padding-left: 6em;
}
h5 {
   font-size: 17px;
   font-family: Arial, Helvetica, sans-serif;
   font-style: italic;
   color: green;
   padding-left: 9em;
}
h6 {
   font-weight: normal;
   font-size: 17px;
   font-family: Arial, Helvetica, sans-serif;
   color: green;
   padding-left: 12em;
}
h2 .editsection {
   font-size: 80%;
   font-weight: normal;
   font-style: normal;
}
h3 .editsection {
   font-size: 80%;
   font-weight: normal;
   font-style: normal;
}
h4 .editsection {
   font-size: 80%;
   font-weight: normal;
   font-style: normal;
}
h5 .editsection {
   font-size: 80%;
   font-weight: normal;
   font-style: normal;
}
h6 .editsection {
   font-size: 80%;
   font-weight: normal;
   font-style: normal;
}