Aller au contenu

Utilisateur:HaguardDuNord/monobook.css

Une page de Wikipédia, l'encyclopédie libre.
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.
/* Fenêtres arrondies (pour les navigateurs moz/firefox/gecko) */
 
.pBody {
   padding: 0.3em 0.3em;
   -moz-border-radius-topright: 0.5em;
}
 
.portlet h5 {
   text-transform:none;
   font-variant:normal;
   background-color: #e0e3e6;
   border: thin solid silver;
   -moz-border-radius-topright: 0.5em;
}
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
}
 
/* Style sur la page d'accueil */
.boite-accueil-haut {
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
}
 
/*Style pour les images en "thumb" */
div.thumb {
    -moz-border-bottom-colors: transparent;
    -moz-border-left-colors: transparent;
    -moz-border-right-colors: transparent;
    -moz-border-top-colors: transparent;
}

#t-upload2{
 display:none;
}

#siteNotice {
    display: none;
}


#sitenotice-fundraiser {
    display: none;
}

/* Thème MH */
@import "/w/index.php?title=User:Coyau/sommaire.css&action=raw&ctype=text/css";

/* virer avertissements un peu partout, etc.*/
#editpage-copywarn, #previewnote-fr, .mw-tos-summary, #footer {display:none;}