Template:Team:Bonn:NetworkTop
From 2013.igem.org
(Difference between revisions)
(4 intermediate revisions not shown) | |||
Line 56: | Line 56: | ||
var title = document.createElement("DIV"); | var title = document.createElement("DIV"); | ||
title.height = 50; | title.height = 50; | ||
- | title.width = | + | title.width = 250; |
title.style.height = title.height + "px"; | title.style.height = title.height + "px"; | ||
title.style.width = title.width + "px"; | title.style.width = title.width + "px"; | ||
Line 62: | Line 62: | ||
title.style.opacity = "0.8"; | title.style.opacity = "0.8"; | ||
title.style.zIndex = "1"; | title.style.zIndex = "1"; | ||
+ | title.style.fontSize = "130%"; | ||
+ | title.style.fontWeight = "Bold"; | ||
title.id = divNetworkTitle; | title.id = divNetworkTitle; | ||
title.style.position = "absolute"; | title.style.position = "absolute"; | ||
title.top = -120; | title.top = -120; | ||
- | title.right = - | + | title.right = -185; |
title.style.top = title.top + "px"; | title.style.top = title.top + "px"; | ||
title.style.right = title.right + "px"; | title.style.right = title.right + "px"; | ||
Line 72: | Line 74: | ||
var summary = document.createElement("DIV"); | var summary = document.createElement("DIV"); | ||
summary.height = 170; | summary.height = 170; | ||
- | summary.width = | + | summary.width = 250; |
summary.style.height = summary.height+"px"; | summary.style.height = summary.height+"px"; | ||
summary.style.width = summary.width+"px"; | summary.style.width = summary.width+"px"; | ||
Line 81: | Line 83: | ||
summary.id = divNetworkSummary; | summary.id = divNetworkSummary; | ||
summary.style.position = "absolute"; | summary.style.position = "absolute"; | ||
- | summary.top = title.top+title.height; | + | summary.top = title.top+9+title.height; |
summary.right = title.right; | summary.right = title.right; | ||
summary.style.top = summary.top + "px"; | summary.style.top = summary.top + "px"; |
Latest revision as of 11:59, 27 October 2013