Template:Team:BNU-China/CSS/main
From 2014.igem.org
(Difference between revisions)
Line 1,936: | Line 1,936: | ||
margin-top: 40px; | margin-top: 40px; | ||
} | } | ||
+ | |||
Line 1,944: | Line 1,945: | ||
/*Navigation*/ | /*Navigation*/ | ||
#navigation{ | #navigation{ | ||
- | |||
width:150px; | width:150px; | ||
height:150px; | height:150px; | ||
Line 1,951: | Line 1,951: | ||
position:fixed; | position:fixed; | ||
z-index:10000; | z-index:10000; | ||
- | opacity:0. | + | opacity:0.8; |
- | transition: all 0. | + | transition: all 0.9s ease-in-out 0.1s; |
cursor:pointer; | cursor:pointer; | ||
} | } | ||
Line 1,958: | Line 1,958: | ||
background-image:url('https://static.igem.org/mediawiki/2014/6/6a/Bnu_bktn2.png'); | background-image:url('https://static.igem.org/mediawiki/2014/6/6a/Bnu_bktn2.png'); | ||
opacity:1; | opacity:1; | ||
- | transition: all 0. | + | transition: all 0.9s ease-in-out 0.1s; |
+ | } | ||
+ | #navigation:hover img { | ||
+ | opacity:0; | ||
} | } | ||
Revision as of 00:32, 15 August 2014