Team:LMU-Munich/Templates/Page Header

From 2012.igem.org

(Difference between revisions)
(uploaded images previously hosted on my server to the wiki)
(new mascot image size)
Line 479: Line 479:
var dummy = document.createElement("div");
var dummy = document.createElement("div");
mascot.parentNode.insertBefore(dummy, mascot);
mascot.parentNode.insertBefore(dummy, mascot);
-
mascot.style.marginTop = "-127px";
+
mascot.style.marginTop = "-150px";
-
dummy.style.height = "127px";
+
dummy.style.height = "150px";
function get_y(ele) {
function get_y(ele) {
Line 493: Line 493:
var scroll_top = window.pageYOffset != null ? window.pageYOffset : document.body.parentElement ? document.body.parentElement.scrollTop : document.body.scrollTop;
var scroll_top = window.pageYOffset != null ? window.pageYOffset : document.body.parentElement ? document.body.parentElement.scrollTop : document.body.scrollTop;
-
var distance_bottom = window.innerHeight - 127 - (get_y(dummy) - scroll_top);
+
var distance_bottom = window.innerHeight - 150 - (get_y(dummy) - scroll_top);
if(distance_bottom > 75) {
if(distance_bottom > 75) {
Line 500: Line 500:
mascot.style.bottom = "75px";
mascot.style.bottom = "75px";
mascot.style.width = "210px";
mascot.style.width = "210px";
-
mascot.style.height = "127px";
+
mascot.style.height = "150px";
} else {
} else {
mascot.style.position = "static";
mascot.style.position = "static";

Revision as of 20:22, 25 September 2012

iGEM Ludwig-Maximilians-Universität München Beadzillus

Team-LMU Sidebar Home.jpg

The LMU-Munich team is exuberantly happy about the great success at the World Championship Jamboree in Boston. Our project Beadzillus finished 4th and won the prize for the "Best Wiki" (with Slovenia) and "Best New Application Project".

IGEM HQ LMU prize.jpg

[ more news ]

Sporenfreunde