« MediaWiki:Vector.css » : différence entre les versions

1 007 octets ajoutés ,  6 décembre 2019
m
Ajout des classes dropdown en test
Kharmitch (discussion | contributions)
mAucun résumé des modifications
Kharmitch (discussion | contributions)
m Ajout des classes dropdown en test
Ligne 923 : Ligne 923 :
.new-article-game {
.new-article-game {
     color: #51E527;
     color: #51E527;
}
/* ################################################## */
/* ### LISTE DEROULANTE (Modèle:Liste déroulante) ### */
/* ################################################## */
.dropdown {
    padding: 1px 8px;
}
.dropdown > :first-child:after {
    background-image: url("data:image/gif;base64,R0lGODlhAQABAIABAAAAAP///yH5BAEAAAEALAAAAAABAAEAQAICTAEAOw%3D%3D");
    border-color: white transparent transparent;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: inline-block;
    height: 1px;
    margin-left: 4px;
    margin-top: 2px;
    position: relative;
    vertical-align: middle;
    width: 1px;
}
.dropdown:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
    padding-bottom: 2px;
}
.dropdown ul {
    list-style: none outside none;
    min-width: 100%;
    top: 23px;
}
.dropdown:hover ul {
    display: block;
}
.dropdown li a {
    font-size: 12px;
    height: 14px;
    line-height: 14px;
}
}
Bureaucrate, commentadmin, emailconfirmed, Administrateurs d’interface, staff, Administrateur
62 733

modifications