Team:Wageningen UR/Templates/HeaderFooterStyle

From 2011.igem.org

(Difference between revisions)
(Undo revision 5793 by Dorett (talk))
Line 156: Line 156:
         /* Wiki Hacks - START */
         /* Wiki Hacks - START */
-
/* Author: Pieter van Boheemen */
+
 
-
/* Team: TU Delft */
+
/* Author: Pieter van Boheemen */
-
#globalWrapper { background-color: #005172; border: none; margin: 0; padding: 0; width: 100%; height:100%;}
+
 
-
#content { background-color: transparent; border: none; padding: 0; margin: 0; width: 100%; overflow: hidden; height:100%;}
+
/* Team: TU Delft */
-
#bodyContent { border: none; padding:0; margin:0; width:100%; height:100%;}
+
 
-
#top-section { height: 15px; margin: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important;
+
/* modified slightly for the Wageningen UR Team */
-
padding:0; border: none; font-size: 10px;}
+
 
-
#p-logo { height:1px; overflow:hidden; display: none;}
+
-
#search-controls { overflow:hidden; display:block; background: none; position: absolute; top: 100px; right: 40px;}
+
 
-
.left-menu { width: 500px !important; display:block; margin-top:-80px; border: none; text-align: right;}
+
#globalWrapper  
-
.left-menu ul { border: none; }
+
 
-
#menubar.right-menu { width:300px; display:block; float:left; margin-top:-80px; border: none;}
+
{  
-
.right-menu ul { border: none; width: 300px;}
+
 
-
#footer-box { width: 100%; margin: -10px auto 0 auto; padding: 20px 0;}
+
background-color: #005172;  
-
.visualClear { display: none; }
+
-
#footer { border: none; width: 965px; margin: 0 auto; padding: 0;}
+
        /* background-image: url('https://static.igem.org/mediawiki/2011/f/f0/Mainbackground-blue.png'); */
-
.firstHeading { display: none;}
+
 
-
#f-list a { color: #333; font-size: 10px;}
+
background-repeat: repeat-x;
-
#f-list a:hover { color: #666;}
+
 
-
.printfooter { display: none; }
+
border: none;  
-
#footer ul { margin: 0; padding: 0;}
+
 
-
#footer ul li { margin-top: 0; margin-bottom: 0; margin-left: 10px; margin-right: 10px; padding: 0;}
+
margin: 0;  
-
#search-controls { display:none; }
+
 
-
h3#siteSub { display: none;}
+
padding: 0;  
-
#contentSub {display: none;}
+
 
-
p:first-child { display: none;}
+
width: 100%;  
-
/* Wiki Hacks - END */
+
 
 +
height: 100%;
 +
 
 +
}
 +
 
 +
 +
 
 +
#content  
 +
 
 +
{  
 +
 
 +
        background-color: #005172;
 +
 
 +
        background-repeat: repeat-x;
 +
 
 +
border: none;
 +
   
 +
padding: -40px 1em 0 1em;  
 +
 
 +
margin: auto;  
 +
 
 +
width: 1000px;  
 +
 
 +
overflow: hidden;  
 +
 
 +
height: 100%;
 +
 
 +
}
 +
 
 +
 +
 
 +
#bodyContent  
 +
 
 +
{  
 +
 
 +
        background-color: #005172;
 +
 
 +
border: none;  
 +
 
 +
padding: ;  
 +
 
 +
margin: 0;  
 +
 
 +
width:100%;  
 +
 
 +
height:100%;
 +
 
 +
}
 +
 
 +
 +
 
 +
#top-section  
 +
 
 +
{  
 +
 
 +
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;
 +
 
 +
}
 +
 
 +
     
 +
 
 +
      #search-controls  
 +
 
 +
{  
 +
 
 +
overflow: hidden;  
 +
 
 +
display: block;  
 +
 
 +
background: none;  
 +
 
 +
position: absolute;  
 +
 
 +
top: 35px;  
 +
 
 +
right: -10px;
 +
 
 +
}
 +
 
 +
       
 +
 
 +
      #footer-box  
 +
 
 +
{  
 +
 
 +
        background-color: #005172;
 +
 
 +
width: 1000px;  
 +
 
 +
margin: -10px auto 0 auto;  
 +
 
 +
padding: 20px 1em;
 +
 
 +
}
 +
 
 +
       
 +
 
 +
        .visualClear  
 +
 
 +
{  
 +
 
 +
display: none;  
 +
 
 +
}
 +
 
 +
 +
 
 +
#footer  
 +
 
 +
{  
 +
border: none;  
 +
 
 +
width: 965px;
 +
 
 +
margin: 0 auto;  
 +
 
 +
padding: 0;
 +
 
 +
}
 +
 
 +
 +
 
 +
.firstHeading  
 +
 
 +
{  
 +
 
 +
display: none;
 +
 
 +
}
 +
 
 +
 +
 
 +
#f-list a  
 +
 
 +
{  
 +
 
 +
color: white;  
 +
 
 +
font-size: 10px;
 +
 
 +
}
 +
 
 +
 +
 
 +
#f-list a:hover  
 +
 
 +
{  
 +
 
 +
color: #4f7c94;
 +
 
 +
}
 +
 
 +
 +
 
 +
.printfooter  
 +
 
 +
{  
 +
 
 +
display: none;  
 +
 
 +
}
 +
 
 +
 +
 
 +
#footer ul  
 +
 
 +
{  
 +
        background-color: transparent;
 +
 
 +
margin: 0;  
 +
 
 +
padding: 0;
 +
 
 +
}
 +
 
 +
 +
 
 +
#footer ul li  
 +
 
 +
{  
 +
        background-color: transparent;
 +
 
 +
margin-top: 0;  
 +
 
 +
margin-bottom: 0;  
 +
 
 +
margin-left: 10px;  
 +
 
 +
margin-right: 10px;  
 +
 
 +
padding: 0;
 +
 
 +
}
 +
 
 +
 +
 
 +
/* Wiki Hacks - END */

Revision as of 09:10, 13 May 2011