MediaWiki:Common.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
+ | /* @font-face */ | ||
+ | @font-face { | ||
+ | font-family: 'BDRENAIS'; | ||
+ | src: url('../fonts/BDRENAIS.ttf') format('truetype') | ||
+ | ) format('svg'); | ||
+ | font-weight: normal; | ||
+ | font-style: normal; | ||
+ | } | ||
+ | |||
+ | |||
.mw-body { | .mw-body { | ||
background: #F3EACC; | background: #F3EACC; | ||
Ligne 7 : | Ligne 17 : | ||
} | } | ||
.firstHeading{ | .firstHeading{ | ||
− | font-family: | + | font-family: BDRENAIS; |
font-size: 25px; | font-size: 25px; | ||
letter-spacing: 2px; | letter-spacing: 2px; |
Version du 1 octobre 2018 à 13:50
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* @font-face */
@font-face {
font-family: 'BDRENAIS';
src: url('../fonts/BDRENAIS.ttf') format('truetype')
) format('svg');
font-weight: normal;
font-style: normal;
}
.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: BDRENAIS;
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;
}