MediaWiki:Common.css : Différence entre versions

De fablabo
Aller à : navigation, rechercher
Ligne 31 : Ligne 31 :
 
z-index:2;width:100%;font-size: 40%;
 
z-index:2;width:100%;font-size: 40%;
  
 +
}
 +
 +
.ImageProjet{
 +
z-index:-1;position:relative;left:0px;
 +
-ms-transform: scale(2,2); /* IE 9 */
 +
-webkit-transform: scale(2,2); /* Chrome, Safari, Opera */
 +
transform: scale(2,2);
 
}
 
}

Version du 9 décembre 2014 à 16:52

/* 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;

}

.TitreProjet{
z-index:1;position:relative;top:10px;background-color:rgba(255,255,255,0.6);color:black;
bold;width:100%;font-size: 237%;float:left;
}

.DescriptionProjet{
z-index:2;width:100%;font-size: 40%;

}

.ImageProjet{
z-index:-1;position:relative;left:0px;
-ms-transform: scale(2,2); /* IE 9 */
-webkit-transform: scale(2,2); /* Chrome, Safari, Opera */
transform: scale(2,2);
}