MediaWiki:Common.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
Ligne 5 : | Ligne 5 : | ||
background: -webkit-radial-gradient(center, #F3EACC 0%, #F3EACC 50%, #f7d877 100%); | background: -webkit-radial-gradient(center, #F3EACC 0%, #F3EACC 50%, #f7d877 100%); | ||
background: radial-gradient(ellipse at center, #F3EACC 0%, #F3EACC 50%, #f7d877 100%); | background: radial-gradient(ellipse at center, #F3EACC 0%, #F3EACC 50%, #f7d877 100%); | ||
+ | } | ||
+ | .firstHeading{ | ||
+ | font-family: Impact, Charcoal, sans-serif; | ||
+ | font-size: 25px; | ||
+ | letter-spacing: 2px; | ||
+ | word-spacing: 2px; | ||
+ | color: #000000; | ||
+ | font-weight: 400; | ||
+ | text-decoration: none; | ||
+ | font-style: normal; | ||
+ | font-variant: small-caps; | ||
+ | text-transform: capitalize; | ||
} | } |
Version du 1 octobre 2018 à 12:53
/* Le CSS placé ici sera appliqué à tous les habillages. */
.mw-body {
background: #F3EACC;
background: -moz-radial-gradient(center, #F3EACC 0%, #F3EACC 50%, #f7d877 100%);
background: -webkit-radial-gradient(center, #F3EACC 0%, #F3EACC 50%, #f7d877 100%);
background: radial-gradient(ellipse at center, #F3EACC 0%, #F3EACC 50%, #f7d877 100%);
}
.firstHeading{
font-family: Impact, Charcoal, sans-serif;
font-size: 25px;
letter-spacing: 2px;
word-spacing: 2px;
color: #000000;
font-weight: 400;
text-decoration: none;
font-style: normal;
font-variant: small-caps;
text-transform: capitalize;
}