MediaWiki:Common.css : Différence entre versions

De troyesGEII
Aller à : navigation, rechercher
Ligne 14 : Ligne 14 :
 
div#content h3 {color: #048F00}
 
div#content h3 {color: #048F00}
 
div#content h4 {color: #ffe458}
 
div#content h4 {color: #ffe458}
 +
 +
p {margin: 2em 0}

Version du 16 septembre 2018 à 13:48

/* Le CSS placé ici sera appliqué à tous les habillages. */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")

body {font-family: "Noto Sans", sans-serif}
/* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */


div#content h1, div#content h2 {font-family: "Noto Serif", serif}
/* changes the default font used for MediaWiki headings to Noto Serif */

/* Couleurs des titres */
div#content h1 {color: #FF0000}
div#content h2 {color: #1E30FF}
div#content h3 {color: #048F00}
div#content h4 {color: #ffe458}

p {margin: 2em 0}