MediaWiki:Common.css : Différence entre versions

Sauter à la navigation Sauter à la recherche
Ligne 24 : Ligne 24 :
 
}*/
 
}*/
  
.firstHeading{
+
.mw-body h1{
  
 
font-family: "Comic Sans MS", cursive, sans-serif;
 
font-family: "Comic Sans MS", cursive, sans-serif;

Version 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: "Comic Sans MS", 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;
}