Template:Team:KIT-Kyoto/first
From 2014.igem.org
(Difference between revisions)
Line 10: | Line 10: | ||
$("#container,#SideMenu").css({opacity:'0'}); | $("#container,#SideMenu").css({opacity:'0'}); | ||
$("#pc a").click(function(){ | $("#pc a").click(function(){ | ||
- | $("#container,#SideMenu").stop().animate({opacity:'1'}, | + | $("#container,#SideMenu").stop().animate({opacity:'1'},3000); |
$("#first").css({display:'none'}); | $("#first").css({display:'none'}); | ||
}); | }); | ||
Line 44: | Line 44: | ||
height:20px; | height:20px; | ||
width:200px; | width:200px; | ||
+ | } | ||
+ | |||
+ | #first a:link,#first a:visited,#first a:active{ | ||
+ | color:springgreen; | ||
+ | } | ||
+ | #first a:hover{ | ||
+ | color:aquamarine; | ||
} | } | ||
</style> | </style> |
Revision as of 12:25, 13 September 2014
or