MediaWiki:Common.css : Différence entre versions

Sauter à la navigation Sauter à la recherche
Ligne 3 : Ligne 3 :
 
@font-face{  
 
@font-face{  
 
font-family: 'BD Renaissance Regular';
 
font-family: 'BD Renaissance Regular';
src: url('../fonts/bdrenais-webfont.eot');
+
src: url('http://associeselr.com/wikijdr/fonts/bdrenais-webfont.eot');
 
src: url('../fonts/bdrenais-webfont.eot?#iefix') format('embedded-opentype'),
 
src: url('../fonts/bdrenais-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bdrenais-webfont.woff') format('woff'),
+
    url('http://associeselr.com/wikijdr/fonts/bdrenais-webfont.woff') format('woff'),
    url('../fonts/bdrenais-webfont.ttf') format('truetype'),
+
    url('http://associeselr.com/wikijdr/fonts/bdrenais-webfont.ttf') format('truetype'),
    url('../fonts/bdrenais-webfont.svg#webfont') format('svg');
+
    url('http://associeselr.com/wikijdr/fonts/bdrenais-webfont.svg#webfont') format('svg');
 
}
 
}
  

Version du 1 octobre 2018 à 16:35

/* Le CSS placé ici sera appliqué à tous les habillages. */
/* @font-face */
@font-face{ 
	font-family: 'BD Renaissance Regular';
	src: url('http://associeselr.com/wikijdr/fonts/bdrenais-webfont.eot');
	src: url('../fonts/bdrenais-webfont.eot?#iefix') format('embedded-opentype'),
	     url('http://associeselr.com/wikijdr/fonts/bdrenais-webfont.woff') format('woff'),
	     url('http://associeselr.com/wikijdr/fonts/bdrenais-webfont.ttf') format('truetype'),
	     url('http://associeselr.com/wikijdr/fonts/bdrenais-webfont.svg#webfont') format('svg');
}

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%);
}
/*
.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%);
}*/

.mw-body h1{
font-family: "BD Renaissance Regular", Arial, sans-serif;
}