MediaWiki:Common.css : Différence entre versions

De fablabo
Aller à : navigation, rechercher
Ligne 11 : Ligne 11 :
 
font-weight: bold;
 
font-weight: bold;
 
background-color:#3399CC;
 
background-color:#3399CC;
 +
}
 +
 +
 +
 +
/*pour les listes de projets*/
 +
 +
.BoiteProjet{
 +
 +
width:30%;height:240px;text-align:center;margin:1px;display:inline-block;overflow:hidden;
 +
 
}
 
}

Version du 9 décembre 2014 à 17:45

/* Le CSS placé ici sera appliqué à tous les habillages. */

.BoiteLaborantin {
  

float:left; 
width:35%;
color: white; 
padding-top: 3px; 
padding-bottom: 5px; 
font-weight: bold;
background-color:#3399CC;
}



/*pour les listes de projets*/

.BoiteProjet{

width:30%;height:240px;text-align:center;margin:1px;display:inline-block;overflow:hidden;

}