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

De GCE Electronics
Aller à la navigation Aller à la recherche
Ligne 1 : Ligne 1 :
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* Le CSS placé ici sera appliqué à tous les habillages. */


@import url( 'https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
/* Classes pour modèles de sommaires allégés */
/* Classes pour modèles de sommaires allégés */
.toc_niveau_1 ul ul,
.toc_niveau_1 ul ul,
Ligne 8 : Ligne 9 :
.toc_niveau_5 ul ul ul ul ul ul {
.toc_niveau_5 ul ul ul ul ul ul {
display: none;
display: none;
}
* {
font-family: Roboto;
}
}


Ligne 18 : Ligne 23 :
/*Mise en forme du titre de l'infobox*/
/*Mise en forme du titre de l'infobox*/
blockquote {
blockquote {
   font:bold 25px Arial, Helvetica, sans-serif;
   font:bold 25px Roboto, sans-serif;
   color: #FFFFFF;
   color: #FFFFFF;
   background-image: url("Barre_verte.png");
   background-image: url("Barre_verte.png");
Ligne 28 : Ligne 33 :
   font-weight: bold;
   font-weight: bold;
   font-size: 19px;
   font-size: 19px;
   font-family: Arial, Helvetica, sans-serif;
   font-family: Roboto, sans-serif;
   color: #FFFFFF;
   color: #FFFFFF;
   background-image: url("Barre_verte.png");
   background-color: #78c72e;
   padding-left:15px;
   padding-left:15px!important;
}
}
h2 {
h2 {
   font-weight: bold;
   font-weight: bold;
   font-size: 19px;
   font-size: 19px;
   font-family: Arial, Helvetica, sans-serif;
   font-family: Roboto, sans-serif;
   color: green;
   color: green;
}
}
Ligne 42 : Ligne 47 :
   font-weight: bold;
   font-weight: bold;
   font-size: 17px;
   font-size: 17px;
   font-family: Arial, Helvetica, sans-serif;
   font-family: Roboto, sans-serif;
   text-decoration: underline;
   text-decoration: underline;
   color: green;
   color: green;
Ligne 50 : Ligne 55 :
   font-weight: bold;
   font-weight: bold;
   font-size: 17px;
   font-size: 17px;
   font-family: Arial, Helvetica, sans-serif;
   font-family: Roboto, sans-serif;
   color: green;
   color: green;
   padding-left: 6em;
   padding-left: 6em;
Ligne 56 : Ligne 61 :
h5 {
h5 {
   font-size: 17px;
   font-size: 17px;
   font-family: Arial, Helvetica, sans-serif;
   font-family: Roboto, sans-serif;
   font-style: italic;
   font-style: italic;
   color: green;
   color: green;
Ligne 64 : Ligne 69 :
   font-weight: normal;
   font-weight: normal;
   font-size: 17px;
   font-size: 17px;
   font-family: Arial, Helvetica, sans-serif;
   font-family: Roboto, sans-serif;
   color: green;
   color: green;
   padding-left: 12em;
   padding-left: 12em;

Version du 20 octobre 2021 à 15:27

/* Le CSS placé ici sera appliqué à tous les habillages. */

@import url( 'https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
/* 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;
}

* {
font-family: Roboto;
}

/* 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 Roboto, 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: Roboto, sans-serif;
   color: #FFFFFF;
   background-color: #78c72e;
   padding-left:15px!important;
}
h2 {
   font-weight: bold;
   font-size: 19px;
   font-family: Roboto, sans-serif;
   color: green;
}
h3 {
   font-weight: bold;
   font-size: 17px;
   font-family: Roboto, sans-serif;
   text-decoration: underline;
   color: green;
   padding-left: 3em;
}
h4 {
   font-weight: bold;
   font-size: 17px;
   font-family: Roboto, sans-serif;
   color: green;
   padding-left: 6em;
}
h5 {
   font-size: 17px;
   font-family: Roboto, sans-serif;
   font-style: italic;
   color: green;
   padding-left: 9em;
}
h6 {
   font-weight: normal;
   font-size: 17px;
   font-family: Roboto, 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;
}