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-face {
+
@font-face{font-family: 'BDRENAIS'; src: url('../fonts/BDRENAIS.ttf');}
    font-family: "BDRENAIS";
 
    src: url('/www/wikijdr/fonts/BDRENAIS.ttf') format('truetype')
 
    ) format('svg');
 
    font-weight: normal;
 
    font-style: normal;
 
}
 
  
  
Ligne 17 : Ligne 11 :
 
}
 
}
 
.firstHeading{
 
.firstHeading{
font-family: "Times New Roman", Times, serif;
+
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: normal;
 
text-transform: none;
 
 
}
 
}

Version du 1 octobre 2018 à 15:06

/* Le CSS placé ici sera appliqué à tous les habillages. */
/* @font-face */
@font-face{font-family: 'BDRENAIS'; src: url('../fonts/BDRENAIS.ttf');}


.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";
}