Team:Heidelberg LSL/Team
From 2012hs.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{Top}} | {{Top}} | ||
{{Stylesheet}} | {{Stylesheet}} | ||
+ | |||
+ | <html> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | |||
+ | |||
+ | #bodyContent { background-color: transparent; border: none; width: 975px; min-height: 900px;} | ||
+ | |||
+ | div.img | ||
+ | { | ||
+ | margin:2px; | ||
+ | height:auto; | ||
+ | width:auto; | ||
+ | float:center; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | div.desc | ||
+ | { | ||
+ | text-align:center; | ||
+ | font-weight:normal; | ||
+ | width:720px; | ||
+ | margin:2px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | <body id="sponsors" onload="setPageSize()"> | ||
+ | <div id="super_main_wrapper"> | ||
+ | <div id="SubWrapper"> | ||
+ | |||
+ | |||
+ | <h2>Team Overview</h2> | ||
+ | |||
+ | <div class="img"> | ||
+ | <img src="https://static.igem.org/mediawiki/2012hs/7/75/Team_roundcorners.png" alt="Team" height="450"/> | ||
+ | <div class="desc">From left to right: Stefan, Tinka, Domi, Johannes, Lorenz, Yassin, Anna, Charly, Mariam.</div> | ||
+ | </div> | ||
+ | |||
+ | </div><!--end SubWrapper--> | ||
+ | </div> <!-- end super_main_wrapper> | ||
+ | |||
+ | |||
+ | </body> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | function setPageSize() { | ||
+ | len = document.getElementById('super_main_wrapper').offsetHeight; | ||
+ | document.getElementById('bodyContent').style.height = len + 'px'; | ||
+ | document.getElementById('news').style.height = len + 'px'; | ||
+ | } | ||
+ | </script> | ||
+ | </html> |
Revision as of 15:41, 2 June 2012
Team Overview
From left to right: Stefan, Tinka, Domi, Johannes, Lorenz, Yassin, Anna, Charly, Mariam.