MediaWiki:Common.css : Différence entre versions

De troyesGEII
Aller à : navigation, rechercher
m
 
Ligne 9 : Ligne 9 :
 
/* changes the default font used for MediaWiki headings to Noto Serif */
 
/* changes the default font used for MediaWiki headings to Noto Serif */
  
/* Couleurs des titres */
+
/* Couleurs et taille des titres */
 
div#content h1 {color: #FF0000; font-size: 2.5em}
 
div#content h1 {color: #FF0000; font-size: 2.5em}
 
div#content h2 {color: #1E30FF; font-size: 2.25em}
 
div#content h2 {color: #1E30FF; font-size: 2.25em}
Ligne 15 : Ligne 15 :
 
div#content h4 {color: #ffe458; font-size: 1.8em}
 
div#content h4 {color: #ffe458; font-size: 1.8em}
  
 +
/* Paragraphe en retrait */
 
div#content p {margin: 0.25em 2em}
 
div#content p {margin: 0.25em 2em}
 
div#content pre {margin: 0.25em 2em}
 
div#content pre {margin: 0.25em 2em}

Version actuelle datée du 16 septembre 2018 à 18: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}