Template:WashUHeader
From 2010.igem.org
(Difference between revisions)
(179 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | #header { | |
- | # | + | padding: 0; |
- | padding: | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#top-section { | #top-section { | ||
height: 15px; | height: 15px; | ||
- | margin-top: | + | margin-top: 0px; |
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
- | margin-bottom: | + | margin-bottom: 0px; |
- | padding: | + | padding:0; |
border: none; | border: none; | ||
position: relative; | position: relative; | ||
- | top:- | + | top:-75px; |
- | + | ||
} | } | ||
+ | |||
+ | body { | ||
+ | background: #315c25; | ||
+ | } | ||
+ | |||
+ | .firstHeading {display: none;} | ||
#footer-box { | #footer-box { | ||
- | background: # | + | background-color:#eb24e0; |
- | color: # | + | border-color-top:#000f00; |
- | border- | + | border-color-bottom:#000f00; |
- | + | font: 12px verdana; | |
- | padding: 10px; | + | padding-right:10px; |
+ | padding-left:10px; | ||
+ | margin: auto; | ||
+ | -moz-border-radius: 15px; | ||
+ | border-radius: 15px; | ||
+ | top: auto; | ||
+ | position: relative; | ||
} | } | ||
- | #footer-box | + | #footer-box a{ |
+ | background:#eb24e0; | ||
+ | color:#000f00; | ||
+ | } | ||
- | #footer-box | + | #footer-box a:hover{ |
- | + | color:#FFFFFF; | |
- | text- | + | background: #000f00; |
+ | text-decoration:none; | ||
} | } | ||
- | + | p { | |
- | color: # | + | color:#000000; |
- | + | padding: 10px; | |
} | } | ||
- | + | h1 { | |
- | + | padding: 5px; | |
- | + | background: #90EE90; | |
- | + | font-weight: bold; | |
} | } | ||
- | #topmenu { | + | h2 { |
- | border:none; | + | padding: 5px; |
+ | background: #90EE90; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | padding: 10px; | ||
+ | font-weight: bold; | ||
+ | font-size: 18px; | ||
+ | } | ||
+ | |||
+ | #topmenu{ | ||
+ | border:none; | ||
+ | border:0px; | ||
margin:0px; | margin:0px; | ||
padding:0px; | padding:0px; | ||
- | + | font: 67.5% verdana; | |
- | font: | + | font-size:14px; |
+ | font-weight:bold; | ||
+ | position: relative; | ||
} | } | ||
- | + | ||
- | #topmenu ul { | + | #topmenu ul{ |
- | background: # | + | background:#eb24e0; |
- | height: | + | height:35px; |
- | list-style: none; | + | list-style:none; |
- | margin: 0; | + | margin:0; |
- | padding: 0; | + | padding:0; |
} | } | ||
- | + | ||
- | #topmenu li { | + | #topmenu li{ |
- | float: | + | float:left; |
- | padding: 0px; | + | padding:0px; |
} | } | ||
- | #topmenu li a { | + | #topmenu li a{ |
- | background: # | + | background:#eb24e0; |
- | + | color:#000f00; | |
- | + | display:block; | |
- | + | font-weight:normal; | |
- | + | line-height:35px; | |
- | + | margin:0px; | |
- | + | padding:0px 25px; | |
- | text-align: center; | + | text-align:center; |
- | text-decoration: none; | + | text-decoration:none; |
} | } | ||
- | + | ||
#topmenu li a:hover, #topmenu ul li:hover a{ | #topmenu li a:hover, #topmenu ul li:hover a{ | ||
- | + | background: #000f00; | |
- | + | color:#FFFFFF; | |
+ | text-decoration:none; | ||
} | } | ||
- | #topmenu li ul { | + | #topmenu li ul{ |
- | background: # | + | background:#eb24e0; |
display:none; | display:none; | ||
height:auto; | height:auto; | ||
- | padding: | + | padding:0; |
- | margin: | + | margin:0; |
- | border: | + | border:0; |
position:absolute; | position:absolute; | ||
width:200px; | width:200px; | ||
Line 139: | Line 126: | ||
} | } | ||
- | #topmenu li:hover ul { | + | #topmenu li:hover ul{ |
display:block; | display:block; | ||
- | |||
} | } | ||
Line 147: | Line 133: | ||
display:block; | display:block; | ||
float:none; | float:none; | ||
- | margin: | + | margin:0; |
- | padding: | + | padding:0; |
width:200px; | width:200px; | ||
} | } | ||
- | #topmenu li:hover li a { | + | #topmenu li:hover li a{ |
- | + | background:none; | |
- | background: | + | |
} | } | ||
- | #topmenu li ul a { | + | #topmenu li ul a{ |
display:block; | display:block; | ||
- | height: | + | height:35px; |
- | font-size: 12px; | + | font-size:12px; |
- | font-style: normal; | + | font-style:normal; |
- | margin: 0px; | + | margin:0px; |
- | padding: 0px 10px 0px 15px; | + | padding:0px 10px 0px 15px; |
- | text-align: | + | text-align:left; |
} | } | ||
- | #topmenu li ul a:hover, #topmenu li ul li:hover a { | + | #topmenu li ul a:hover, #topmenu li ul li:hover a{ |
- | + | background:#000f00; | |
- | + | border:0px; | |
- | text-decoration: none; | + | color:#ffffff; |
+ | text-decoration:none; | ||
} | } | ||
- | #topmenu p { | + | #topmenu p{ |
- | clear: | + | 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> | ||
<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 189: | 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 201: | 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 215: | 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