Team:Cornell/Templates/hideHeader

From 2011.igem.org

(Difference between revisions)
(Undo revision 200918 by Cpaduano (talk))
 
(85 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 {
-
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/c/c5/Cornell11_banner.gif');
-
height:241px ! important;;
+
height:243px ! important;
-
        margin: 0px;  
+
margin: 0px;  
-
        margin-bottom: 0 !important;
+
margin-left: auto; 
-
        padding:0;  
+
margin-right: auto;
-
        border: none;  
+
margin-bottom: 0 !important;
 +
padding:0;  
 +
border: 1px solid black;  
}
}
-
 
+
#p-logo {  
-
#p-logo { height:1px; overflow:hidden; display: none;}
+
height:0px;
-
.firstHeading { display: none;}
+
overflow:hidden;
 +
display:none;
 +
}
 +
.firstHeading {display:none; }
#search-controls { display:none; }
#search-controls { display:none; }
 +
/* Wiki Hacks - END */
/* Wiki Hacks - END */
-
span.homelink {
+
/* Page Formatting */
-
position:absolute;
+
body {
-
width:100%;
+
background-image:url('https://static.igem.org/mediawiki/2011/6/66/Cornell11_Side_background.jpg');
-
height:100%;
+
position: float;
-
top:0;
+
-
left: 0;
+
-
z-index: 1;
+
}
}
-
</style>
 
 +
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