Garçon devant un ordinateur.jpg
Hollie Little Pink Laptop.jpg
À propos • Aide • Le Livre d'or
Les lecteurs de Vikidia demandent des articles en plus. Voyez la liste d'articles à créer, et venez nous aider à les rédiger !

Utilisateur:NONO/monobook.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.

/* Couleur de fond du corps : orange */
body {
    background: #ff8800 ;
}

/* Logo */
#p-logo a {
    background: url(http://download.vikidia.org/vikidia/fr/images/7/71/VikidiaLogoAtome.png) 35% 50% no-repeat !important;
}

/*
    COULEUR DE FOND PAR ESPACE DE NOMS
*/
 
/* Par défaut (discussions) : vert */
.mediawiki #content, .mediawiki #p-cactions li, .mediawiki #p-cactions li a {
    background-color: #99ff00;
}
 
/* Principal, Image, Catégorie, Portail : blanc */
.ns-0 * #content, .ns-0 * #p-cactions li, .ns-0 * #p-cactions li a,
.ns-6 * #content, .ns-6 * #p-cactions li, .ns-6 * #p-cactions li a,
.ns-14 * #content, .ns-14 * #p-cactions li, .ns-14 * #p-cactions li a,
.ns-102 * #content, .ns-102 * #p-cactions li, .ns-102 * #p-cactions li a {
    background-color: white;
}
 
/* Spécial, Utilisateur, Vikidia, MediaWiki, Modèle, Aide, Projet, Quiz : bleu */
.ns--1 #content, .ns--1 #p-cactions li, .ns--1 #p-cactions li a,
.ns-2 #content, .ns-2 #p-cactions li, .ns-2 #p-cactions li a,
.ns-4 #content, .ns-4 #p-cactions li, .ns-4 #p-cactions li a,
.ns-8 #content, .ns-8 #p-cactions li, .ns-8 #p-cactions li a,
.ns-10 #content, .ns-10 #p-cactions li, .ns-10 #p-cactions li a,
.ns-12 #content, .ns-12 #p-cactions li, .ns-12 #p-cactions li a,
.ns-100 #content, .ns-100 #p-cactions li, .ns-100 #p-cactions li a,
.ns-104 #content, .ns-104 #p-cactions li, .ns-104 #p-cactions li a {
    background-color: #DDDDFF;
}

/* Mise en avant du bouton de la page */
#ca-nstab-main a {
    background-color: aqua !important;
    color: white !important;
    font-weight: bold !important;
}
#ca-nstab-main a:hover, #ca-edit.selected a {
    background-color: inherit !important;
    color: inherit !important;
}

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

/* Mise en avant du bouton de discussion */
#ca-talk a {
    background-color: yellow !important;
    color:  !important;
    font-weight: bold !important;
}
#ca-talk a:hover, #ca-edit.selected a {
    background-color: inherit !important;
    color: inherit !important;
}

/* Mise en avant du bouton de texte source */
#ca-viewsource a {
    background-color: orange !important;
    color:  !important;
    font-weight: bold !important;
}
#ca-viewsource a:hover, #ca-edit.selected a {
    background-color: inherit !important;
    color: inherit !important;
}


s