Team:Cornell/Templates/hideHeader

From 2011.igem.org

(Difference between revisions)
(Undo revision 200918 by Cpaduano (talk))
 
(107 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style>
<style>
-
/* Wiki Hacks - START */
+
 
 +
/* 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%; height:100%;}
+
#globalWrapper {
-
#content { background-color: transparent; border: none; padding: 0; margin: 0; width: 100%; overflow: hidden; height:100%;}
+
background-color: transparent;
-
#bodyContent { border: none; padding:0; margin:0; width:100%; height:100%;}
+
border: none;
-
#top-section { height: 15px; margin: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important;
+
margin: 0;
-
padding:0; border: none; font-size: 10px;}
+
padding: 0;
-
#p-logo { height:1px; overflow:hidden; display: none;}
+
width: 100%;
-
#search-controls { overflow:hidden; display:block; background: none; position: absolute; top: 100px; right: 40px;}
+
height:auto !important; /* real browsers */
-
.left-menu { width: 500px !important; display:block; margin-top:-80px; border: none; text-align: right;}
+
height:100%; /* IE6: treaded as min-height*/
-
.left-menu ul { border: none; }
+
min-height:100%; /* real browsers */
-
#menubar.right-menu { width:300px; display:block; float:left; margin-top:-80px; border: none;}
+
}
-
.right-menu ul { border: none; width: 300px;}
+
#top-section {
-
#footer-box { width: 100%; margin: -10px auto 0 auto; padding: 20px 0;}
+
background-image: url('https://static.igem.org/mediawiki/2011/c/c5/Cornell11_banner.gif');
-
.visualClear { display: none; }
+
height:243px  ! important;
-
#footer { border: none; width: 965px; margin: 0 auto; padding: 0;}
+
margin: 0px;  
-
.firstHeading { display: none;}
+
margin-left: auto;  
-
#f-list a { color: #333; font-size: 10px;}
+
margin-right: auto;  
-
#f-list a:hover { color: #666;}
+
margin-bottom: 0 !important;
-
.printfooter { display: none; }
+
padding:0;  
-
#footer ul { margin: 0; padding: 0;}
+
border: 1px solid black;  
-
#footer ul li { margin-top: 0; margin-bottom: 0; margin-left: 10px; margin-right: 10px; padding: 0;}
+
}
 +
#p-logo {  
 +
height:0px;
 +
overflow:hidden;
 +
display:none;
 +
}
 +
.firstHeading {display:none; }
#search-controls { display:none; }
#search-controls { display:none; }
-
h3#siteSub { display: none;}
+
 
-
#contentSub {display: none;}
+
-
p:first-child { 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>
</style>
</html>
</html>

Latest revision as of 03:15, 29 September 2011