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;
+
              border: 5px #005d82
 +
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
       -ms-transition: all 0.5s ease;
       -ms-transition: all 0.5s ease;
           transition: all 0.5s ease;
           transition: all 0.5s ease;
-
max-height: 200px;
+
  max-height: 200px;
-
box-shadow: 2px 2px 1px #05d82;
+
          box-shadow: 8px 8px 4px #05d82;
-
margin: 10px 0px;
+
      margin: 20px 0px;
}
}

Revision as of 15:41, 16 July 2014