Template:WashUHeader
From 2010.igem.org
(Difference between revisions)
(87 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | #header { | |
- | # | + | padding: 0; |
- | padding:0 | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
#top-section { | #top-section { | ||
- | height: 15px; | + | height: 15px; |
- | margin-top: 0px; | + | margin-top: 0px; |
- | margin-left: auto; | + | margin-left: auto; |
- | margin-right: auto; | + | margin-right: auto; |
- | margin-bottom: 0px; | + | margin-bottom: 0px; |
- | padding:0; | + | padding:0; |
- | border: none; | + | border: none; |
- | position: relative; | + | position: relative; |
- | top:- | + | top:-75px; |
} | } | ||
- | body {background: # | + | body { |
+ | background: #315c25; | ||
+ | } | ||
.firstHeading {display: none;} | .firstHeading {display: none;} | ||
#footer-box { | #footer-box { | ||
- | background-color:# | + | background-color:#eb24e0; |
- | border-color-top:# | + | border-color-top:#000f00; |
- | border-color-bottom:# | + | border-color-bottom:#000f00; |
- | font: | + | 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{ | #footer-box a{ | ||
- | + | background:#eb24e0; | |
- | color:# | + | color:#000f00; |
} | } | ||
#footer-box a:hover{ | #footer-box a:hover{ | ||
- | + | color:#FFFFFF; | |
- | background: # | + | background: #000f00; |
text-decoration:none; | text-decoration:none; | ||
} | } | ||
- | p {color:#000000;} | + | 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{ | #topmenu{ | ||
Line 61: | Line 80: | ||
font-size:14px; | font-size:14px; | ||
font-weight:bold; | font-weight:bold; | ||
- | } | + | position: relative; |
+ | } | ||
+ | |||
#topmenu ul{ | #topmenu ul{ | ||
- | background:# | + | 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> | ||
+ | |||
<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 149: | 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 170: | Line 227: | ||
<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/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/Yeast">Yeast Group</a></li> | ||
- | <li><a href="https://2010.igem.org/Team:WashU/Notebook/Microscropy"> | + | <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> | <li><a href="https://2010.igem.org/Team:WashU/Notebook/Biobricks">Biobrick Group</a></li> | ||
</ul> | </ul> | ||
Line 177: | Line 234: | ||
</ul> | </ul> | ||
</div> | </div> | ||
+ | |||
Line 182: | 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