Template:CSS/style3

From 2014.igem.org

(Difference between revisions)
Line 70: Line 70:
.mascotinnerlayer{
.mascotinnerlayer{
 +
width:150px;
 +
height:150px;
position:absolute;
position:absolute;
-
left:535px;
+
top:0px;
-
top:370px;
+
left:50px;
-
width:300px;
+
-
height:300px;
+
-
z-index:12;
+
-
display:block;
+
-
margin:auto auto;
+
-
border:thick solid black;
+
float:left;
float:left;
overflow:hidden;
overflow:hidden;
cursor:pointer;
cursor:pointer;
 +
z-index:12;
}
}
.mascot_iitd{
.mascot_iitd{
-
position:absolute;
 
-
left:100px;
 
-
top:0px;
 
width:100px;
width:100px;
height:100px;
height:100px;
Line 94: Line 88:
display:block;
display:block;
margin:auto auto;
margin:auto auto;
-
border:thick solid green;
+
border:solid thin grey;
-
   -webkit-transition: all .1s ease;
+
 
-
     -moz-transition: all .1s ease;
+
   -webkit-transition: all .3s ease;
-
       -o-transition: all .1s ease;
+
     -moz-transition: all .3s ease;
-
       -ms-transition: all .1s ease;
+
       -o-transition: all .3s ease;
-
           transition: all .1s ease;
+
       -ms-transition: all .3s ease;
 +
           transition: all .3s ease;
}
}
.mascot_iitd:hover{
.mascot_iitd:hover{
-
  height:200px;
+
  height: 125px;
-
  width:200px;
+
  width:125px;
  display:block;
  display:block;
  margin:auto auto;
  margin:auto auto;
 +
   
}
}

Revision as of 20:00, 14 October 2014