Utilisateur:Arpane/monobook.css

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>
/* désactiver l'affichage du message d'information du site */
// #siteNotice {display: none}

/* désactiver le message "nouvel article" en mode Édition */
#nouvel_article {display: none}

/* désactivation de l'appel de fonds */
#fundraising {display: none}

/* Pas d'affichage du sommaire */
#toc {display:none}

/* Affichage plus discret de la notification de nouveau message */
.usermessage {background-color: transparent; border: 0; font-weight: normal;
margin: 0 0 1em 0; padding: 0 0 0.5em 0; border-bottom: 1px solid #999}

/* non-affichage de la phrase « Un article de [nom du site] » */
#siteSub {display: none}

/* supprimer l'affichage du symbole graphique de lien externe */
#bodyContent a[href ^="http://"] {background: url(); padding-right: 0}
#bodyContent a[href ^="gopher://"] {background: url(); padding-right: 0}
#bodyContent a[href ^="https://"], .link-https {background: url(); padding-right: 0}
#bodyContent a[href ^="mailto:"], .link-mailto {background: url(); padding-right: 0}
#bodyContent a[href ^="news://"] {background: url(); padding-right: 0}
#bodyContent a[href ^="ftp://"], .link-ftp {background: url(); padding-right: 0}
#bodyContent a[href ^="irc://"], .link-irc {background: url(); padding-right: 0}

/* Écrémage du pied de page */
/* Il ne reste plus que la date de dernière modification */
#footer {background-color: transparent; border: 0}
#f-poweredbyico {display: none} // "Powered by MediaWiki"
#f-copyrightico {display: none} 
li#f-copyright {display: none} 
li#f-about {display: none}
li#f-disclaimer {display: none}
</pre>