Template:SeuOHeader
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | + | <html> | |
- | + | ||
<head> | <head> | ||
- | < | + | |
+ | <title></title> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | # | + | |
- | + | /* Adapted from TU Delft 2010's Pieter van Boheemen's Wiki Hacks and 2011 Queens_Canada Wiki code - START Wiki Hacks */ | |
- | + | ||
- | + | #top-section { | |
- | + | border: none; | |
- | + | height: 0px; | |
- | + | width: 975px; | |
- | + | margin: 0px; | |
- | + | margin-left: auto; | |
- | + | margin-right: auto; | |
- | + | border-bottom: none; | |
- | + | margin-bottom: 0; | |
- | + | padding: 0; | |
- | + | font-size: 10pt; | |
- | + | ||
- | + | ||
} | } | ||
+ | |||
+ | |||
#p-logo { | #p-logo { | ||
- | + | border: none; | |
+ | height: 0px; | ||
+ | margin: -1px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-bottom: 0; | ||
+ | width: 975px; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
+ | #menubar.left-menu { | ||
+ | background-color: #606060; | ||
+ | width: 975px; | ||
+ | float: left; | ||
+ | border: none; | ||
} | } | ||
+ | #menubar.left-menu a { | ||
+ | font-family: Tahoma, Geneva, sans-serif; | ||
+ | color: white; | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | #search-controls { | ||
+ | display: none; | ||
+ | margin-top: 0px; | ||
+ | } | ||
#content { | #content { | ||
- | + | background-color: white; | |
- | + | border: none; | |
- | + | color: black; | |
- | + | line-height: 1.5em; | |
+ | padding-bottom: none; | ||
+ | margin-bottom: none; | ||
+ | font-family: Tahoma, Geneva, sans-serif; | ||
+ | font-smooth: always; | ||
} | } | ||
- | + | ||
- | + | .firstHeading { | |
+ | display: none; | ||
} | } | ||
- | + | ||
- | + | #contentSub { | |
- | + | display: none; | |
- | + | ||
- | + | ||
} | } | ||
- | # | + | #footer-box { |
- | + | display: none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | #footer { | |
- | + | display: none; | |
- | + | border: none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | border | + | |
} | } | ||
- | |||
- | |||
- | # | + | #catlinks { |
- | + | display: none; | |
} | } | ||
+ | #toc { | ||
+ | display: none; | ||
+ | } | ||
- | + | #search-controls { | |
- | + | display: none; | |
+ | margin-top: 0px; | ||
} | } | ||
+ | |||
+ | body { | ||
+ | background: #E8E8E8; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2012/0/05/Logo.3-01.jpg'); | ||
+ | background-position: top center; | ||
+ | background-repeat: no-repeat; | ||
+ | |||
+ | } | ||
+ | |||
+ | /* END Wiki Hacks */ | ||
</style> | </style> | ||
Line 88: | Line 105: | ||
<body> | <body> | ||
- | + | <map name="headermap"> | |
- | + | <area shape="rect" coords="740,100,950,200" href="http://www.igem.org/Main_Page" /> | |
- | < | + | <area shape="rect" coords="750,10,800,70" href="http://ubc.ca/" /> |
- | < | + | </map> |
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </ | + | |
</body> | </body> | ||
+ | |||
</html> | </html> |
Revision as of 09:29, 18 September 2012