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
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 16
<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>