MediaWiki:Common.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
Ligne 3 : | Ligne 3 : | ||
@font-face { | @font-face { | ||
font-family: 'BDRENAIS'; | font-family: 'BDRENAIS'; | ||
− | src: url(' | + | src: url('/www/wikijdr/fonts/BDRENAIS.ttf') format('truetype') |
) format('svg'); | ) format('svg'); | ||
font-weight: normal; | font-weight: normal; |
Version du 1 octobre 2018 à 13:54
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* @font-face */
@font-face {
font-family: 'BDRENAIS';
src: url('/www/wikijdr/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', Georgia, 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;
}