Team:Cornell/Templates/hideHeader

From 2011.igem.org

(Difference between revisions)
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 {
-
height:auto !important; /* real browsers */
+
background-color: transparent;
-
height:100%; /* IE6: treaded as min-height*/
+
border: none;
-
min-height:100%; /* real browsers */
+
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/4/44/Cornell11_staticBanner.jpg');
+
background-image: url('https://static.igem.org/mediawiki/2011/4/44/Cornell11_staticBanner.jpg');
-
height:241px  ! important;;
+
height:241px  ! important;;
-
        margin: 0px;  
+
margin: 0px;  
-
        margin-left: auto;   
+
margin-left: auto;   
-
        margin-right: auto;  
+
margin-right: auto;  
-
        margin-bottom: 0 !important;
+
margin-bottom: 0 !important;
-
        padding:0;  
+
padding:0;  
-
        border: none;  
+
border: none;  
}
}
-
#p-logo { height:1px; overflow:hidden; display: none;}
+
#p-logo { height:0px; overflow:hidden; display: none;}
.firstHeading { display: none;}
.firstHeading { display: none;}

Revision as of 17:15, 20 July 2011