Template:Paris/Menu
From 2008.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | # | + | #menu ul{ |
list-style: none; | list-style: none; | ||
} | } | ||
- | # | + | #menu ul li{ |
display: inline; | display: inline; | ||
- | padding: | + | padding: 3px; |
border: thin solid black; | border: thin solid black; | ||
- | background-color: | + | background-color: lavender; |
} | } | ||
- | # | + | #menu a { |
font-size: 10pt; | font-size: 10pt; | ||
- | font-family: | + | font-family: Lucida Grande, Verdana, Arial, Sans-Serif; |
text-decoration: none; | text-decoration: none; | ||
color: DarkBlue; | color: DarkBlue; | ||
} | } | ||
- | # | + | #menu a:hover { |
color: #FF6633; | color: #FF6633; | ||
- | |||
- | |||
- | |||
- | |||
} | } | ||
</style> | </style> | ||
+ | <center> | ||
<a href="https://2008.igem.org/Team:Paris"><img src="https://static.igem.org/mediawiki/2008/4/4c/Panoramique.jpg" width="950px"/></a> | <a href="https://2008.igem.org/Team:Paris"><img src="https://static.igem.org/mediawiki/2008/4/4c/Panoramique.jpg" width="950px"/></a> | ||
- | <div id= | + | <div id=menu> |
- | + | ||
<ul> | <ul> | ||
- | <li><a href= | + | <li><a href="https://2008.igem.org/Team:Paris"> Home</a></li> |
- | <li><a href= | + | <li><a href="https://2008.igem.org/Team:Paris/Team"> The Team</a></li> |
- | <li><a href= | + | <li><a href="https://2008.igem.org/Team:Paris/Project"> The Project</a></li> |
- | <li><a href= | + | <li><a href="https://2008.igem.org/Team:Paris/Parts"> Parts Submitted to the Registry</a></li> |
- | <li><a href= | + | <li><a href="https://2008.igem.org/Team:Paris/Modeling"> Modeling</a></li> |
- | <li><a href= | + | <li><a href="https://2008.igem.org/Team:Paris/Notebook"> Notebook </a></li> |
+ | <li><a href="http://www.igem-paris.org/">Our Website</a> | ||
</ul> | </ul> | ||
+ | </div> | ||
</center> | </center> | ||
- | |||
</html> | </html> | ||
Revision as of 09:19, 17 July 2008