MediaWiki:Common.css
Révision datée du 1 octobre 2018 à 15:38 par Olivier (discussion | contributions)
Note : aprÚs avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.
- Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ou Ctrl-R (â-R sur un Mac)
- Google Chrome : appuyez sur Ctrl-Maj-R (â-Shift-R sur un Mac)
- Internet Explorer : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5
- Opera : allez dans Menu â Settings (Opera â PrĂ©fĂ©rences sur un Mac) et ensuite Ă ConfidentialitĂ© & sĂ©curitĂ© â Effacer les donnĂ©es dâexploration â Images et fichiers en cache.
/* 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%);
}*/
.firstHeading{
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;
}