Team:Yale/Templates/Yale Header
From 2010.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
<style type="text/css"> | <style type="text/css"> | ||
.firstHeading { display: none;} | .firstHeading { display: none;} | ||
- | |||
#wikiwrapper { | #wikiwrapper { | ||
Line 20: | Line 19: | ||
} | } | ||
+ | ul#nav { | ||
+ | height: 300px; | ||
+ | list-style: none; | ||
+ | padding-left: 280px; | ||
+ | } | ||
+ | ul#nav li a { | ||
+ | display: block; | ||
+ | width: 160px; | ||
+ | float: left; | ||
+ | margin-top: 218px; | ||
+ | color: white; | ||
+ | font-size: 16px; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | ul#nav li a:hover, ul#nav li a:active { | ||
+ | color: #8f6620; | ||
+ | } | ||
- | |||
</style> | </style> | ||
Line 35: | Line 50: | ||
<div id="wikiheader"> | <div id="wikiheader"> | ||
<ul id="nav"> | <ul id="nav"> | ||
- | + | <li><a href="https://2010.igem.org/Team:Yale">home</a></li> | |
- | <li><a href=" | + | <li><a href="https://2010.igem.org/Team:Yale/Our Project">our project</a></li> |
- | <li><a href=" | + | <li><a href="https://2010.igem.org/Team:Yale/Our Team">our team</a></li> |
</div> | </div> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 07:08, 8 October 2010