Template:Team:SCUT/Home/mainhead
From 2014.igem.org
(Difference between revisions)
Line 281: | Line 281: | ||
}); | }); | ||
$(".ho_model").mouseover(function(){ | $(".ho_model").mouseover(function(){ | ||
- | $(this).css({"background-color":"# | + | $(this).css({"background-color":"#ffa453"}) |
}); | }); | ||
$(".ho_model").mouseout(function(){ | $(".ho_model").mouseout(function(){ | ||
Line 287: | Line 287: | ||
}); | }); | ||
$(".ho_project").mouseover(function(){ | $(".ho_project").mouseover(function(){ | ||
- | $(this).css({"background-color":"# | + | $(this).css({"background-color":"#ffff79"}) |
}); | }); | ||
$(".ho_project").mouseout(function(){ | $(".ho_project").mouseout(function(){ | ||
Line 293: | Line 293: | ||
}); | }); | ||
$(".ho_dp").mouseover(function(){ | $(".ho_dp").mouseover(function(){ | ||
- | $(this).css({"background-color":"# | + | $(this).css({"background-color":"#9eec58"}) |
}); | }); | ||
$(".ho_dp").mouseout(function(){ | $(".ho_dp").mouseout(function(){ | ||
Line 299: | Line 299: | ||
}); | }); | ||
$(".ho_safety").mouseover(function(){ | $(".ho_safety").mouseover(function(){ | ||
- | $(this).css({"background-color":"# | + | $(this).css({"background-color":"#91ea74"}) |
}); | }); | ||
$(".ho_safety").mouseout(function(){ | $(".ho_safety").mouseout(function(){ | ||
Line 305: | Line 305: | ||
}); | }); | ||
$(".ho_hp").mouseover(function(){ | $(".ho_hp").mouseover(function(){ | ||
- | $(this).css({"background-color":"# | + | $(this).css({"background-color":"#92e5d1"}) |
}); | }); | ||
$(".ho_hp").mouseout(function(){ | $(".ho_hp").mouseout(function(){ |
Revision as of 06:58, 15 October 2014