Team:Heidelberg LSL/Sponsors
From 2012hs.igem.org
(Difference between revisions)
(Replaced content with "{{Stylesheet}}") |
|||
Line 1: | Line 1: | ||
{{Stylesheet}} | {{Stylesheet}} | ||
+ | |||
+ | <html><body id="sponsors" onload="setPageSize()"> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | #news {min-height: 2000px;} | ||
+ | h2 {padding: 10px 20px; | ||
+ | font-size: 18px; | ||
+ | color: #eb8300; | ||
+ | font-decoration: none; | ||
+ | font-weight: bold;} | ||
+ | h4 {padding: 10px 20px; | ||
+ | font-size: 16px; | ||
+ | color: #eb8300; | ||
+ | font-decoration: none; | ||
+ | font-weight: bold;} | ||
+ | .gallery{ width: 640px; | ||
+ | } | ||
+ | .gallery p {padding: 0 20px; | ||
+ | text-align: justify; | ||
+ | font-size: 12px;} | ||
+ | .gallery h3 {padding: 10px 20px; | ||
+ | font-size: 18px;} | ||
+ | .gallery img {margin: 0 15px 15px 17px; | ||
+ | border-color: #FFF; | ||
+ | border-style:solid; | ||
+ | text-align:center; | ||
+ | float:left;} | ||
+ | .sponsors_img { | ||
+ | width: 210px; | ||
+ | background-color: #fff; | ||
+ | border: 2px solid #FFF; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | <div id="super_main_wrapper"> | ||
+ | <div id="SubWrapper"> | ||
+ | <a name="top"></a> | ||
+ | |||
+ | |||
+ | <h2>Team-Sponsors</h2> | ||
+ | <h4>Platinum Level</h4> | ||
+ | |||
+ | <div class="gallery" id="ktf"> | ||
+ | <a href="http://www.mckinsey.de/html/home/index.asp"><h3>McKinsey</h3></a> | ||
+ | </div> | ||
+ | |||
+ | </div> <!-- end SubWrapper --> | ||
+ | |||
+ | </div> <!-- end Super_main_wrapper --> | ||
+ | <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> | ||
+ | </body></html> |
Revision as of 15:04, 11 May 2012