Aller au contenu

Utilisateur:Bernie2006/monobook.js

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

Firefox (sur GNU/Linux) / Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
#mw-watchlist-resetbutton {
    display: none
}
strong.mw-watched {
    font-weight: normal
}
td.diff-marker {
    font-weight: normal !important;
    font-size: medium !important;
}
td.diff-addedline,td.diff-deletedline,td.diff-context{
    font-size: smaller !important;
}
td.diff-addedline,td.diff-deletedline {
    border-style: none !important;
    border-width: 0 0 0 0 !important;
    border-radius: 0 !important
}
td.diff-context {
    border-style: none !important;
    border-width: 0 0 0 0 !important;
    border-radius: 0 !important
}
td.diff-addedline .diffchange,td.diff-deletedline .diffchange{
    border-radius: 0 !important;
    padding: 0 0 !important
}
table.diff td {
    padding: 0 0 !important
}
 
 
/* perso. */
table.diff {
 padding:.5em;
}
table.diff td { 
 vertical-align:top;
}
td.diff-addedline { 
 background:#D8E4F6; 
}
td.diff-addedline .diffchange {
 background:#B0C0F0;
 color:#001040;
 font-weight:bold;
}
td.diff-deletedline {
 background:#E4F6D8;
}
td.diff-deletedline .diffchange {
 background:#B0E897;
 color:#104000;
 font-weight:bold;
}
td.diff-context {
 background:#FEFEFE;
}
 
table.diff, td.diff-otitle, td.diff-ntitle, td.diff-context {
    background-color: transparent;