Template:Banta Lab: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 58: Line 58:
padding: 0px;
padding: 0px;
height: 52px;
height: 52px;
background: url(http://www.columbia.edu/~ec2445/images/img02.gif) no-repeat left top;
background: url(http://openwetware.org/images/e/ee/Img02.gif) no-repeat left top;
}
}


Line 79: Line 79:
text-decoration: none;
text-decoration: none;
text-transform: capitalize;
text-transform: capitalize;
background: url(http://www.columbia.edu/~ec2445/images/img03.jpg) no-repeat left 50%;
background: url(http://openwetware.org/images/4/4a/Img03.jpg) no-repeat left 50%;
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-size: 12px;

Revision as of 13:04, 25 June 2009

<html> <head> <style type="text/css"> /* Design by Free CSS Templates http://www.freecsstemplates.org Released for free under a Creative Commons Attribution 2.5 License

  • /
  1. header {

width: 960px; margin: 0 auto; height: 150px; }

  1. logo {

width: 960px; height: 100px; margin: 0 auto; padding: 1px; }

  1. logo h1, #logo p {

float: left; margin: 0; color: #528DC8; }

  1. logo span {

color: #000000; }

  1. logo h1 {

letter-spacing: -1px; text-transform: lowercase; font-weight: normal; font-size: 4em;

       border-style: none;

}

  1. logo p {

text-transform: uppercase; padding: 47px 0 0 3px; font-size: 14px; color: #110E0F; }

  1. logo a {

border: none; text-decoration: none; color: #528DC8;

       float: right;

}

  1. menu {

width: 960px; margin: 0px auto; padding: 0px; height: 52px; background: url(http://openwetware.org/images/e/ee/Img02.gif) no-repeat left top; }

  1. menu ul {

margin: 0px; padding: 0px; list-style: none; }

  1. menu li {

display: inline; }

  1. menu a {

display: block; float: left; height: 33px; margin: 0px; padding: 19px 33px 0px 33px; text-decoration: none; text-transform: capitalize; background: url(http://openwetware.org/images/4/4a/Img03.jpg) no-repeat left 50%; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #FFFFFF; }

  1. menu a:hover {

color: #528DC8; }

  1. menu .current_page_item a {

color: #FFFFFF; } </style> </head>

<body> <div id="header"> <div id="logo">

               <h1><span>banta</span>lab</h1>

<p>Protein and Metabolic Engineering</p>

               <a href="http://www.cheme.columbia.edu/"><img src="http://www.columbia.edu/~ec2445/Columbia_SEAS.gif" width="100" height="100" align="right"></a>

</div> <div id="menu"> <ul id="main"> <li><a href="http://openwetware.org/wiki/Banta">Home</a></li> <li><a href="http://openwetware.org/wiki/Banta:People">Lab Members</a></li> <li><a href="http://openwetware.org/wiki/Banta:Publications">Publications</a></li> <li><a href="http://openwetware.org/wiki/Banta:Research">Research Interests</a></li>

                       <li><a href="http://openwetware.org/wiki/Banta:Courses">Courses</a></li>
                       <li><a href="http://openwetware.org/wiki/Banta:Pictures">Pictures</a></li>
                       <li><a href="http://openwetware.org/wiki/Banta:Positions">Positions Available</a></li>
                     

</ul> </div>

</div> </body> </html>