Biomod/2011/TUM/TNT/Team: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 15: Line 15:
#column-one {display:none; width:0px;background-color: #ffffff;}
#column-one {display:none; width:0px;background-color: #ffffff;}


#content{ margin: 0 0 0 0; padding: 1em 1em 1em 1em; position: center; width: 1280px;background-color: #ffffff; }
#content{ margin: 0 0 0 0; padding: 1em 1em 1em 1em; position: center; width: 1280px;background-color: #f5f5f5; }


.container{ width: 800px; margin: auto; background-color: #ffffff; text-align:justify; font-family: helvetica, arial, sans-serif; color:#555555; margin-top:25px; }
.container{ width: 800px; margin: auto; background-color: #ffffff; text-align:justify; font-family: helvetica, arial, sans-serif; color:#555555; margin-top:25px; }

Revision as of 07:06, 27 September 2011

<html>

  <style>
  1. column-one { display:none; width:0px;}

.container{background-color: #f5f5f5; margin-top:50px}

  1. content { width: 1280px; margin: 0 auto auto 0; padding: 1em 1em 1em 1em; position: center;}
  1. column-content {width: 0px; float: left; margin: 0 0 0 0;padding: 0;}

.firstHeading {display:none; width:0px;}

  1. globalWrapper{ width:1280px;}
  1. column-one {display:none; width:0px;background-color: #ffffff;}
  1. content{ margin: 0 0 0 0; padding: 1em 1em 1em 1em; position: center; width: 1280px;background-color: #f5f5f5; }

.container{ width: 800px; margin: auto; background-color: #ffffff; text-align:justify; font-family: helvetica, arial, sans-serif; color:#555555; margin-top:25px; }

  1. bodyContent{ width: 1280px; align: center; background-color: #ffffff;}
  1. column-content{width: 1280px;background-color: #ffffff;}

.firstHeading { display:none;width:0px;background-color: #ffffff;}

  1. header{position: center; width: 800px;background-color: #ffffff;}
  1. footer{position: center;}

<style type="text/css"> body {

   font-family: helvetica, arial, sans-serif;
   color: black;

background:#f5f5f5;

 }
ul#topnav {

margin: 0 0 0 0 ; padding: 0 0 0 0; float: left; width: 800px; list-style: none; position: relative;

       font-family: helvetica, arial, sans-serif;

font-size: 1em; background: #f5f5f5;

       height: 5px;

} ul#topnav li { float: left; margin: 0; padding: 0; border-right: 6px solid #ffffff; /*--Divider for each parent level links--*/ } ul#topnav li a { padding: 10px 15px; display: block; color: #333333; text-decoration: none; } ul#topnav li:hover { background: #cccccc;} /*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span { float: left; padding: 15px 0; position: absolute; left: 0; top:30px; display: none; /*--Hide by default--*/ width: 800px; background: #cccccc; color: #333333; /*--Bottom right rounded corner--*/ -moz-border-radius-bottomright: 5px; -khtml-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; /*--Bottom left rounded corner--*/ -moz-border-radius-bottomleft: 5px; -khtml-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; } ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/ ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/ ul#topnav li span a:hover {text-decoration: underline;}


  1. abstractandlinks{

width:800px; background-color:#f5f5f5; text-align:justify;font-family: helvetica, arial, sans-serif; color:#555555; margin-top:70px; }

  1. abstract{

font-family: helvetica, arial, sans-serif; width: 490px; margin-top: 20px; padding:0px 5px; float: left;background-color:#f5f5f5; height: 410px; }

  1. links{

font-family: helvetica, arial, sans-serif; width: 290px; margin-top: 20px; padding:0px 5px; float: left; background:#f5f5f5;height: 410px; }

  1. tour{

font-family: helvetica, arial, sans-serif; width: 790px; padding:0px 5px; margin-top: 1em, margin-bottom: 1em; float: left;background:#f5f5f5; font-size: 2em; }

  1. struktur{

font-family: helvetica, arial, sans-serif; width: 790px; padding:0px 5px; float: left;background:#f5f5f5; }

</style>


<head> <title>

       TUM NanU - Labbook

</title> </head> <body> <body background-color="#F0F0F0"> <!-- Header--> <div class="container">

   <div id="header"> <img src="http://openwetware.org/images/5/5c/Header2.png" /> </div> 
   

<!--Menue--> <ul id="topnav">

   <li><a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Home">Home</a></li>
   <li>
       <a href="#">Project</a>
       <!--Subnav Starts Here-->
       <span>
           <a href="#">The Idea</a> |
           <a href="#">The Plan</a> |
           <a href="#">The Video</a>
       </span>
       <!--Subnav Ends Here-->
   </li>
   <li><a href="#">Results</a>

<span>

           <a href="#">Structure</a> 
           <a href="#">FRET</a> 
           <a href="#">....</a>
       </span>
       <!--Subnav Ends Here-->

</li>

   <li><a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT">Testpage</a></li>
   <li><a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Team">Team</a></li>
   <li><a href="http://openwetware.org/wiki/Tnt_-_Labbook">Labbook</a><!--Subnav Starts Here-->
       <span>
           <a href="#">Week I</a> 
           <a href="#">Week II</a> 
           <a href="#">Week III</a>
       </span>
       <!--Subnav Ends Here-->
   </li>
   <li><a href="#">Outlook</a></li>
   <li><a href="#">Extras</a><span>
           <a href="#">How to do a stop-motion-video</a> 
           <a href="#">How to make ...</a> 
           <a href="http://openwetware.org/index.php?title=Biomod/2011/TUM/TNT/Team&action=edit">Edit</a>
       </span>

</li> </ul>

<div id="abstractandlinks"> <h2>Members</h2>

<p> <table cellspacing="0" border="0" bgcolor="#f5f5f5" bordercolor="#f5f5f5">

 <tr bgcolor="#f5f5f5">
   <td width="125px" height="25px"/></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
 </tr>
 <tr bgcolor="#f5f5f5">
   <td><a href="http://openwetware.org/wiki/User:Sarah_Hintermayer"><img src="person.png" width="125px" height="150px" /></a></td>
   <td width="125px" height="150px"></td>
   <td><a href="http://openwetware.org/wiki/User:Simeon_Leupold"><img src="person.png" width="125px" height="150px" /></a></td>
   <td width="125px" height="150px"></td>
   <td><a href="http://openwetware.org/wiki/User:Silvia_Blank"><img src="person.png" width="125px" height="150px" /></a></td>
   <td width="125px" height="150px"></td>
   <td><a href="http://openwetware.org/wiki/User:Emanuel_Pfitzner"><img src="person.png" width="125px" height="150px" /></a></td>
 </tr>

 <tr bgcolor="#f5f5f5">
   <td width="125px" /><a href="http://openwetware.org/wiki/User:Sarah_Hintermayer"><center>Sarah Hintermayer</center></a></td>
   <td width="125px" /></td>
   <td width="125px" /><a href="http://openwetware.org/wiki/User:Simeon_Leupold"><center>Simeon Leupold</center></a></td>
   <td width="125px" /></td>
   <td width="125px" /><a href="http://openwetware.org/wiki/User:Silvia_Blank"><center>Silvia Blank</center></a></td>
   <td width="125px" /></td>
   <td width="125px" /><a href="http://openwetware.org/wiki/User:Emanuel_Pfitzner"><center>Emanuel Pfitzner</center></a></td>
 </tr>
 <tr bgcolor="#f5f5f5">
   <td width="125px" height="25px"/></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
 </tr>
 <tr bgcolor="#f5f5f5">
   <td width="125px" height="25px"/></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
 </tr>
 <tr bgcolor="#f5f5f5">
   <td><a href="http://openwetware.org/wiki/User:Frederik_Schreiber"><img src="person.png" width="125px" height="150px" /></a></td>
   <td width="125px" height="150px"></td>
   <td><a href="http://openwetware.org/wiki/User:Michael_Glueck"><img src="person.png" width="125px" height="150px" /></a></td>
   <td width="125px" height="150px"></td>
   <td><a href="http://openwetware.org/wiki/User:Martin_Thoma"><img src="person.png" width="125px" height="150px" /></a></td>
   <td width="125px" height="150px"></td>
   <td><a href="http://openwetware.org/wiki/User:Florian_Helmhold"><img src="person.png" width="125px" height="150px" /></a></td>
 </tr>

 <tr bgcolor="#f5f5f5">
   <td width="125px" /><a href="http://openwetware.org/wiki/User:Frederik_Schreiber"><center>Frederik Schreiber</center></a></td>
   <td width="125px" /></td>
   <td width="125px" /><a href="http://openwetware.org/wiki/User:Michael_Glueck"><center>Michael Glück</center></a></td>
   <td width="125px" /></td>
   <td width="125px" /><a href="http://openwetware.org/wiki/User:Martin_Thoma"><center>Martin Thoma</center></a></td>
   <td width="125px" /></td>
   <td width="125px" /><a href="http://openwetware.org/wiki/User:Florian_Helmhold"><center>Florian Helmhold</center></a></td>
 </tr>
 <tr bgcolor="#f5f5f5">
   <td width="125px" height="25px"/></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
 </tr>
 <tr bgcolor="#f5f5f5">
   <td width="125px" height="25px"/></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
 </tr>
 <tr bgcolor="#f5f5f5">
   <td><a href="http://openwetware.org/wiki/User:Alexander_Hipp"><img src="person.png" width="125px" height="150px" /></a></td>
   <td width="125px" height="150px"></td>
   <td><a href="http://openwetware.org/wiki/User:Manuel_Hora"><img src="person.png" width="125px" height="150px" /></a></td>
   <td width="125px" height="150px"></td>
   <td><a href="http://openwetware.org/wiki/User:Jean-Philippe_Sobczak"><img src="person.png" width="125px" height="150px" /></a></td>
   <td width="125px" height="150px"></td>
   <td><a href="http://openwetware.org/wiki/User:Tom_Schwarzer"><img src="person.png" width="125px" height="150px" /></a></td>
 </tr>

 <tr bgcolor="#f5f5f5">
   <td width="125px" /><a href="http://openwetware.org/wiki/User:Alexander_Hipp"><center>Alexander Hipp</center></a></td>
   <td width="125px" /></td>
   <td width="125px" /><a href="http://openwetware.org/wiki/User:Manuel_Hora"><center>Manuel Hora</center></a></td>
   <td width="125px" /></td>
   <td width="125px" /><a href="http://openwetware.org/wiki/User:Jean-Philippe_Sobczak"><center>Jean-Philippe Sobczak</center></a></td>
   <td width="125px" /></td>
   <td width="125px" /><a href="http://openwetware.org/wiki/User:Tom_Schwarzer"><center>Tom Schwarzer</center></a></td>
 </tr>
 <tr bgcolor="#f5f5f5">
   <td width="125px" height="25px"/></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
 </tr>

</table>

<p> <h2>Graduate Mentors</h2>

<p> <table cellspacing="0" border="0">

 <tr bgcolor="#f5f5f5">
   <td width="125px" height="25px"/></td>
   <td width="125px" /></td>
   <td width="125px" /></td>
   
 </tr>
 <tr bgcolor="#f5f5f5">
   <td><a href="http://openwetware.org/wiki/User:Thomas_Martin"><img src="person.png" width="125px" height="150px" /></a></td>
   <td width="125px" height="150px"></td>  
   <td><a href="http://openwetware.org/wiki/User:Thomas_Gerling"><img src="person.png" width="125px" height="150px" /></a></td>  
 </tr> 
 <tr bgcolor="#f5f5f5">
   <td width="125px" /><a href="http://openwetware.org/wiki/User:Thomas_Martin"><center>Thomas Martin</center></a></td>
   <td width="125px" /></td>
   <td width="125px" /><a href="http://openwetware.org/wiki/User:Thomas_Gerling"><center>Thomas Gerling</center></a></td>
     </tr>

</table> <p> <h2>Faculty mentors</h2>

<p> <table cellspacing="0" border="0">

 <tr bgcolor="#f5f5f5">
   <td width="125px" height="25px"/></td>
       
 </tr>
 <tr bgcolor="#f5f5f5">
   <td><a href="http://bionano.physik.tu-muenchen.de/"><img src="person.png" width="125px" height="150px" /></a></td>
   
 </tr> 
 <tr bgcolor="#f5f5f5">
   <td width="125px" /><a href="http://bionano.physik.tu-muenchen.de/"><center>Hendrik Dietz</center></a></td>
   
     </tr>

</table> </html>