Template:Team:BNU-China/CSS/main

From 2014.igem.org

(Difference between revisions)
Line 1,944: Line 1,944:
/*Navigation*/
/*Navigation*/
#navigation{
#navigation{
 +
background-image:url('https://static.igem.org/mediawiki/2014/1/17/Bnu_bktn.png');
width:150px;
width:150px;
height:150px;
height:150px;
-
bottom:-60px;
+
bottom:20px;
-
right:-55px;
+
right:0px;
position:fixed;
position:fixed;
z-index:10000;
z-index:10000;
opacity:0.9;
opacity:0.9;
-
     transition: all 2s ease-in-out 0.1s;
+
     transition: all 0.8s ease-in-out 0.1s;
 +
cursor:pointer;
}
}
#navigation:hover{
#navigation:hover{
-
bottom:0px;
+
background-image:url('https://static.igem.org/mediawiki/2014/6/6a/Bnu_bktn2.png');
-
right:0px;
+
opacity:1;
opacity:1;
-
     transition: all 0.5s ease-in-out;
+
     transition: all 0.8s ease-in-out 0.1s;
-
cursor:pointer;
+
}
}
 +
<!--[if IE 7]>
<!--[if IE 7]>

Revision as of 00:19, 15 August 2014