MenuTab

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <!-- Declare that you are going to use html code instead of wiki code --> <html> <!-- The styling for the website is placed here --> <head> <!-- start of css --> ...")
Line 12: Line 12:
/* Clear the default wiki settings */
/* Clear the default wiki settings */
-
/* Remove footer, catlinks and logos */
 
-
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear, .firstHeading {
 
-
display: none;
 
-
}
 
-
/* set up a white background */
 
-
body {
 
-
width: 100%;
 
-
height: 100%;
 
-
background-color: #fff;
 
-
}
 
-
 
-
/*-- Make page full width and remove borders */
 
-
#globalWrapper, #content {
 
-
width: 100%;
 
-
height: 100%;
 
-
border: 0px;
 
-
background-color: transparent;
 
-
margin: 0px;
 
-
padding: 0px;
 
-
}
 
-
 
-
 
-
/*Clear wiki default settings for the top part and create mock "black navigation bar" */
 
-
#top-section {
 
-
background-color: #383838;
 
-
border: 0 none;
 
-
height: 14px;
 
-
z-index: 100;
 
-
top: 0;
 
-
position: fixed;
 
-
width: 100%;
 
-
margin:auto;
 
-
}
 

Revision as of 18:12, 15 January 2015