Template:CSS/team

From 2014.igem.org

(Difference between revisions)
Line 531: Line 531:
width:100px;
width:100px;
height:100px;
height:100px;
-
border-radius:10px;
+
border-radius:100px;
z-index:52;
z-index:52;
}
}
Line 538: Line 538:
position: absolute;
position: absolute;
left:100px;
left:100px;
-
top:0px;
+
top:-120px;
width:0px;
width:0px;
-
background-color:red;
+
border-radius:200px;
-
-webkit-transition:all 0.3s linear 0s;
+
-webkit-transition:width 0.3s linear 0s;
-
transition: all 0.3s;
+
z-index:52;
z-index:52;
}
}
.smallpic:hover + .picdescription{
.smallpic:hover + .picdescription{
-
width:200px;
+
width:300px;
-
height:100px;
+
border-radius:200px;
}
}
</style>
</style>
</html>
</html>

Revision as of 17:59, 15 October 2014