Template:CSS/UT-Tokyo/Counter/Contents
From 2014.igem.org
(Difference between revisions)
Pineappler (Talk | contribs) |
Pineappler (Talk | contribs) |
||
Line 677: | Line 677: | ||
if(str == "Project-block"){ | if(str == "Project-block"){ | ||
- | box[0].style.height = " | + | box[0].style.height = "13050px"; |
- | pc.style.height = " | + | pc.style.height = "13000px"; |
+ | }else if(str == "Result-block"){ | ||
+ | box[0].style.height = "5850px"; | ||
+ | pc.style.height = "5800px"; | ||
+ | }else if(str == "Lab-block"){ | ||
+ | box[0].style.height = "112400px"; | ||
+ | pc.style.height = "112350px"; | ||
}else if(str == "Modeling-block"){ | }else if(str == "Modeling-block"){ | ||
- | box[0].style.height = " | + | box[0].style.height = "22900px"; |
- | pc.style.height = " | + | pc.style.height = "22850px"; |
+ | }else if(str == "Achievement-block"){ | ||
+ | box[0].style.height = "950px"; | ||
+ | pc.style.height = "900px"; | ||
+ | }else if(str == "Safety-block"){ | ||
+ | box[0].style.height = "2700px"; | ||
+ | pc.style.height = "2650px"; | ||
}else if(str == "Attribution-block"){ | }else if(str == "Attribution-block"){ | ||
- | box[0].style.height = " | + | box[0].style.height = "5000px"; |
- | pc.style.height = " | + | pc.style.height = "4950px"; |
- | + | ||
- | + | ||
- | + | ||
}else if(str == "Humanpractice-block"){ | }else if(str == "Humanpractice-block"){ | ||
- | box[0].style.height = " | + | box[0].style.height = "9650px"; |
- | pc.style.height = " | + | pc.style.height = "9600px"; |
- | + | ||
- | + | ||
- | + | ||
}else if(str == "Team-top"){ | }else if(str == "Team-top"){ | ||
box[0].style.height = "2500px"; | box[0].style.height = "2500px"; |