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) ;

Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
/*
=Monobook.css=
{{Navigation Monobook}}
;URL de la page correctement formatée : 
 http://fr.wikipedia.org/w/index.php?title=Utilisateur:STyx/Monobook.css&diff=currentversion#Monobook.css

==impression==
<source lang="css">*/
/* placer toutes les règles d'impression dans un bloc d'impression @media. */
/* économiser du papier en employant de toutes petites polices */
 @media print {
    #footer,
    #content,
    body { font-size: 8pt !important; }
    h1 { font-size: 17pt }
    h2 { font-size: 14pt }
    h3 { font-size: 11pt }
    h4 { font-size: 9pt }
    h5 { font-size: 8pt }
    h6 { 
        font-size: 8pt;
        font-weight: normal;
    }
 }


/*</source>
==Page d'édition==
<source lang="css">*/
/* Dont need this copyright notice on every page (from "Utilisateur:Dake/monobook.css") */
li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }

.portlet li, #BodyContent li {
    /*list-style-image: url("/style/monobook/bullet.gif");*/
    list-style-type: square;
    list-style-image: url("http://en.wikipedia.org/upload/6/69/AAAAAA_Bullet.png");
}

/*</source>
==Infoboxes==
<source lang="css">*/
/* Dotted borders on pre look ugly, replace with a solid one */
#bodyContent pre {
    border: 1px solid #FFa0a0;
}

/* Infobox pour les villes du monde */ 

.infobox.ville {
   text-align: left;
   border-collapse: collapse;
   line-height: 1.2em; 
   font-size: 90%;
}
 
.infobox.ville td,th {
   border-top: solid 1px #aaa;
   background-color:#f3fff3;
   padding: 0.4em 0.6em 0.4em 0.6em;
}
 
.infobox.ville .separateur td,th {
   background-color:#ddffdd;
   font-size: 115%;
   padding: 0.1em 0.1em 0.1em 0.1em;
}
 
.infobox.ville .toprow td,th {
   text-align: left;
   border: 0;
   padding: 0.4em 0.6em 0.2em 0.6em;
}
 
.infobox.ville .mergedrow td,th {
   text-align: left;
   vertical-align:top;
   border: 0;
   padding: 0.2em 0.6em 0.2em 0.6em;
}
 
.infobox.ville .maptable td,th {
   border: 0;
   padding: 0;
   text-align: center;
   background-color:#ffffff;
}
/*</source>*/