MediaWiki:Common.css : Différence entre versions

De troyesGEII
Aller à : navigation, rechercher
(Page créée avec « 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",... »)
 
 
(29 révisions intermédiaires par le même utilisateur non affichées)
Ligne 8 : Ligne 8 :
 
div#content h1, div#content h2 {font-family: "Noto Serif", serif}
 
div#content h1, div#content h2 {font-family: "Noto Serif", serif}
 
/* changes the default font used for MediaWiki headings to Noto Serif */
 
/* changes the default font used for MediaWiki headings to Noto Serif */
 +
 +
/* Couleurs et taille des titres */
 +
div#content h1 {color: #FF0000; font-size: 2.5em}
 +
div#content h2 {color: #1E30FF; font-size: 2.25em}
 +
div#content h3 {color: #048F00; font-size: 2em}
 +
div#content h4 {color: #ffe458; font-size: 1.8em}
 +
 +
/* Paragraphe en retrait */
 +
div#content p {margin: 0.25em 2em}
 +
div#content pre {margin: 0.25em 2em}
 +
div#content table {margin: 0.25em 2em}
 +
div#content #toc {margin: 0.25em 2em}
 +
div#content ul {margin: 0.25em 3em}
 +
div#content .mw-highlight {margin: 0em 2em}
 +
div#content .mw-highlight {background: #ffffff}

Version actuelle datée du 16 septembre 2018 à 17:36

/* 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 et taille des titres */
div#content h1 {color: #FF0000; font-size: 2.5em}
div#content h2 {color: #1E30FF; font-size: 2.25em}
div#content h3 {color: #048F00; font-size: 2em}
div#content h4 {color: #ffe458; font-size: 1.8em}

/* Paragraphe en retrait */
div#content p {margin: 0.25em 2em}
div#content pre {margin: 0.25em 2em}
div#content table {margin: 0.25em 2em}
div#content #toc {margin: 0.25em 2em}
div#content ul {margin: 0.25em 3em}
div#content .mw-highlight {margin: 0em 2em}
div#content .mw-highlight {background: #ffffff}