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: | + | bottom:20px; |
- | right: | + | right:0px; |
position:fixed; | position:fixed; | ||
z-index:10000; | z-index:10000; | ||
opacity:0.9; | opacity:0.9; | ||
- | transition: all | + | transition: all 0.8s ease-in-out 0.1s; |
+ | cursor:pointer; | ||
} | } | ||
#navigation:hover{ | #navigation:hover{ | ||
- | + | background-image:url('https://static.igem.org/mediawiki/2014/6/6a/Bnu_bktn2.png'); | |
- | + | ||
opacity:1; | opacity:1; | ||
- | transition: all 0. | + | transition: all 0.8s ease-in-out 0.1s; |
- | + | ||
} | } | ||
+ | |||
<!--[if IE 7]> | <!--[if IE 7]> |
Revision as of 00:19, 15 August 2014