Template:WashUHeader
From 2010.igem.org
(Difference between revisions)
(137 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: | + | margin-top: 0px; |
- | + | margin-left: auto; | |
- | + | margin-right: auto; | |
- | + | margin-bottom: 0px; | |
- | + | padding:0; | |
border: none; | border: none; | ||
- | + | position: relative; | |
+ | top:-75px; | ||
} | } | ||
- | + | body { | |
+ | background: #315c25; | ||
+ | } | ||
- | + | .firstHeading {display: none;} | |
- | color: # | + | |
- | + | #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:0px; | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | font: 67.5% verdana; | ||
+ | font-size:14px; | ||
+ | font-weight:bold; | ||
+ | position: relative; | ||
+ | } | ||
- | # | + | #topmenu ul{ |
+ | background:#eb24e0; | ||
+ | height:35px; | ||
+ | list-style:none; | ||
+ | margin: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; | |
- | padding: 10px; | + | 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; | text-decoration: underline; | ||
+ | color:#315c25; | ||
} | } | ||
- | # | + | #content a:hover{ |
- | + | color:#83F52C; | |
- | + | ||
- | + | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> | ||
+ | <body> | ||
- | |||
<br> | <br> | ||
- | <img src="https://static.igem.org/mediawiki/2010/ | + | <div id="header"> |
+ | <img src="https://static.igem.org/mediawiki/2010/5/59/WashU_Header_4.jpg"> | ||
+ | </div> | ||
+ | |||
<div id="topmenu"> | <div id="topmenu"> | ||
<ul> | <ul> | ||
Line 191: | Line 205: | ||
<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#Pictures_of_Us_and_our_Lab">Pictures</a></li> | ||
</ul> | </ul> | ||
</li> | </li> | ||
Line 203: | Line 218: | ||
<ul> | <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#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> | <li><a href="https://2010.igem.org/Team:WashU/Splicing#Results">Results</a></li> | ||
</ul> | </ul> | ||
</li> | </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/Notebook">Notebook</a></li> | + | <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> | ||
+ | |||
Line 217: | Line 240: | ||
<!-- Start of StatCounter Code --> | <!-- Start of StatCounter Code --> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | var sc_project=6047317; | + | var sc_project=6047317; |
- | var sc_invisible=1; | + | var sc_invisible=1; |
- | var sc_security="7c372fd7"; | + | var sc_security="7c372fd7"; |
</script> | </script> | ||
- | <script type="text/javascript" | + | <script type="text/javascript" src="http://www.statcounter.com/counter/counter.js"></script> |
- | src="http://www.statcounter.com/counter/counter.js"></script><noscript><div | + | <noscript> |
- | class="statcounter"><a title="tumblr site counter" | + | <div class="statcounter"><a title="tumblr site counter" href="http://www.statcounter.com/tumblr/" target="_blank"> |
- | href="http://www.statcounter.com/tumblr/" | + | <img class="statcounter" src="http://c.statcounter.com/6047317/0/7c372fd7/1/" alt="tumblr site counter" ></a></div></noscript> |
- | 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 --> | <!-- End of StatCounter Code --> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 14:12, 27 October 2010