Ouvrir le menu principal

Modifications

MediaWiki:Vector.css

152 octets ajoutés, 14 avril 2015 à 12:55
aucun résumé de modification
.category-set { display:block; }
.texture-block { position:relative; float:left; margin-right:10px; margin-bottom:10px; background: #102945; box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.3); border-radius: 5px; padding:5px; }
.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 img { position:absolute; overflow:hidden; left:0; top:-100%; width:0; height:0; display:block; transform: scale(0,0) translateZ(0); transition:transform 0.2s ease-in-out; }.texture-block .image img { max-width:100%; display:block; }.texture-block:hover .image img { width:auto; height:auto; transform: scale(1,1) translateZ(0); }
.texture-block p { text-align: center; }
.texture-block p a { color:#b6cbdf; }
.texture-block p a:hover { color:#fff; }
11 537

modifications