Différences entre les versions de « MediaWiki:Vector.css »

Ligne 13 : Ligne 13 :
 
}*/
 
}*/
  
.collapsible-nav .portal .body { display: block !important; }
+
.collapsible-nav .portal .body {
 +
        display: block !important;
 +
        text-indent: 50px;
 +
}
  
 
/*That will stop the collapsing.*/
 
/*That will stop the collapsing.*/
Ligne 22 : Ligne 25 :
 
         pointer-events: none !important;
 
         pointer-events: none !important;
 
         cursor: default !important;
 
         cursor: default !important;
        text-indent: 0px;
 
 
}
 
}
  

Version du 29 août 2014 à 12:55

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

/*#p-Cycles_sup div.body {
      display:inline !important;
}

#p-Cycles_sup div.body {
      display:block !important;
}

#p-Cycles_sup h3 {
	background:none !important;
}*/

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

/*That will stop the collapsing.*/

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

/*#p-Cycle_sup h3{
        color: #4D4D4D !important;
        pointer-events: none !important;
        cursor: default !important;
}*/

La dernière modification de cette page a été faite le 29 août 2014 à 12:55.