Template:CSS/style3
From 2014.igem.org
(Difference between revisions)
Line 70: | Line 70: | ||
.mascotinnerlayer{ | .mascotinnerlayer{ | ||
+ | width:150px; | ||
+ | height:150px; | ||
position:absolute; | position:absolute; | ||
- | + | top:0px; | |
- | top: | + | left:50px; |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
float:left; | float:left; | ||
overflow:hidden; | overflow:hidden; | ||
cursor:pointer; | cursor:pointer; | ||
+ | z-index:12; | ||
} | } | ||
.mascot_iitd{ | .mascot_iitd{ | ||
- | |||
- | |||
- | |||
width:100px; | width:100px; | ||
height:100px; | height:100px; | ||
Line 94: | Line 88: | ||
display:block; | display:block; | ||
margin:auto auto; | margin:auto auto; | ||
- | border: | + | border:solid thin grey; |
- | -webkit-transition: all . | + | |
- | -moz-transition: all . | + | -webkit-transition: all .3s ease; |
- | -o-transition: all . | + | -moz-transition: all .3s ease; |
- | -ms-transition: all . | + | -o-transition: all .3s ease; |
- | transition: all . | + | -ms-transition: all .3s ease; |
+ | transition: all .3s ease; | ||
} | } | ||
.mascot_iitd:hover{ | .mascot_iitd:hover{ | ||
- | height: | + | height: 125px; |
- | width: | + | width:125px; |
display:block; | display:block; | ||
margin:auto auto; | margin:auto auto; | ||
+ | |||
} | } | ||
Revision as of 20:00, 14 October 2014