MediaWiki:Common.css : Différence entre versions
m |
m |
||
Ligne 19 : | Ligne 19 : | ||
div#content table {margin: 0.25em 2em} | div#content table {margin: 0.25em 2em} | ||
div#content #toc {margin: 0.25em 2em} | div#content #toc {margin: 0.25em 2em} | ||
− | div#content ul {margin: 0.25em | + | div#content ul {margin: 0.25em 4em} |
div#content .mw-highlight {margin: 0em 2em} | div#content .mw-highlight {margin: 0em 2em} | ||
div#content .mw-highlight {background: #ffffff} | div#content .mw-highlight {background: #ffffff} |
Version du 16 septembre 2018 à 14:09
/* 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; 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}
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 4em}
div#content .mw-highlight {margin: 0em 2em}
div#content .mw-highlight {background: #ffffff}