Team:LMU-Munich/Templates/Page Header
From 2012.igem.org
(Difference between revisions)
(9 intermediate revisions not shown) | |||
Line 30: | Line 30: | ||
font-face: sans-serif; | font-face: sans-serif; | ||
width: auto; | width: auto; | ||
+ | border-top: 1px solid transparent; | ||
+ | margin-top: -1px; | ||
} | } | ||
Line 103: | Line 105: | ||
margin: 0; | margin: 0; | ||
padding: 0 213px; | padding: 0 213px; | ||
- | background: url( | + | background: url(https://static.igem.org/mediawiki/2012/8/86/Team_LMU_top.png) #785d99 repeat-y; |
height: 2.5em; | height: 2.5em; | ||
} | } | ||
Line 110: | Line 112: | ||
height: 100px; | height: 100px; | ||
margin: 0 -221px; | margin: 0 -221px; | ||
- | background: url( | + | background: url(https://static.igem.org/mediawiki/2012/2/2c/Team_LMU_top_shadow.png) no-repeat; |
margin-top: 154px; | margin-top: 154px; | ||
margin-bottom: -98px; | margin-bottom: -98px; | ||
Line 119: | Line 121: | ||
margin: 0 -213px; | margin: 0 -213px; | ||
padding-bottom: .4em; | padding-bottom: .4em; | ||
- | background: url( | + | background: url(https://static.igem.org/mediawiki/2012/9/99/Team_LMU_bottom.png) #785d99 repeat-y; |
} | } | ||
Line 477: | 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 = "- | + | mascot.style.marginTop = "-268px"; |
- | dummy.style.height = " | + | dummy.style.height = "268px"; |
function get_y(ele) { | function get_y(ele) { | ||
Line 484: | Line 486: | ||
for(; ele != null; ele = ele.offsetParent) { | for(; ele != null; ele = ele.offsetParent) { | ||
ret += ele.offsetTop; | ret += ele.offsetTop; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
return ret; | return ret; | ||
Line 497: | Line 491: | ||
function scroll() { | function scroll() { | ||
- | var | + | var scroll_top = window.pageYOffset != null ? window.pageYOffset : document.body.parentElement ? document.body.parentElement.scrollTop : document.body.scrollTop; |
+ | |||
+ | var distance_bottom = window.innerHeight - 268 - (get_y(dummy) - scroll_top); | ||
if(distance_bottom > 75) { | if(distance_bottom > 75) { | ||
mascot.style.position = "fixed"; | mascot.style.position = "fixed"; | ||
- | mascot.style.left = | + | mascot.style.left = (window.innerWidth / 2.0 - 500 + 17) + "px"; |
- | mascot.style. | + | mascot.style.bottom = "75px"; |
mascot.style.width = "210px"; | mascot.style.width = "210px"; | ||
+ | mascot.style.height = "268px"; | ||
} else { | } else { | ||
mascot.style.position = "static"; | mascot.style.position = "static"; | ||
- | } | + | }(dummy); |
- | + | ||
} | } | ||
Latest revision as of 17:04, 24 October 2012
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".
[ more news ]
Page title
List of templates:
- Team:LMU-Munich/Templates/Page Header
- this page, include at the start of every page, the first parameter specifies the image to be shown in the sidebar
- Team:LMU-Munich/Templates/Page Footer
- include at the end of every page
- Team:LMU-Munich/Templates/Navigation
- edit the menu here
- Team:LMU-Munich/Templates/News
- the text in the sidebar
box test
A1 | B1 | C1 |
---|---|---|
A2 | B2 | C2 |
A3 | B3 | C3 |