Team:Heidelberg/testing/Project new
From 2014.igem.org
(Difference between revisions)
(2 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | {{:Team:Heidelberg/Templates/MainTemplate}} | + | {{:Team:Heidelberg/Templates/MainTemplate|unresponsive=}} |
{{:Team:Heidelberg/Templates/IncludeCSS|:Team:Heidelberg/css/bootstrapcss}} | {{:Team:Heidelberg/Templates/IncludeCSS|:Team:Heidelberg/css/bootstrapcss}} | ||
{{:Team:Heidelberg/Templates/IncludeCSS|:Team:Heidelberg/css/bootstraptheme}} | {{:Team:Heidelberg/Templates/IncludeCSS|:Team:Heidelberg/css/bootstraptheme}} | ||
Line 14: | Line 14: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-size: 100% auto; | background-size: 100% auto; | ||
- | |||
} | } | ||
Line 215: | Line 214: | ||
left:0; | left:0; | ||
top:0; | top:0; | ||
- | + | display:none; | |
background-image:url('/wiki/images/5/51/Heidelberg_project_red_overlay.png'); | background-image:url('/wiki/images/5/51/Heidelberg_project_red_overlay.png'); | ||
background-size: 100% auto; | background-size: 100% auto; | ||
Line 287: | Line 286: | ||
font-size: 5em; | font-size: 5em; | ||
line-height: 70px; | line-height: 70px; | ||
+ | font-weight: bold; | ||
} | } | ||
#linker-links { | #linker-links { | ||
position: absolute; | position: absolute; | ||
- | |||
width: 405px; | width: 405px; | ||
right: 60px; | right: 60px; | ||
Line 414: | Line 413: | ||
} | } | ||
}); | }); | ||
+ | |||
+ | $('#linker-links').mouseenter(function(){ | ||
+ | $('#redOverlay').stop(true); | ||
+ | $('#redOverlay').fadeIn(); | ||
+ | }); | ||
+ | |||
+ | $('#linker-links').mouseleave(function(){ | ||
+ | $('#redOverlay').stop(true); | ||
+ | $('#redOverlay').fadeOut(); | ||
+ | }); | ||
+ | |||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Latest revision as of 15:44, 12 October 2014
Abstract
Click to read full abstract
Placeholder