Team:Cornell/Templates/hideHeader
From 2011.igem.org
(Difference between revisions)
(97 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
+ | |||
/* Edited 7/16/11 from Wiki Hacks */ | /* Edited 7/16/11 from Wiki Hacks */ | ||
/* Author: Pieter van Boheemen */ | /* Author: Pieter van Boheemen */ | ||
/* Team: TU Delft */ | /* Team: TU Delft */ | ||
- | #globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%; | + | #globalWrapper { |
- | + | background-color: transparent; | |
- | + | border: none; | |
- | + | margin: 0; | |
+ | padding: 0; | ||
+ | width: 100%; | ||
+ | height:auto !important; /* real browsers */ | ||
+ | height:100%; /* IE6: treaded as min-height*/ | ||
+ | min-height:100%; /* real browsers */ | ||
} | } | ||
- | + | #top-section { | |
- | #top-section { | + | background-image: url('https://static.igem.org/mediawiki/2011/c/c5/Cornell11_banner.gif'); |
- | #p-logo { height: | + | height:243px ! important; |
- | .firstHeading { display: none;} | + | margin: 0px; |
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-bottom: 0 !important; | ||
+ | padding:0; | ||
+ | border: 1px solid black; | ||
+ | } | ||
+ | #p-logo { | ||
+ | height:0px; | ||
+ | overflow:hidden; | ||
+ | display:none; | ||
+ | } | ||
+ | .firstHeading {display:none; } | ||
#search-controls { display:none; } | #search-controls { display:none; } | ||
- | + | ||
- | + | ||
/* Wiki Hacks - END */ | /* Wiki Hacks - END */ | ||
- | |||
+ | /* Page Formatting */ | ||
+ | body { | ||
+ | background-image:url('https://static.igem.org/mediawiki/2011/6/66/Cornell11_Side_background.jpg'); | ||
+ | position: float; | ||
+ | } | ||
+ | |||
+ | a:link { | ||
+ | color:brown; | ||
+ | } | ||
+ | |||
+ | a:hover { | ||
+ | color:red; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | color:brown; | ||
+ | } | ||
+ | |||
+ | |||
+ | h2 { | ||
+ | font-style:bold; | ||
+ | font-face:Arial; | ||
+ | padding:0; | ||
+ | margin:10px; | ||
+ | } | ||
+ | |||
+ | p { | ||
+ | font-face:Arial; | ||
+ | padding:0; | ||
+ | margin:30px; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | padding: 0; | ||
+ | margin-top:-18px; | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
</html> | </html> |
Latest revision as of 03:15, 29 September 2011