Tu peux te balader au hasard ou découvrir quelques mots emblématiques.

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 1 : Ligne 1 :
nav.top-bar,
nav.top-bar,
.top-bar.expanded .title-area {
.top-bar.expanded .title-area {
     background: #333333;
     background: #34495e;
}
}


#navwrapper {
#navwrapper {
     background: #333333;
     background: #34495e;
}
}


Ligne 11 : Ligne 11 :
ul#top-bar-left li a
ul#top-bar-left li a
  {
  {
     background: #333333;
     background: #34495e;
}
}


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


Ligne 23 : Ligne 23 :
ul#top-bar-right li:hover:not(.has-form),
ul#top-bar-right li:hover:not(.has-form),
ul#top-bar-right li a:hover {
ul#top-bar-right li a:hover {
     background: #000;
     background: #2c3e50;
     color: #0099cc;
     color: #3498db;
     font-weight: bold;
     font: bold;
}
}
.top-bar-section .has-dropdown > a:hover:after {
.top-bar-section .has-dropdown > a:hover:after {

Version du 12 juin 2017 à 09:16

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: #2c3e50;
    color: #3498db;
    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;
}