Ouvrir le menu principal

Modifications

MediaWiki:Vector.css

48 octets ajoutés, 14 avril 2015 à 12:58
aucun résumé de modification
.texture-block .vignette img { width:64px; height:64px; display:block; transform: scale(1,1) translateZ(0); transition:transform 0.2s ease-in-out; }
.texture-block:hover .vignette img { transform: scale(1.5,1.5) translateZ(0); }
.texture-block .image { position:absolute; overflow:hidden; left:0; top:-100%; width:0; height:0; display:block; transform: scale(0,0) translateZ(0) translateY(20px); transition:transform all 0.2s ease-in-out; opacity:0; }
.texture-block .image img { max-width:100%; display:block; }
.texture-block:hover .image { width:auto; height:auto; transform: scale(1,1) translateZ(0)translateY(0); opacity:1; }
.texture-block p { text-align: center; }
.texture-block p a { color:#b6cbdf; }
.texture-block p a:hover { color:#fff; }
11 537

modifications