Template:CSS/team

From 2014.igem.org

(Difference between revisions)
Line 93: Line 93:
div.team-bios-container img {
div.team-bios-container img {
 +
-webkit-transition: all 0.5s ease;
 +
    -moz-transition: all 0.5s ease;
 +
      -o-transition: all 0.5s ease;
 +
      -ms-transition: all 0.5s ease;
 +
          transition: all 0.5s ease;
max-height: 200px;
max-height: 200px;
margin: 15px 0px;
margin: 15px 0px;
}
}
 +
 +
div.team-bios-container img:hover {
 +
border-radius: 50%;
 +
  -webkit-transform: rotate(360deg);
 +
    -moz-transform: rotate(360deg);
 +
      -o-transform: rotate(360deg);
 +
      -ms-transform: rotate(360deg);
 +
          transform: rotate(360deg);
 +
 +
 +
}
 +
div.team-bios-container img.inline {
div.team-bios-container img.inline {
Line 222: Line 239:
#map_canvas img, .map_canvas img { max-width: none!important; }
#map_canvas img, .map_canvas img { max-width: none!important; }
 +
 +

Revision as of 15:33, 16 July 2014