« Foreground.css » : différence entre les versions
sur le Dico des Ados : ton dictionnaire collaboratif, libre et gratuit !
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 25 : | Ligne 25 : | ||
background: #000; | background: #000; | ||
color: #0099cc; | color: #0099cc; | ||
font-weight: bold; | |||
} | } | ||
.top-bar-section .has-dropdown > a:hover:after { | .top-bar-section .has-dropdown > a:hover:after { |
Version du 11 juin 2017 à 21:59
nav.top-bar,
.top-bar.expanded .title-area {
background: #333333;
}
#navwrapper {
background: #333333;
}
ul#top-bar-left li,
ul#top-bar-left li a
{
background: #333333;
}
ul#top-bar-right li,
ul#top-bar-right li a {
background: #333333;
}
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: #000;
color: #0099cc;
font-weight: 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;
}