Template:Banta Lab: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 13: Line 13:
margin: 0 auto;
margin: 0 auto;
height: 150px;
height: 150px;
        padding: 1px;
}
}


Line 20: Line 19:
height: 100px;
height: 100px;
margin: 0 auto;
margin: 0 auto;
padding: 1px;
padding: 0;
}
}


Line 37: Line 36:
letter-spacing: -1px;
letter-spacing: -1px;
text-transform: lowercase;
text-transform: lowercase;
font-weight: normal;
/* font-weight: normal; */
font-size: 4em;
font-size: 4em;
}
}

Revision as of 18:26, 19 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: 0; }

  1. logo h1, #logo p {

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

  1. logo span {

color: #000000; }

  1. logo h1 {

padding: 25px 0 0 0; letter-spacing: -1px; text-transform: lowercase; /* font-weight: normal; */ font-size: 4em; }

  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;

}

  1. menu {

width: 960px; margin: 0px auto; padding: 0px; height: 52px; background: url(http://www.columbia.edu/~ec2445/images/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 31px 0px 31px; text-decoration: none; text-transform: capitalize; background: url(http://www.columbia.edu/~ec2445/images/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/User:Scott_Banta">Homepage</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>