Template:Nagrath Lab: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
mNo edit summary
Line 39: Line 39:
text-transform: lowercase;
text-transform: lowercase;
font-weight: normal;
font-weight: normal;
font-size: 3em;
font-size: 2em;
         border-style: none;
         border-style: none;
}
}

Revision as of 12:41, 26 June 2014

<html> <head>

<meta name="robots" content="noindex" />


<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: 2em;

       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: #75aadb; }

  1. menu .current_page_item a {

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

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

               <h1> <span style="text-transform: uppercase">Please visit our new website at <a href="http://nagrathlab.rice.edu/">http://nagrathlab.rice.edu/</a></h1></span></div>

<h1> <span style="text-transform: uppercase">Systems Biology of Human Diseases</span> Laboratory</h1>


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

                       <li><a href="http://openwetware.org/wiki/Nagrath:Patents">Patents</a></li>
                       <li><a href="http://openwetware.org/wiki/Nagrath:Courses">Courses</a></li>
                       <li><a href="http://openwetware.org/wiki/Nagrath:Pictures">Pictures</a></li>
                       
                     

</ul> </div>

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