MediaWiki:Common.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
| Ligne 3 : | Ligne 3 : | ||
@import url(http://fonts.googleapis.com/css?family=PT+Mono); | @import url(http://fonts.googleapis.com/css?family=PT+Mono); | ||
| − | body { | + | body { font-family: 'PT Sans', sans-serif; } |
| − | + | ||
| − | } | + | #toc, .toc { display: block; float: right; margin-left: 20px; padding: 7px; } |
| − | .mw-body h1, .mw-body h2, .mw-body #firstHeading { | + | |
| − | + | .mw-body h1, .mw-body h2, .mw-body #firstHeading { font-family: 'PT Mono', sans-serif; } | |
| − | } | ||
Version du 1 avril 2015 à 13:37
/* Le CSS placé ici sera appliqué à tous les habillages. */
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=PT+Mono);
body { font-family: 'PT Sans', sans-serif; }
#toc, .toc { display: block; float: right; margin-left: 20px; padding: 7px; }
.mw-body h1, .mw-body h2, .mw-body #firstHeading { font-family: 'PT Mono', sans-serif; }