Template:MIT-header
From 2011.igem.org
(Difference between revisions)
(89 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | <html> | + | __NOTOC__<html lang="en"> |
+ | |||
<head> | <head> | ||
+ | <!-- wiki hacks --> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | ul | + | #globalwrapper { |
- | { | + | width:975px; |
+ | padding:20px 0px; | ||
+ | margin: 0 auto; | ||
+ | background-color:#ffffff; | ||
+ | height:100%; | ||
+ | } | ||
+ | .firstHeading { | ||
+ | height:0px; | ||
+ | visibility:hidden; | ||
+ | } | ||
+ | body { | ||
+ | background: #E8E8E8; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2011/b/be/Background-gradient.jpg'); | ||
+ | background-position: center; | ||
+ | background-repeat: repeat-y; | ||
+ | } | ||
+ | #p-logo { | ||
+ | height:1px; overflow:hidden; display: none; | ||
+ | } | ||
+ | #top-section { | ||
+ | |||
+ | background-image: url('https://static.igem.org/mediawiki/2011/7/7f/MIT-header.jpg'); | ||
+ | background-position: top; | ||
+ | height:200px ; | ||
+ | background-repeat: no-repeat; | ||
+ | border-width:0px; | ||
+ | border-top-width:1px; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | #content { | ||
+ | border-left-width:0px; | ||
+ | border-right-width:0px; | ||
+ | padding:5px; | ||
+ | width:965px; | ||
+ | } | ||
+ | #menubar { | ||
+ | background-color: white; | ||
+ | } | ||
+ | #menubar ul li a { | ||
+ | color: #999999; } | ||
+ | .right-menu li a { | ||
+ | color: black; | ||
+ | background-color: white; | ||
+ | } | ||
+ | |||
+ | #navbar | ||
+ | ul.navbar { | ||
float:left; | float:left; | ||
width:100%; | width:100%; | ||
Line 10: | Line 60: | ||
list-style-type:none; | list-style-type:none; | ||
} | } | ||
- | + | ||
- | { | + | ul.navbar a { |
float:left; | float:left; | ||
- | width: | + | text-align:center; |
+ | width:7em; | ||
text-decoration:none; | text-decoration:none; | ||
color:white; | color:white; | ||
- | background-color: | + | background-color:#1A2B32; |
padding:0.2em 0.6em; | padding:0.2em 0.6em; | ||
border-right:1px solid white; | border-right:1px solid white; | ||
} | } | ||
- | a:hover {background-color:# | + | ul.navbar a:hover {background-color:#A3ABAE;} |
- | li {display:inline;} | + | ul.navbar li {display:inline;} |
+ | |||
+ | #long { | ||
+ | width:10em; | ||
+ | } | ||
+ | |||
+ | |||
+ | .navbar { | ||
+ | padding:0 20px; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | < | + | |
- | + | <!--navigation menu--> | |
- | + | <ul class="navbar"> | |
- | + | <li><a href="https://2011.igem.org/Team:MIT">HOME</a></li> | |
- | + | <li><a href="https://2011.igem.org/Team:MIT/Project/">PROJECT</a></li> | |
- | </ | + | <li><a href="https://2011.igem.org/Team:MIT/Results/">DATA</a></li> |
+ | <li><a href="https://2011.igem.org/Team:MIT/Notebook/">NOTEBOOK</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:MIT/Tools/">MODEL</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:MIT/Partners/">PARTNERS</a></li> | ||
+ | <li><a href="https://2011.igem.org/Team:MIT/Team/Undergraduates">TEAM</a></li> | ||
+ | <li><a id="long" href="https://2011.igem.org/Team:MIT/HumanPractices/">HUMAN PRACTICES</a></li> | ||
+ | </ul> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 02:28, 29 October 2011