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

De DMS
Provencher (discussion | contributions)
Aucun résumé des modifications
Provencher (discussion | contributions)
Aucun résumé des modifications
Ligne 10 : Ligne 10 :
#mw-panel.collapsible-nav .portal h3 {
#mw-panel.collapsible-nav .portal h3 {
         background-image: none !important;
         background-image: none !important;
        color: #4D4D4D !important;
/*        color: #4D4D4D !important;*/
        color: black;
         pointer-events: none !important;
         pointer-events: none !important;
         cursor: default !important;
         cursor: default !important;
}
}

Version du 29 août 2014 à 13:25

/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */

.collapsible-nav .portal .body {
        display: block !important;
/*        text-indent: 10px;*/
}

/*That will stop the collapsing.*/

#mw-panel.collapsible-nav .portal h3 {
        background-image: none !important;
/*        color: #4D4D4D !important;*/
        color: black;
        pointer-events: none !important;
        cursor: default !important;
}