Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Firefox (sur GNU/Linux) / Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
/*<pre>*/
/*==========================================================
Source : [[Utilisateur:Verdy_p/monobook.css]] on French Wikipedia (http://fr.wikipedia.org/)
Preferred DownLoad URL : 
http://fr.wikipedia.org/w/index.php?title=Utilisateur:Verdy_p/monobook.css&action=raw&ctype=text/css&dontcountme=s
==========================================================*/
 
/* supporte le maximum d’écritures */
@import url(http://fr.wikipedia.org/w/index.php?title=Utilisateur:Kendalph/polices.css&action=raw&ctype=text/css);
 
html, body, form, div, p { display: block; }
head, title, meta, link, script { display: none; }
span, a  { display: inline; }
input, textarea, keygen, select, button, isindex, datagrid { display: inline-block; }
table { display: table; }
tr { display: table-row; }
td, th { display: table-cell; }
 
html {
margin: 0;
padding: 0;
}
html[dir=ltr] {
direction: ltr;
unicode-bidi: embed;
}
html[dir=rtl] {
direction: rtl;
unicode-bidi: embed;
}
 
 
/*
annule le changement de taille fait dans le Monobook.css
et utilise une autre méthode pour réduire les barres autour
*/
body.mediawiki
{
background: #F9F9F9 url(http://bits.wikimedia.org/skins-1.5/monobook/headbg.jpg) no-repeat 0px 0px;
color: #000000;
font:
  /* font-style: (normal | italic) */ normal
  /* font-variant: (normal | small-caps) */ normal
  /* font-weight: (normal | bold) */ normal
  /* font-size: (medium | x-small) */ 12pt /
  /* line-height: (normal=1.35) */ 1.35
  /* font-family: (serif | sans-serif) */ sans-serif;
margin: 0;
padding: 0;
}
 
body.mediawiki > div#globalWrapper
{
font-size: 13pt; /* 127% */
margin: 0;
padding: 0;
width: 100%;
}
 
/* taille préférée du texte par défaut pour les pages */
body.mediawiki > div#globalWrapper > div#column-content > div#content
{
line-height:1.35;
}
body.mediawiki > div#globalWrapper > div#column-content > div#content big
{
font-size: 115%;
}
body.mediawiki > div#globalWrapper > div#column-content > div#content small
{
font-size: 87%;
}
 
body.mediawiki > div#column-one
{
font-size: 8.5pt;
}
body.mediawiki > div#footer
{
font-size: 7pt;
}
body.mediawiki > div#bodyContent
{
font-size: 9.5pt;
}
 
 
body.mediawiki form,
body.mediawiki textarea,
body.mediawiki input,
body.mediawiki select,
body.mediawiki option
{
font-size:100%; /* annule la réduction de taille imposée par le Monobook dans les zones de saisie des formulaires. */
line-height:1.2;
}
 
/* override: generated user stylesheet */
body.mediawiki.skin-monobook > div#globalWrapper > div#column-content > div#content a
{
text-decoration: none;
}
body.mediawiki.skin-monobook > div#globalWrapper > div#column-content > div#content a:hover
{
text-decoration: underline;
}
 
/* correction bogue des bandeaux dans MediaWiki:Common.css */
body.mediawiki.skin-monobook > div#globalWrapper > div#column-content > div#content .bandeau,
body.mediawiki.skin-monobook > div#globalWrapper > div#column-content > div#content .messagebox
{
width: auto;
margin-left: 10%;
margin-right: 10%;
}
 
/*</pre>*/