Team:UC Davis/Notebook/Week 16

From 2011.igem.org

(Difference between revisions)
Line 47: Line 47:
</div>
</div>
</html>
</html>
 +
 +
<style>
 +
 +
h1{
 +
color:#EE3333;
 +
font-size: 40px;
 +
}
 +
h2{
 +
color:#EE3333;
 +
font-size: 28px;
 +
}
 +
 +
h3{
 +
color:#EE3333;
 +
font-size: 20px;
 +
}
 +
 +
 +
#linktable td {
 +
top: 25px;
 +
right: 25px;
 +
margin: 2px;
 +
display: inline-block;
 +
background: rgba(200,200,200,.4);
 +
padding: 3px 11px 3px 11px;
 +
border-radius: 5px;
 +
color: rgba(225,225,225,1);
 +
opacity:.3;
 +
width: 16px;
 +
text-align: center;
 +
}
 +
</style>
 +
 +
<script>
 +
$('#linktable td').mouseover(function(){
 +
    $(this).dequeue().animate({opacity:1});
 +
});
 +
$('#linktable td').mouseout(function(){
 +
    $(this).dequeue().animate({opacity:.3});
 +
});
 +
</script>

Revision as of 19:21, 24 September 2011

Our Sponsors

Start a Family

Got a favorite BioBrick? Check our our process for expanding basic parts into part families.

Criteria

View our judging criteria for iGEM 2011 here.

Week Selection

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16


Week 16

<style>

h1{ color:#EE3333; font-size: 40px; } h2{ color:#EE3333; font-size: 28px; }

h3{ color:#EE3333; font-size: 20px; }


  1. linktable td {

top: 25px; right: 25px; margin: 2px; display: inline-block; background: rgba(200,200,200,.4); padding: 3px 11px 3px 11px; border-radius: 5px; color: rgba(225,225,225,1); opacity:.3; width: 16px; text-align: center; } </style>

<script> $('#linktable td').mouseover(function(){

   $(this).dequeue().animate({opacity:1});

}); $('#linktable td').mouseout(function(){

   $(this).dequeue().animate({opacity:.3});

}); </script>