Template:Team:WHU-China/css/header-style.css
From 2012.igem.org
(Difference between revisions)
(94 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | /*remove top-section*/ | |
- | + | #top-section { | |
- | + | width: 1182px; | |
- | + | height: 315px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | #p-logo { | + | #p-logo { |
- | + | background-image: url(https://static.igem.org/mediawiki/2012/c/c4/WHU-China_header.png); | |
- | + | width: 1182px; | |
- | + | height: 315px; | |
} | } | ||
- | # | + | #p-logo a { |
- | + | display: none; | |
} | } | ||
- | # | + | #content { |
- | + | width: 1172px; | |
- | + | } | |
- | + | ||
- | + | #content h1 { | |
- | + | display: none; | |
- | + | } | |
- | } | + | |
+ | #bodyContent h3 { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #bodyContent p { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #contentSub { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #navbar { | ||
+ | height: 336px; | ||
+ | display: block; | ||
+ | margin-top: 0; | ||
+ | } | ||
+ | |||
+ | #navbarbackground { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2012/7/78/Navbar.png); | ||
+ | display: block; | ||
+ | height: 336px; | ||
+ | margin-top: 0; | ||
+ | } | ||
+ | |||
+ | #navbarul { | ||
+ | display: block; | ||
+ | height: 100%; | ||
+ | list-style: none; | ||
+ | margin-top: -315px; | ||
+ | margin-left: 180px; | ||
+ | } | ||
+ | |||
+ | #navbarul li { | ||
+ | display: block; | ||
+ | float: left; | ||
+ | width: 80px; | ||
+ | height: 100%; | ||
+ | } | ||
+ | |||
+ | #catlinks { | ||
+ | display: none; | ||
+ | } | ||
- | # | + | #footer-box { |
- | + | width: 1172px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 07:33, 18 August 2012