Team:Cornell/Templates/hideHeader

From 2011.igem.org

(Difference between revisions)
Line 4: Line 4:
/* 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%; height:100%;}
+
#globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%;
-
#top-section { height: 0px; margin: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important;
+
height:auto !important; /* real browsers */
-
padding:0; border: none; font-size: 10px;}
+
height:100%; /* IE6: treaded as min-height*/
 +
min-height:100%; /* real browsers */
 +
}
 +
#content { z-index: 1; background-color: transparent; border: none; padding: 0; margin: 0; width: 100%; overflow: hidden; margin-top: -15px !important; margin-top: 0px;
 +
height:auto !important; /* real browsers */
 +
height:100%; /* IE6: treaded as min-height*/
 +
min-height:100%; /* real browsers */
 +
}
 +
#top-section { z-index: 2; height: 15px; margin: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important; padding:0; border: none; font-size: 10px;}
#p-logo { height:1px; overflow:hidden; display: none;}
#p-logo { height:1px; overflow:hidden; display: none;}
.firstHeading { display: none;}
.firstHeading { display: none;}
 +
#search-controls { display:none; }
 +
#contentSub {display: none;}
 +
p:first-child { display: none;}
/* Wiki Hacks - END */
/* Wiki Hacks - END */
</style>
</style>
 +
</html>
</html>

Revision as of 19:04, 16 July 2011