Template:Team:WHU-China/css/header-style.css
From 2012.igem.org
(Difference between revisions)
(74 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
/*remove top-section*/ | /*remove top-section*/ | ||
#top-section { | #top-section { | ||
- | |||
- | |||
width: 1182px; | width: 1182px; | ||
+ | height: 315px; | ||
} | } | ||
Line 13: | Line 12: | ||
width: 1182px; | width: 1182px; | ||
height: 315px; | 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