Les mots en bleu sont déjà définis. Clique sur ceux en orange pour les ajouter au Dico.

MediaWiki

« Foreground.css » : différence entre les versions

sur le Dico des Ados : ton dictionnaire collaboratif, libre et gratuit !

Vivian (discussion | contributions)
Aucun résumé des modifications
Vivian (discussion | contributions)
Aucun résumé des modifications
Ligne 34 : Ligne 34 :
}
}


#pt-notifications-notice .mw-echo-notifications-badge, #pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-message .mw-echo-notifications-badge {color:3498db;}
#pt-notifications-notice .mw-echo-notifications-badge, #pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-message .mw-echo-notifications-badge {color:#3498db;}
div#echo-notifications {color:3498db;}
div#echo-notifications {color:#3498db;}

Version du 13 juin 2017 à 21:51

nav.top-bar,
.top-bar.expanded .title-area {
    background: #34495e;
}

#navwrapper {
    background: #34495e;
}

ul#top-bar-left li,
ul#top-bar-left li a
 {
    background: #34495e;
}

ul#top-bar-right li,
ul#top-bar-right li a {
    background: #34495e;
}

ul#top-bar-left li:hover,
ul#top-bar-left li a:hover,
ul#top-bar-right li:hover:not(.has-form),
ul#top-bar-right li a:hover {
    background: #3498db;
    color: #fff;
    font: bold;
}
.top-bar-section .has-dropdown > a:hover:after {
    border-color: #fff transparent transparent transparent;
}
.top-bar-section .has-dropdown > a:hover:after {
    border-color: #333 transparent transparent transparent;
}

#pt-notifications-notice .mw-echo-notifications-badge, #pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-message .mw-echo-notifications-badge {color:#3498db;}
div#echo-notifications {color:#3498db;}