Template:WashUHeader
From 2010.igem.org
(Difference between revisions)
BrianLandry (Talk | contribs) |
|||
(271 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | #header { | |
- | + | padding: 0; | |
- | + | } | |
- | + | ||
- | + | #top-section { | |
- | + | height: 15px; | |
- | + | margin-top: 0px; | |
- | + | margin-left: auto; | |
- | + | margin-right: auto; | |
- | + | margin-bottom: 0px; | |
- | + | padding:0; | |
- | + | border: none; | |
- | + | position: relative; | |
+ | top:-75px; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | background: #315c25; | ||
+ | } | ||
+ | |||
+ | .firstHeading {display: none;} | ||
+ | |||
+ | #footer-box { | ||
+ | background-color:#eb24e0; | ||
+ | border-color-top:#000f00; | ||
+ | border-color-bottom:#000f00; | ||
+ | font: 12px verdana; | ||
+ | padding-right:10px; | ||
+ | padding-left:10px; | ||
+ | margin: auto; | ||
+ | -moz-border-radius: 15px; | ||
+ | border-radius: 15px; | ||
+ | top: auto; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | #footer-box a{ | ||
+ | background:#eb24e0; | ||
+ | color:#000f00; | ||
+ | } | ||
+ | |||
+ | #footer-box a:hover{ | ||
+ | color:#FFFFFF; | ||
+ | background: #000f00; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | p { | ||
+ | color:#000000; | ||
+ | padding: 10px; | ||
+ | } | ||
+ | |||
+ | h1 { | ||
+ | padding: 5px; | ||
+ | background: #90EE90; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | h2 { | ||
+ | padding: 5px; | ||
+ | background: #90EE90; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | padding: 10px; | ||
+ | font-weight: bold; | ||
+ | font-size: 18px; | ||
+ | } | ||
+ | |||
+ | #topmenu{ | ||
border:none; | border:none; | ||
border:0px; | border:0px; | ||
margin:0px; | margin:0px; | ||
padding:0px; | padding:0px; | ||
- | font: 67.5% | + | font: 67.5% verdana; |
font-size:14px; | font-size:14px; | ||
font-weight:bold; | font-weight:bold; | ||
- | } | + | position: relative; |
- | + | } | |
- | background:# | + | |
+ | #topmenu ul{ | ||
+ | background:#eb24e0; | ||
height:35px; | height:35px; | ||
list-style:none; | list-style:none; | ||
margin:0; | margin:0; | ||
padding:0; | padding:0; | ||
- | + | } | |
- | + | ||
- | + | #topmenu li{ | |
- | + | float:left; | |
- | + | padding:0px; | |
- | + | } | |
- | + | ||
- | + | #topmenu li a{ | |
- | + | background:#eb24e0; | |
- | + | color:#000f00; | |
- | + | display:block; | |
- | + | font-weight:normal; | |
- | + | line-height:35px; | |
- | + | margin:0px; | |
- | + | padding:0px 25px; | |
- | + | text-align:center; | |
- | + | text-decoration:none; | |
- | + | } | |
- | + | ||
- | + | #topmenu li a:hover, #topmenu ul li:hover a{ | |
- | + | background: #000f00; | |
- | + | color:#FFFFFF; | |
- | + | text-decoration:none; | |
- | + | } | |
- | + | ||
- | + | #topmenu li ul{ | |
- | + | background:#eb24e0; | |
- | + | display:none; | |
- | + | height:auto; | |
- | + | padding:0; | |
- | + | margin:0; | |
- | + | border:0; | |
- | + | position:absolute; | |
- | + | width:200px; | |
- | + | z-index:200; | |
- | + | } | |
- | + | ||
- | + | #topmenu li:hover ul{ | |
- | + | display:block; | |
- | + | } | |
- | + | ||
- | + | #topmenu li li { | |
- | + | display:block; | |
- | + | float:none; | |
- | + | margin:0; | |
- | + | padding:0; | |
+ | width:200px; | ||
+ | } | ||
+ | |||
+ | #topmenu li:hover li a{ | ||
+ | background:none; | ||
+ | } | ||
+ | |||
+ | #topmenu li ul a{ | ||
+ | display:block; | ||
+ | height:35px; | ||
+ | font-size:12px; | ||
+ | font-style:normal; | ||
+ | margin:0px; | ||
+ | padding:0px 10px 0px 15px; | ||
+ | text-align:left; | ||
+ | } | ||
+ | |||
+ | #topmenu li ul a:hover, #topmenu li ul li:hover a{ | ||
+ | background:#000f00; | ||
+ | border:0px; | ||
+ | color:#ffffff; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | #topmenu p{ | ||
+ | clear:left; | ||
+ | } | ||
+ | |||
+ | #content{ | ||
+ | margin: 0 auto -50px; | ||
+ | position: relative; | ||
+ | top: -55px; | ||
+ | padding-top: 0px; | ||
+ | padding-left:10px; | ||
+ | padding-right:10px; | ||
+ | padding-bottom: 10px; | ||
+ | background-color:#FFFFFF; | ||
+ | border: none; | ||
+ | font: 50% verdana; | ||
+ | font-size:14px; | ||
+ | -moz-border-radius: 15px; | ||
+ | border-radius: 15px; | ||
+ | } | ||
+ | |||
+ | #content a { | ||
+ | text-decoration: underline; | ||
+ | color:#315c25; | ||
+ | } | ||
+ | |||
+ | #content a:hover{ | ||
+ | color:#83F52C; | ||
+ | } | ||
+ | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> | ||
<body> | <body> | ||
- | <img src="https://static.igem.org/mediawiki/2010/5/ | + | |
- | <div | + | <br> |
+ | <div id="header"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/5/59/WashU_Header_4.jpg"> | ||
+ | </div> | ||
+ | |||
+ | <div id="topmenu"> | ||
<ul> | <ul> | ||
<li><a href="https://2010.igem.org/Team:WashU" >Home</a></li> | <li><a href="https://2010.igem.org/Team:WashU" >Home</a></li> | ||
<li><a href="https://2010.igem.org/Team:WashU/Team" id="current">Team</a> | <li><a href="https://2010.igem.org/Team:WashU/Team" id="current">Team</a> | ||
<ul> | <ul> | ||
- | <li><a href=" | + | <li><a href="https://2010.igem.org/Team:WashU/Team#Undergraduates">Undergraduates</a></li> |
<li><a href="https://2010.igem.org/Team:WashU/Team#Mentors">Mentors</a></li> | <li><a href="https://2010.igem.org/Team:WashU/Team#Mentors">Mentors</a></li> | ||
<li><a href="https://2010.igem.org/Team:WashU/Team#Advisors">Advisors</a></li> | <li><a href="https://2010.igem.org/Team:WashU/Team#Advisors">Advisors</a></li> | ||
- | <li><a href="https://2010.igem.org/Team:WashU/Team# | + | <li><a href="https://2010.igem.org/Team:WashU/Team#Pictures_of_Us_and_our_Lab">Pictures</a></li> |
</ul> | </ul> | ||
- | <li><a href="https://2010.igem.org/Team:WashU/Project">Project</a></li> | + | </li> |
+ | <li><a href="https://2010.igem.org/Team:WashU/Yeast" id="current">Yeast</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2010.igem.org/Team:WashU/Yeast#Background">Background</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:WashU/Yeast#Project_Goals">Project Goals</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:WashU/Yeast#Results">Results</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2010.igem.org/Team:WashU/Splicing" id="current">Splicing</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2010.igem.org/Team:WashU/Splicing#Background">Background</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:WashU/Splicing#Splicing:_The_New_Alternative_-_Project_Goals">Project Goals</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:WashU/Splicing#Results">Results</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
<li><a href="https://2010.igem.org/Team:WashU/Parts">Parts</a></li> | <li><a href="https://2010.igem.org/Team:WashU/Parts">Parts</a></li> | ||
- | <li><a href="https://2010.igem.org/Team:WashU/ | + | <li><a href="https://2010.igem.org/Team:WashU/Notebook">Notebook</a> |
- | + | <ul> | |
+ | <li><a href="https://2010.igem.org/Team:WashU/Notebook/MolecularBiology">Molecular Biology Group</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:WashU/Notebook/Yeast">Yeast Group</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:WashU/Notebook/Microscropy">Microscopy Group</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:WashU/Notebook/Biobricks">Biobrick Group</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
<li><a href="https://2010.igem.org/Team:WashU/Safety">Safety</a></li> | <li><a href="https://2010.igem.org/Team:WashU/Safety">Safety</a></li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <!-- Start of StatCounter Code --> | ||
+ | <script type="text/javascript"> | ||
+ | var sc_project=6047317; | ||
+ | var sc_invisible=1; | ||
+ | var sc_security="7c372fd7"; | ||
+ | </script> | ||
+ | |||
+ | <script type="text/javascript" src="http://www.statcounter.com/counter/counter.js"></script> | ||
+ | <noscript> | ||
+ | <div class="statcounter"><a title="tumblr site counter" href="http://www.statcounter.com/tumblr/" target="_blank"> | ||
+ | <img class="statcounter" src="http://c.statcounter.com/6047317/0/7c372fd7/1/" alt="tumblr site counter" ></a></div></noscript> | ||
+ | <!-- End of StatCounter Code --> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 14:12, 27 October 2010