MediaWiki:Common.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
Ligne 17 : | Ligne 17 : | ||
} | } | ||
.firstHeading{ | .firstHeading{ | ||
− | font-family: " | + | font-family: "Times New Roman", Times, serif; |
font-size: 25px; | font-size: 25px; | ||
letter-spacing: 2px; | letter-spacing: 2px; | ||
Ligne 25 : | Ligne 25 : | ||
text-decoration: none; | text-decoration: none; | ||
font-style: normal; | font-style: normal; | ||
− | font-variant: | + | font-variant: normal; |
− | text-transform: | + | text-transform: none; |
} | } |
Version du 1 octobre 2018 à 14:00
/* 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: "Times New Roman", Times, serif;
font-size: 25px;
letter-spacing: 2px;
word-spacing: 2px;
color: #000000;
font-weight: 400;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}