Utilisateur:Geoff777/vector.css

Aller à la navigation Aller à la recherche

Note : après avoir enregistré tes préférences, tu devras forcer le rechargement complet du cache de ton navigateur pour voir les changements. Mozilla Firefox / Safari : maintiens la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou presse Maj-Ctrl-R (Maj-Cmd-R sur Apple Mac) ; Internet Explorer / Opera : maintiens la touche Ctrl en cliquant sur le bouton Actualiser ou presse Ctrl-F5.

/* Principal : blanc */
.ns-0 * #content, .ns-0 * #p-cactions li, .ns-0 * #p-cactions li a {
    background-color: white;
}

/* Annuler la mise en avant du bouton de modification */
#ca-edit a {
    background-color: white !important;
    color: white !important;
    font-weight: bold !important;
}
#ca-edit a:hover, #ca-edit.selected a {
    background-color: inherit !important;
    color: inherit !important;
}

/* Couleur de fond du corps : blanc */
body {
    background: white ;
}