Template:CSS/team
From 2014.igem.org
(Difference between revisions)
Line 565: | Line 565: | ||
background-color:red; | background-color:red; | ||
-webkit-transition:all 0.3s linear 0s; | -webkit-transition:all 0.3s linear 0s; | ||
- | |||
- | |||
- | |||
- | |||
z-index:52; | z-index:52; | ||
} | } | ||
.smallpic:hover + .picdescription{ | .smallpic:hover + .picdescription{ | ||
- | |||
- | |||
- | |||
width:100px; | width:100px; | ||
height:100px; | height:100px; | ||
border-radius:10px; | border-radius:10px; | ||
+ | transform: translate(100px,0); | ||
+ | -webkit-transform: translate(100px,0); /** Safari & Chrome **/ | ||
+ | -o-transform: translate(100px,0); /** Opera **/ | ||
+ | -moz-transform: translate(100px,0); /** Firefox **/ | ||
} | } | ||
Revision as of 19:50, 15 October 2014