Aller au contenu

« MediaWiki:Common.css » : différence entre les versions

De Vents & Jardins: Sommaire
Page créée avec « Le CSS placé ici sera appliqué à tous les habillages. : .mw-page-title-main { font-size: 1.5em; } .mw-body .mw-heading1 h1 { font-size: 1.4em; } .mw-body .mw-heading2 h2 { font-size: 1.2em } .mw-body .mw-heading3 h3 { font-size: 1em ; font-weight: normal } .mw-body blockquote { font-style: italic; } .mw-body blockquote { font-style: italic; } .mw-body cite { font-style: normal; font-weight: bold; } »
 
Aucun résumé des modifications
 
Ligne 2 : Ligne 2 :


.mw-page-title-main {
.mw-page-title-main {
    font-size: 1.5em;
  font-size: 1.5em;
}
  }


.mw-body .mw-heading1 h1 {
.mw-body .mw-heading1 h1 {
    font-size: 1.4em;
  font-size: 1.4em;
}
  }


.mw-body .mw-heading2 h2 {
.mw-body .mw-heading2 h2 {
Ligne 19 : Ligne 19 :


.mw-body blockquote {
.mw-body blockquote {
    font-style: italic;
  font-style: italic;
  }
  }


.mw-body blockquote {
.mw-body blockquote {
    font-style: italic;
  font-style: italic;
  }
  }


.mw-body cite {
.mw-body cite {
    font-style: normal;
  font-style: normal;
    font-weight: bold;
  font-weight: bold;
  }
  }

Dernière version du 12 février 2026 à 19:55

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

.mw-page-title-main {
   font-size: 1.5em;
   }

.mw-body .mw-heading1 h1 {
   font-size: 1.4em;
   }

.mw-body .mw-heading2 h2 {
   font-size: 1.2em
   }

.mw-body .mw-heading3 h3 {
   font-size: 1em ;
   font-weight: normal
   }

.mw-body blockquote {
   font-style: italic;
   }

.mw-body blockquote {
   font-style: italic;
   }

.mw-body cite {
   font-style: normal;
   font-weight: bold;
   }