Différences entre les versions de « MediaWiki:Common.css »

De GCE Electronics
Aller à la navigation Aller à la recherche
Ligne 71 : Ligne 71 :
   font-size: 80%;
   font-size: 80%;
   font-weight: normal;
   font-weight: normal;
  font-style: normal;
}
}
h3 .editsection {
h3 .editsection {
   font-size: 80%;
   font-size: 80%;
   font-weight: normal;
   font-weight: normal;
  font-style: normal;
}
}
h4 .editsection {
h4 .editsection {
   font-size: 80%;
   font-size: 80%;
   font-weight: normal;
   font-weight: normal;
  font-style: normal;
}
}
h5 .editsection {
h5 .editsection {
   font-size: 80%;
   font-size: 80%;
   font-weight: normal;
   font-weight: normal;
  font-style: normal;
}
}
h6 .editsection {
h6 .editsection {
   font-size: 80%;
   font-size: 80%;
   font-weight: normal;
   font-weight: normal;
  font-style: normal;
}
}

Version du 31 août 2016 à 11:52

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