MediaWiki:Common.css : Différence entre versions

Sauter à la navigation Sauter à la recherche
 
(16 révisions intermédiaires par le même utilisateur non affichées)
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-family: 'BDRENAIS'; src: url('../fonts/BDRENAIS.ttf');}
+
@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 {
 
body {
Ligne 17 : Ligne 24 :
 
}*/
 
}*/
  
.firstHeading{
+
.mw-body h1{
font-family: "BDRENAIS";
+
 
 +
font-family: 'BD Renaissance Regular', cursive, sans-serif;
 +
font-size: 25px;
 +
letter-spacing: 2px;
 +
word-spacing: 2px;
 +
color: #000000;
 +
font-weight: 700;
 +
text-decoration: none;
 +
font-style: normal;
 +
font-variant: normal;
 +
text-transform: capitalize;
 
}
 
}

Version actuelle datée du 1 octobre 2018 à 16:39

/* 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', cursive, sans-serif;
font-size: 25px;
letter-spacing: 2px;
word-spacing: 2px;
color: #000000;
font-weight: 700;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: capitalize;
}